zephyr/arch/x86
William Tambe 15fa9a8ed8 arch: x86: remove arch specific dependencies from DYNAMIC_BOOTARGS
CONFIG_DYNAMIC_BOOTARGS currently depends on CONFIG_MULTIBOOT_INFO
and CONFIG_BUILD_OUTPUT_EFI which are x86 specific.

This change removes those dependencies so that another architecture
can use CONFIG_DYNAMIC_BOOTARGS without the x86 specifc features.

Signed-off-by: William Tambe <williamt@cadence.com>
2025-03-13 07:22:53 +01:00
..
core arch: x86: remove arch specific dependencies from DYNAMIC_BOOTARGS 2025-03-13 07:22:53 +01:00
include arch: x86: add missing semicolon for z_x86_kpti_is_access_ok() 2025-01-22 08:08:40 +01:00
zefi zefi: add bootargs support 2024-09-05 12:30:39 -05:00
CMakeLists.txt
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake toolchain: x86: Broken -Os detection in ia32.cmake 2025-02-06 03:16:07 +01:00
intel64.cmake arch: x86_64: re-enable -mno-red-zone 2024-09-24 10:11:15 +02:00
Kconfig kernel: arch: add directed IPIs to x86/intel64 2025-03-07 20:22:40 +01:00
timing.c