SB900 64bit fixes
Change-Id: I5ea0f9338ccdd658b5fbec72aa35b4f80d63d4f9 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/11084 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
a843211481
commit
0390cc6b3a
|
@ -213,7 +213,7 @@ void sb900_cimx_config(AMDSBCFG *sb_config)
|
|||
sb_config->GppHardwareDowngrade = INCHIP_GPP_HARDWARE_DOWNGRADE;// Internal Option
|
||||
sb_config->GppToggleReset = INCHIP_GPP_TOGGLE_RESET; // External Option
|
||||
sb_config->sdbEnable = 0; // CIMx Internal Used
|
||||
sb_config->TempMMIO = (typeof(sb_config->TempMMIO))NULL; // CIMx Internal Used
|
||||
sb_config->TempMMIO = (UINTN)NULL; // CIMx Internal Used
|
||||
// sb_config->GecPhyStatus = INCHIP_GEC_PHY_STATUS; // Field Retired
|
||||
sb_config->SBGecPwr = INCHIP_GEC_POWER_POLICY; // Internal Option
|
||||
sb_config->SBGecDebugBus = INCHIP_GEC_DEBUGBUS; // Internal Option
|
||||
|
|
Loading…
Reference in New Issue