Home
last modified time | relevance | path

Searched refs:multiboot (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/arch/x86/info/src/
Dmain.c9 __weak void multiboot(void) in multiboot() function
28 multiboot(); in main()
Dinfo.h6 extern void multiboot(void);
Dmultiboot.c9 void multiboot(void) in multiboot() function
/Zephyr-latest/tests/arch/x86/info/
Dapp.overlay8 compatible = "intel,multiboot-framebuffer";
DCMakeLists.txt12 target_sources_ifdef(CONFIG_MULTIBOOT app PRIVATE src/multiboot.c)
/Zephyr-latest/arch/x86/core/
DCMakeLists.txt16 zephyr_library_sources_ifdef(CONFIG_MULTIBOOT_INFO multiboot.c)
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh44 exfat fat multiboot2 multiboot terminal part_msdos part_gpt normal \
/Zephyr-latest/arch/x86/
DKconfig267 bool "Generate multiboot header"
271 Embed a multiboot header in the output executable. This is used
279 bool "Preserve multiboot information structure"
282 kernel entry point. Some drivers (e.g., the multiboot framebuffer
287 bool "Use multiboot memory map if provided"
291 Use the multiboot memory map if the loader provides one.
/Zephyr-latest/samples/kernel/bootargs/
DREADME.rst16 Dynamic bootargs work on platforms where Zephyr is booted by multiboot or efi.
/Zephyr-latest/arch/x86/zefi/
DREADME.txt5 (NOT a "zephyr.strip" intended for grub/multiboot loading -- we need
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst195 The only build artifact you need is the ACRN multiboot image in
244 receives its guest VMs (i.e. zephyr.bin) as GRUB "multiboot" modules.
/Zephyr-latest/cmake/emu/
Dqemu.cmake315 # the QEMU direct multiboot kernel loader from overwriting the BIOS and
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst263 qemu-system-i386: warning: Unknown firmware file in legacy mode: genroms/multiboot.bin
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst212 * Added framebuffer driver with multiboot support
Drelease-notes-2.6.rst1710 * :github:`33084` - [Coverity CID :219563] Dereference after null check in arch/x86/core/multiboot.c
Drelease-notes-3.2.rst1104 * :dtcompatible:`intel,multiboot-framebuffer`