zephyr/arch/x86/core
Charles E. Youse 50c71e6043 arch/x86: CONFIG_BOOTLOADER_UNKNOWN renamed to CONFIG_X86_MULTIBOOT
The only use of the BOOTLOADER_UNKNOWN config option is on x86, where
it controls whether a multiboot header is embedded in the output.
This patch renames the option to be more descriptive, and makes it
an x86-specific option, rather than a Zephyr top-level option.

This also enables X86_MULTIBOOT by default, since the header only
occupies 12-16 bytes of memory and is (almost always) harmless.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-05-08 14:49:19 -04:00
..
offsets arch: x86: Remove not used fp struct 2019-04-03 12:06:31 -04:00
CMakeLists.txt uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00
Kconfig x86: fix Spectre V1 index checks 2019-03-11 09:54:04 -07:00
cache.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
cache_s.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
cpuhalt.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
crt0.S arch/x86: CONFIG_BOOTLOADER_UNKNOWN renamed to CONFIG_X86_MULTIBOOT 2019-05-08 14:49:19 -04:00
excstub.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
fatal.c arch: x86: fatal: If possible, print thread name in crash dump 2019-04-24 09:01:07 -07:00
float.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
intstub.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_manage.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_offload.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
pcie.c uart/ns16550, drivers/pcie: add PCI(e) support 2019-04-17 10:50:05 -07:00
reboot_rst_cnt.c
spec_ctrl.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
swap.S tests: benchmark: timing_info: Fixed incorrect results. 2019-04-05 16:10:27 -04:00
sys_fatal_error_handler.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
thread.c kernel: demote K_THREAD_STACK_BUFFER() to private 2019-04-05 16:10:02 -04:00
userspace.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
x86_mmu.c kernel: mem_domain: update name/doc of API function for partition add 2019-05-02 11:37:38 -04:00