From c57af7db48ddc21ce693057209c2a5070f8a5b62 Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Tue, 27 May 2014 15:20:43 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/usr/pnor/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/usr/pnor/makefile') 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 -- cgit v1.2.1