summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/HBconfig
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-06-10 14:46:04 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-30 20:21:52 -0500
commitc3027fb72ac0eddec05b79e0bf939191f148352f (patch)
tree3da39cefbd981a0330d849ce6db51ecdc057e84c /src/usr/pnor/HBconfig
parent6280a104a07a5d7d78efb971b822307b2f786fe1 (diff)
downloadblackbird-hostboot-c3027fb72ac0eddec05b79e0bf939191f148352f.tar.gz
blackbird-hostboot-c3027fb72ac0eddec05b79e0bf939191f148352f.zip
Add PNOR support for AST2400 BMC
Changes from Palmetto board bringup to enable PNOR reads. Change-Id: I13ad550eb7103a27af9ee4cb774dd504cae240a7 RTC: 106881 Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11544 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/HBconfig')
-rw-r--r--src/usr/pnor/HBconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/pnor/HBconfig b/src/usr/pnor/HBconfig
new file mode 100644
index 000000000..05640191b
--- /dev/null
+++ b/src/usr/pnor/HBconfig
@@ -0,0 +1,20 @@
+config SFC_IS_IBM_DPSS
+ default y if !SFC_IS_AST2400
+ depends on !SFC_IS_AST2400
+ help
+ The Serial Flash Controller is the IBM DPSS FPGA.
+
+config SFC_IS_AST2400
+ default n
+ depends on !SFC_IS_IBM_DPSS && BMC_DOES_SFC_INIT
+ help
+ The Serial Flash Controller is the AST2400 BMC.
+
+
+
+config BMC_DOES_SFC_INIT
+ default y
+ help
+ The BMC is completely responsible for initializing and configuring the
+ SFC before Hostboot is started.
+
OpenPOWER on IntegriCloud