kumquat-buildroot/boot
Baruch Siach f03ae60451 boot/arm-trusted-firmware: don't enable SSP by default
SSP support requires support in ATF platform code. Not all platforms
implement plat_get_stack_protector_canary() hook. The result is build
failure:

(.text.asm.update_stack_protector_canary+0x4): undefined reference to `plat_get_stack_protector_canary'

Commit cf176128ec ("boot/arm-trusted-firmware: add SSP option")
originally introduces this issue. But then commit ccac9a5bbb
("boot/arm-trusted-firmware: don't force ENABLE_STACK_PROTECTOR") hid
the problem by effectively disabling SSP for all platforms. So only
after commit 09acc7cbc9 ("boot/arm-trusted-firmware: fix SSP
support") the issue showed up.

Make SSP an opt-in for platform that actually provide the
plat_get_stack_protector_canary() hook.

Cc: Sergey Matyukevich <geomatsi@gmail.com>
Cc: Dick Olsson <hi@senzilla.io>
Tested-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-10-28 08:46:15 +02:00
..
afboot-stm32 boot/afboot-stm32: add patch fixing build issue with recent binutils 2022-04-28 23:45:07 +02:00
arm-trusted-firmware boot/arm-trusted-firmware: don't enable SSP by default 2022-10-28 08:46:15 +02:00
at91bootstrap
at91bootstrap3
at91dataflashboot boot/at91dataflashboot: disable on armeb 2022-06-06 21:45:01 +02:00
barebox boot/barebox: update condition for custom tarball management 2022-07-23 22:11:31 +02:00
beaglev-ddrinit package/beaglev-ddrinit: update to latest 8d6318 2022-07-25 22:52:20 +02:00
beaglev-secondboot package/beaglev-secondboot: bump to version e17302 2022-07-26 00:11:13 +02:00
binaries-marvell boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
boot-wrapper-aarch64 package: replace git:// URLs with https:// URLs where possible 2022-04-02 19:21:57 +02:00
edk2 boot/edk2: fix legal-info 2022-08-27 09:50:41 +02:00
grub2 boot/grub2: ignore CVE-2021-46705 2022-10-25 23:06:13 +02:00
gummiboot
lpc32xxcdl
mv-ddr-marvell boot/mv-ddr-marvell: disable SSP 2022-10-17 10:32:18 +02:00
mxs-bootlets
opensbi boot/opensbi: introduce BR2_TARGET_OPENSBI_ADDITIONAL_VARIABLES 2022-07-27 00:14:32 +02:00
optee-os boot/optee-os: remove host-python-pillow build dependency 2022-09-06 13:44:46 +02:00
s500-bootloader boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
shim boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
sun20i-d1-spl boot/sun20i-d1-spl: update to latest commit 882671 2022-05-17 22:15:22 +02:00
syslinux package/syslinux: disable documentation 2022-08-14 22:42:50 +02:00
uboot boot/uboot/uboot.mk: add pmufw.elf support 2022-10-15 18:39:24 +02:00
vexpress-firmware
common.mk
Config.in