From 1d7b38ba816f52b12e0c131ec5daf86b00886c63 Mon Sep 17 00:00:00 2001 From: Dean Sanner Date: Tue, 10 Nov 2015 07:33:39 -0600 Subject: Establish a working P9 Hostboot and Simics base Includes changes for nimbus.por Making recent Simics usable by Hostboot Removing portions of code not yet ready Basic LPC read/write Change-Id: Ic40a9613934fab7bb6a28a8100685496246bb5ea RTC:132170 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21931 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA Reviewed-by: Christian Geddes Reviewed-by: A. Patrick Williams III --- src/usr/pnor/HBconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/pnor/HBconfig') diff --git a/src/usr/pnor/HBconfig b/src/usr/pnor/HBconfig index c780986a0..3b6843b14 100644 --- a/src/usr/pnor/HBconfig +++ b/src/usr/pnor/HBconfig @@ -1,11 +1,11 @@ config SFC_IS_IBM_DPSS - default y + default n depends on !SFC_IS_AST2400 && !SFC_IS_FAKE help The Serial Flash Controller is the IBM DPSS FPGA. config SFC_IS_AST2400 - default n + default y depends on !SFC_IS_IBM_DPSS && !SFC_IS_FAKE help The Serial Flash Controller is the AST2400 BMC. @@ -17,7 +17,7 @@ config SFC_IS_FAKE The Serial Flash Controller is emulated using memory. config BMC_DOES_SFC_INIT - default y + default n help The BMC is completely responsible for initializing and configuring the SFC before Hostboot is started. The BMC is also responsible for doing -- cgit v1.2.1