From f058c4b71a182364fd664f5a4d93cd1fe3e07d19 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Tue, 17 Jun 2014 10:27:07 -0500 Subject: 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 --- src/usr/lpc/lpcdd.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/lpc/lpcdd.H') diff --git a/src/usr/lpc/lpcdd.H b/src/usr/lpc/lpcdd.H index 074c5da98..3fa8388f2 100644 --- a/src/usr/lpc/lpcdd.H +++ b/src/usr/lpc/lpcdd.H @@ -85,8 +85,7 @@ class LpcDD RESET_ECCB = 0x00000001, /**< ECCB FW Logic */ RESET_OPB_LPCHC_SOFT = 0x00000002, /**< OPB LPCHC Clear Errors */ RESET_OPB_LPCHC_HARD = 0x00000004, /**< OPB LPCHC Reset Logic */ - - RESET_INIT = RESET_CLEAR, // Nothing to do for initial boot yet + RESET_INIT = 0x00000008, /**< Initial HW setup */ }; -- cgit v1.2.1