1 comment "boot-wrapper-aarch64 needs a Linux kernel to be built"
3 depends on !BR2_LINUX_KERNEL
5 config BR2_TARGET_BOOT_WRAPPER_AARCH64
6 bool "boot-wrapper-aarch64"
8 depends on BR2_LINUX_KERNEL
10 The boot-wrapper-aarch64 is a small bootloader that makes it
11 possible to start an Aarch64 kernel inside the available
12 software simulators for the Aarch64 architecture.
14 git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
16 if BR2_TARGET_BOOT_WRAPPER_AARCH64
18 config BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS
19 string "Device Tree Source name"
22 Name of the Device Tree Source file to use to generate the
23 Device Tree Blob that will be embedded in the image
24 generated by the boot wrapper. Valid names are the .dts
25 files from arch/arm64/boot/dts/ in the kernel source
26 tree. The name must be specified without the .dts suffix.
28 config BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS
29 string "Kernel bootargs"
32 Kernel bootargs to embed inside the image generated by the
35 config BR2_TARGET_BOOT_WRAPPER_AARCH64_PSCI
36 bool "Boot secondary SMP cores using PSCI"
38 Boot secondary SMP cores using PSCI firmware calls. If
39 disabled, the spin-table method is used instead.