summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/test/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-06-17 10:27:07 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-14 08:49:13 -0500
commitf058c4b71a182364fd664f5a4d93cd1fe3e07d19 (patch)
tree348cab519fb07d2172fad68d1df689381c437793 /src/usr/pnor/test/makefile
parent4b16ee65fc46cb19aca69bd54b6024a948316315 (diff)
downloadblackbird-hostboot-f058c4b71a182364fd664f5a4d93cd1fe3e07d19.tar.gz
blackbird-hostboot-f058c4b71a182364fd664f5a4d93cd1fe3e07d19.zip
Split out SFC logic and add support for AST2400
Refactored the PNOR device driver to pull all SFC-specific code into a new set of classes. Any time a new type of serial flash controller (SFC) is introduced, a new subclass should be created to support it. Also added the full support for the AST2400 BMC that is being used on Palmetto. Change-Id: I9cdbf9b48bbf94615a39804920e170a3142ec386 Origin: Google Shared Technology RTC: 97493 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13229 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/test/makefile')
-rw-r--r--src/usr/pnor/test/makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/usr/pnor/test/makefile b/src/usr/pnor/test/makefile
index d67b232e0..2c13da7b1 100644
--- a/src/usr/pnor/test/makefile
+++ b/src/usr/pnor/test/makefile
@@ -5,7 +5,10 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2014
+# [+] Google Inc.
+# [+] 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.
@@ -23,6 +26,11 @@
ROOTPATH = ../../../..
MODULE = testpnor
-TESTS = *.H
+
+TESTS = pnorddtest.H ecctest.H pnorrptest.H
+
+#SFC Implementations
+TESTS += $(if $(CONFIG_SFC_IS_IBM_DPSS),sfc_ibmtest.H)
+TESTS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2400test.H)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud