zephyr/arch
Daniel Leung 7a431dca95 x86: qemu: add a newline after "Booting from ROM.."
Under QEMU and SeaBIOS, everything gets to be printed
immediately after "Booting from ROM.." as there is no newline.
This prevents parsing QEMU console output for the very first
line where it needs to match from the beginning of the line.
So add a dummy newline here so the next output is at
the beginning of a line.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-04-08 15:48:41 -07:00
..
arc everywhere: fix typos 2022-03-18 13:24:08 -04:00
arm cortex-m: Clear pending mpu fault during mpu fault 2022-04-01 09:16:27 -05:00
arm64 arm64: refer to the link register as "lr" rather than "x30" 2022-04-07 16:31:30 -05:00
common all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
mips kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
nios2 core: z_data_copy does not depend on CONFIG_XIP 2022-02-22 10:22:53 +01:00
posix everywhere: fix typos 2022-03-18 13:24:08 -04:00
riscv arch/riscv: Adding KConfig options for 'A' and 'M' RISC-V extensions 2022-03-22 18:00:32 -04:00
sparc everywhere: fix typos 2022-03-18 13:24:08 -04:00
x86 x86: qemu: add a newline after "Booting from ROM.." 2022-04-08 15:48:41 -07:00
xtensa everywhere: fix typos 2022-03-18 13:24:08 -04:00
CMakeLists.txt
Kconfig Kconfig: move CONFIG_BOARD to boards/Kconfig 2022-04-08 10:30:54 -07:00