Add some more CONFIG_* prefixes that were missing.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4497 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
313973d61a
commit
dec1b47bd7
@ -273,7 +273,7 @@ static void i82801gx_power_options(device_t dev)
|
|||||||
/* Set up power management block and determine sleep mode */
|
/* Set up power management block and determine sleep mode */
|
||||||
pmbase = pci_read_config16(dev, 0x40) & 0xfffe;
|
pmbase = pci_read_config16(dev, 0x40) & 0xfffe;
|
||||||
reg32 = inl(pmbase + 0x04); // PM1_CNT
|
reg32 = inl(pmbase + 0x04); // PM1_CNT
|
||||||
#if HAVE_ACPI_RESUME
|
#if CONFIG_HAVE_ACPI_RESUME
|
||||||
acpi_slp_type = (((reg32 >> 10) & 7) == 5) ? 3 : 0;
|
acpi_slp_type = (((reg32 >> 10) & 7) == 5) ? 3 : 0;
|
||||||
printk_debug("PM1_CNT: 0x%08x --> acpi_sleep_type: %x\n",
|
printk_debug("PM1_CNT: 0x%08x --> acpi_sleep_type: %x\n",
|
||||||
reg32, acpi_slp_type);
|
reg32, acpi_slp_type);
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#define MAINBOARD_POWER_ON 1
|
#define MAINBOARD_POWER_ON 1
|
||||||
#define MAINBOARD_POWER_KEEP 2
|
#define MAINBOARD_POWER_KEEP 2
|
||||||
|
|
||||||
#ifndef MAINBOARD_POWER_ON_AFTER_FAIL
|
#ifndef CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL
|
||||||
#define MAINBOARD_POWER_ON_AFTER_FAIL MAINBOARD_POWER_ON
|
#define CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL MAINBOARD_POWER_ON
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ static void southbridge_smi_sleep(unsigned int node, smm_state_save_area_t *stat
|
|||||||
* CMOS or even better from GNVS. Right now it's hard
|
* CMOS or even better from GNVS. Right now it's hard
|
||||||
* coded at compile time.
|
* coded at compile time.
|
||||||
*/
|
*/
|
||||||
u8 s5pwr = MAINBOARD_POWER_ON_AFTER_FAIL;
|
u8 s5pwr = CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL;
|
||||||
|
|
||||||
/* First, disable further SMIs */
|
/* First, disable further SMIs */
|
||||||
reg8 = inb(pmbase + SMI_EN);
|
reg8 = inb(pmbase + SMI_EN);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user