summaryrefslogtreecommitdiffstats
path: root/src/bootloader/makefile
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-02-28 09:59:17 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-17 17:24:15 -0400
commit551ba04c02d56b669a93b0e3fc62b0633cf844c9 (patch)
tree994d6464586bc433aa7ab313e2eb7259c827ab66 /src/bootloader/makefile
parente32262ef84b7e4d688308b35dfefa296cf14fc6c (diff)
downloadtalos-hostboot-551ba04c02d56b669a93b0e3fc62b0633cf844c9.tar.gz
talos-hostboot-551ba04c02d56b669a93b0e3fc62b0633cf844c9.zip
Consume Secure Access Bit from SBE HB communication area
Disable verification in bootloader if SAB not set Change-Id: If5f1adcbe0277f2a4223d8cea6a5e2048019871d RTC: 167741 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37214 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/bootloader/makefile')
-rw-r--r--src/bootloader/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootloader/makefile b/src/bootloader/makefile
index ee1688774..c90908a52 100644
--- a/src/bootloader/makefile
+++ b/src/bootloader/makefile
@@ -32,6 +32,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/lpc/
COMMONFLAGS += -DBOOTLOADER
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/nest/
+
OBJS += bl_start.o
OBJS += bootloader.o
OBJS += bl_pnorAccess.o
OpenPOWER on IntegriCloud