summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21/makefile
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2019-02-13 20:06:06 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-18 21:19:21 -0600
commitb61b4966edc3812a3c1a5f89dd571de832e06e2d (patch)
tree66c143f8d7f9869d85ca34bbc22e40d04d74e9cf /src/usr/isteps/istep21/makefile
parent02f33294dea55eb2f022336f2b4871ea87ef7720 (diff)
downloadblackbird-hostboot-b61b4966edc3812a3c1a5f89dd571de832e06e2d.tar.gz
blackbird-hostboot-b61b4966edc3812a3c1a5f89dd571de832e06e2d.zip
Support reading UCD flash update LIDs
- Added support to read a single LID container and securely verify it - Added new compile flag CONFIG_UCD_FLASH_UPDATES to enable/disable future TI UCD9090/UCD90120A flash updates - Created shell function to hold the UCD flash update logic Change-Id: I94f3e43558af5d7951febdf6ff0685c120d2db0e RTC: 201992 CMVC-Prereq: 1076388 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71945 Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep21/makefile')
-rw-r--r--src/usr/isteps/istep21/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/makefile b/src/usr/isteps/istep21/makefile
index eedcb8cf5..1ba8edd32 100644
--- a/src/usr/isteps/istep21/makefile
+++ b/src/usr/isteps/istep21/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2018
+# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
@@ -42,5 +42,6 @@ OBJS += call_host_runtime_setup.o
OBJS += freqAttrData.o
OBJS += call_host_verify_hdat.o
OBJS += call_host_start_payload.o
+OBJS += $(if $(CONFIG_UCD_FLASH_UPDATES),call_update_ucd_flash.o,)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud