7689b72e00
The boot wrapper contains both a minimal bootloader and a tool to generate an image suitable for execution by the AArch64 software simulator. The image generated embeds the minimal bootloader, the kernel image, the Device Tree Blob and the kernel command line. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
menu "Bootloaders"
|
|
|
|
source "boot/at91bootstrap/Config.in"
|
|
source "boot/at91bootstrap3/Config.in"
|
|
source "boot/at91dataflashboot/Config.in"
|
|
source "boot/barebox/Config.in"
|
|
source "boot/boot-wrapper-aarch64/Config.in"
|
|
source "boot/grub/Config.in"
|
|
source "boot/lpc32xxcdl/Config.in"
|
|
source "boot/mxs-bootlets/Config.in"
|
|
source "boot/syslinux/Config.in"
|
|
source "boot/uboot/Config.in"
|
|
source "boot/xloader/Config.in"
|
|
|
|
endmenu
|
|
|