summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/makefile
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-05-27 15:20:43 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-08 09:07:39 -0500
commitc57af7db48ddc21ce693057209c2a5070f8a5b62 (patch)
treef7adc0b3ad71ea1bf78ef8883977d9cc6eb0afbc /src/usr/pnor/makefile
parent2247727b334be86e50bd211ddecefcdbe3dcb700 (diff)
downloadtalos-hostboot-c57af7db48ddc21ce693057209c2a5070f8a5b62.tar.gz
talos-hostboot-c57af7db48ddc21ce693057209c2a5070f8a5b62.zip
Enable Test to Validate Alt Master's LPC connection to PNOR
This commit adds a new test during istep 9.2 where all possible Alternative Master's will have their LPC connection to PNOR tested. The test will be done by creating a unique PnorDD class and reading out the PNOR's TOC. This commit also updates the PnorDD class to use a non-MASTER_PROCESSOR_CHIP_TARGET_SENTINEL target. Change-Id: I7c141b0527a6f4d0ec5a702e9961ce686dd66a48 Backport: release-fips820 RTC: 87871 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11348 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/makefile')
-rw-r--r--src/usr/pnor/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/pnor/makefile b/src/usr/pnor/makefile
index 7a81aef19..c9a37cc3e 100644
--- a/src/usr/pnor/makefile
+++ b/src/usr/pnor/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -25,6 +27,7 @@ MODULE = pnor
OBJS += pnorrp.o
OBJS += pnordd.o
+OBJS += pnorvalid.o
OBJS += ecc.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud