zephyr/arch
Charles E. Youse 81eeff83b0 arch/x86: multiboot: migrate multiboot initialization to early C
Originally, the multiboot info struct was copied in the early assembly
language code. This code is moved to a C function in multiboot.c for
two reasons:

1. It's about to get more complicated, as we want the ability to use
   a multiboot-provided memory map if available, and
2. this will faciliate its sharing between 32- and 64-bit subarches.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-29 12:30:34 -07:00
..
arc arch: arc: fix the bug in _firq_enter 2019-09-27 11:36:17 -04:00
arm debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
common arch: arm: minor clean-up in irq_init.c and timing_info_bench.c 2019-09-24 16:59:42 +02:00
nios2 debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
posix debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
riscv debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
x86 arch/x86: multiboot: migrate multiboot initialization to early C 2019-09-29 12:30:34 -07:00
x86_64 debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
xtensa debug: tracing: Remove unneeded abstraction 2019-09-26 06:26:22 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: Convert device tree chosen properties to new kconfigfunctions 2019-09-13 11:42:34 -05:00