diff options
author | Joao Pinto <jpinto@synopsys.com> | 2016-10-15 10:03:41 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-15 12:35:28 +0200 |
commit | 82e84a4f358c9dd2a527015d923d7b355f3a7fa5 (patch) | |
tree | ac44818471cd0fbfa2d262a3e76f89e87b8608f7 /boot/Config.in | |
parent | 609f58b80aa000fecb9b24ba8069f7205e887e7e (diff) | |
download | buildroot-82e84a4f358c9dd2a527015d923d7b355f3a7fa5.tar.gz buildroot-82e84a4f358c9dd2a527015d923d7b355f3a7fa5.zip |
vexpress-firmware: new package
This commit adds a new package for the SCP (System Control Processor)
firmware for the ARM reference platforms. There will most likely be
other SCP firmware provided by other vendors, but they might be provided
in a different form, so we for now create a vendor-specific package
named vexpress-firmware.
Since this firmware is used for booting, we create the package in boot/
and not in package/.
The package simply installs a single pre-built binary file into the
images directory.
Signed-off-by: Joao Pinto <jpinto@synopsys.com>
[Thomas:
- Rename the package from scpfirmware to vexpress-firmware.
- Add a Config.in prompt for the package.
- Remove the prompt-less Config.in options to select the Git repo and
version. Since we only support the Vexpress firmware, there's no need
for configurability here, so we just use the right Git repo/version
in the .mk file.
- Use $(INSTALL) -D to install the firmware file.
- Add license information.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: add hash file, as suggested by Yann.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in index 677e5f083f..6ffacc6467 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -15,6 +15,7 @@ source "boot/s500-bootloader/Config.in" source "boot/syslinux/Config.in" source "boot/ts4800-mbrboot/Config.in" source "boot/uboot/Config.in" +source "boot/vexpress-firmware/Config.in" source "boot/xloader/Config.in" endmenu |