Add support for stack-protector
authorJoel Peshkin <joel.peshkin@broadcom.com>
Sun, 11 Apr 2021 09:21:58 +0000 (11:21 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
commit4e9bce12432492aa7a7c2121d9fae1640606ace5
treeca4ff1ffa3d447d51e945ce4cd9f75f6e80babe9
parent1598c83ecec64619379834ec21de8efe2536ac3d
Add support for stack-protector

Add support for stack protector for UBOOT, SPL, and TPL
as well as new pytest for stackprotector

Signed-off-by: Joel Peshkin <joel.peshkin@broadcom.com>
Adjust UEFI build flags.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
14 files changed:
MAINTAINERS
Makefile
arch/arm/config.mk
arch/riscv/lib/Makefile
arch/x86/config.mk
cmd/Kconfig
cmd/Makefile
cmd/stackprot_test.c [new file with mode: 0644]
common/Kconfig
common/Makefile
common/stackprot.c [new file with mode: 0644]
configs/sandbox_defconfig
scripts/Makefile.spl
test/py/tests/test_stackprotector.py [new file with mode: 0644]