summaryrefslogtreecommitdiffstats
path: root/boot/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-28 17:40:36 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-02 21:10:18 +0100
commit7689b72e00fd4d8c017880004e83a1c79144ab7b (patch)
tree95a4f786f8f4744713a5fc4f4cf49d94c2eee387 /boot/Config.in
parentb90a10303e459dd288d434b27fc1e688ff94afba (diff)
downloadbuildroot-novena-7689b72e00fd4d8c017880004e83a1c79144ab7b.tar.gz
buildroot-novena-7689b72e00fd4d8c017880004e83a1c79144ab7b.zip
boot-wrapper-aarch64: new package
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>
Diffstat (limited to 'boot/Config.in')
-rw-r--r--boot/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in
index a55139be1..eb5f7cd67 100644
--- a/boot/Config.in
+++ b/boot/Config.in
@@ -4,6 +4,7 @@ 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"