summaryrefslogtreecommitdiff
path: root/boot/Config.in
diff options
context:
space:
mode:
authorJoao Pinto <jpinto@synopsys.com>2016-10-15 10:03:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 14:13:34 +0200
commitb5a62990427284819d2f52607aefe2044eb4df6c (patch)
treef1a400631405558f1c481a20bb59891f1b642b5d /boot/Config.in
parent3cfbeb8363e61d7652e9f67d7dffc225d9261b13 (diff)
arm-trusted-firmware: new package
Signed-off-by: Joao Pinto <jpinto@synopsys.com> [Thomas: - Rename the package from atfirmware to arm-trusted-firmware, in order to match upstream. - Remove option to apply custom patches. We no longer add such options, and use the global patch directory instead. - Rename the repo URL/version options, in order to not be Git specific, in case support for fetching from other VCS is added later. This is consistent with how other bootloaders handle this. - Add license information. - Do not add a weird dependency on the vexpress-firmware package in Config.in. Instead, simply use it if it's available. Of course, some configurations (such as the juno configuration) will fail to build if vexpress-image is not enabled, but it's the responsibility of the user to create a config that builds. - Simplify misc aspects in the .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 6ffacc646..273c1c7ac 100644
--- a/boot/Config.in
+++ b/boot/Config.in
@@ -4,6 +4,7 @@ source "boot/afboot-stm32/Config.in"
source "boot/at91bootstrap/Config.in"
source "boot/at91bootstrap3/Config.in"
source "boot/at91dataflashboot/Config.in"
+source "boot/arm-trusted-firmware/Config.in"
source "boot/barebox/Config.in"
source "boot/boot-wrapper-aarch64/Config.in"
source "boot/grub/Config.in"