Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad342a4589 | ||
|
|
ca374d34ed |
2 changed files with 5 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ config CPU_SPECIFIC_OPTIONS
|
||||||
select UDELAY_LAPIC
|
select UDELAY_LAPIC
|
||||||
select SMM_TSEG
|
select SMM_TSEG
|
||||||
select SUPPORT_CPU_UCODE_IN_CBFS
|
select SUPPORT_CPU_UCODE_IN_CBFS
|
||||||
select PARALLEL_CPU_INIT
|
|
||||||
#select AP_IN_SIPI_WAIT
|
#select AP_IN_SIPI_WAIT
|
||||||
select TSC_SYNC_MFENCE
|
select TSC_SYNC_MFENCE
|
||||||
select LAPIC_MONOTONIC_TIMER
|
select LAPIC_MONOTONIC_TIMER
|
||||||
|
|
|
||||||
|
|
@ -431,6 +431,11 @@ static void northbridge_init(struct device *dev)
|
||||||
}
|
}
|
||||||
MCHBAR32(0x5f10) = bridge_type;
|
MCHBAR32(0x5f10) = bridge_type;
|
||||||
|
|
||||||
|
/* Turn off unused devices. Has to be done before
|
||||||
|
* setting BIOS_RESET_CPL.
|
||||||
|
*/
|
||||||
|
disable_peg();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set bit 0 of BIOS_RESET_CPL to indicate to the CPU
|
* Set bit 0 of BIOS_RESET_CPL to indicate to the CPU
|
||||||
* that BIOS has initialized memory and power management
|
* that BIOS has initialized memory and power management
|
||||||
|
|
@ -456,9 +461,6 @@ static void northbridge_init(struct device *dev)
|
||||||
|
|
||||||
/* Set here before graphics PM init */
|
/* Set here before graphics PM init */
|
||||||
MCHBAR32(0x5500) = 0x00100001;
|
MCHBAR32(0x5500) = 0x00100001;
|
||||||
|
|
||||||
/* Turn off unused devices */
|
|
||||||
disable_peg();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void northbridge_enable(device_t dev)
|
static void northbridge_enable(device_t dev)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue