Trivial: use the IO_APIC_ADDR constant defined in ioapic.h, and spell check
Signed-off-by: Kerry She <kerry.she@amd.com> Acked-by: Kerry She <kerry.she@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6238 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e925965034
commit
7917f430b2
|
@ -20,6 +20,7 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <arch/acpi.h>
|
#include <arch/acpi.h>
|
||||||
|
#include <arch/ioapic.h>
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <cpu/x86/msr.h>
|
#include <cpu/x86/msr.h>
|
||||||
|
@ -56,8 +57,6 @@ extern const unsigned char AmlCode_ssdt4[];
|
||||||
extern const unsigned char AmlCode_ssdt5[];
|
extern const unsigned char AmlCode_ssdt5[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IO_APIC_ADDR 0xfec00000UL
|
|
||||||
|
|
||||||
unsigned long acpi_fill_mcfg(unsigned long current)
|
unsigned long acpi_fill_mcfg(unsigned long current)
|
||||||
{
|
{
|
||||||
/* Just a dummy */
|
/* Just a dummy */
|
||||||
|
|
|
@ -31,7 +31,7 @@ chip northbridge/amd/amdfam10/root_complex
|
||||||
register "gfx_reconfiguration" = "1"
|
register "gfx_reconfiguration" = "1"
|
||||||
register "gfx_link_width" = "0"
|
register "gfx_link_width" = "0"
|
||||||
end
|
end
|
||||||
chip southbridge/amd/cimx_wrapper/sb800 # it is under NB/SB Link, but on the same pri bus
|
chip southbridge/amd/cimx_wrapper/sb800 # it is under NB/SB Link, but on the same pci bus
|
||||||
device pci 11.0 on end # SATA
|
device pci 11.0 on end # SATA
|
||||||
device pci 12.0 on end # USB
|
device pci 12.0 on end # USB
|
||||||
device pci 12.2 on end # USB
|
device pci 12.2 on end # USB
|
||||||
|
|
Loading…
Reference in New Issue