summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Rosengren <robert.rosengren@stericsson.com>2010-12-15 09:48:59 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2011-01-27 16:06:37 +0100
commitbc03d1e9728ab1faa9eebbee3ed90e57bd27c051 (patch)
tree32733565d203074d952928421c8edb481342e230 /Makefile
parent3f27019fbb4a5c411e80c5c876bfae0a67228da5 (diff)
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 <robert.rosengren@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER <jens.wiklander@stericsson.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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
#########################################################################