From bc03d1e9728ab1faa9eebbee3ed90e57bd27c051 Mon Sep 17 00:00:00 2001 From: Robert Rosengren Date: Wed, 15 Dec 2010 09:48:59 +0100 Subject: db8500: Verify signature of kernel before booting Verification of the kernel and ITP signature before allowing to boot is added. This feature is configurable and by default not activated. MeeGo- built RPM will have this enabled. ST-Ericsson ID: WP275634, ER275440 Change-Id: Ib888f39dd5dca1bc8b7d6e1b002da83a77908b07 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11415 Tested-by: Robert ROSENGREN Reviewed-by: Michael BRANDT Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bad1598f8..0f6c8861c 100644 --- a/Makefile +++ b/Makefile @@ -3183,6 +3183,9 @@ u8500_auto_config: $(MKCONFIG) -a u8500 arm arm_cortexa9 u8500 st db8500 ; \ fi +u8500_secboot_config: u8500_def_config + echo "#define CONFIG_SECURE_KERNEL_BOOT" >> $(obj)include/config.h + ######################################################################### ## XScale Systems ######################################################################### -- cgit v1.2.3