aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/Config.lb
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-11-26 16:56:05 +0000
committerStefan Reinauer <stepan@openbios.org>2005-11-26 16:56:05 +0000
commitf622d598db3a6fb7001b6b63e7184272eb19db72 (patch)
tree568d3113d95e791baa444ed1904c8e88bc803601 /src/northbridge/amd/amdk8/Config.lb
parentb7627bca656d365615dbf2c06053430e83565f8d (diff)
- Apply 11_24_a_s1_core.diff from
https://openbios.org/roundup/linuxbios/issue24 - fix up for via epia-m git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2110 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/Config.lb')
-rw-r--r--src/northbridge/amd/amdk8/Config.lb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Config.lb b/src/northbridge/amd/amdk8/Config.lb
index 35b137068b..23245a66b9 100644
--- a/src/northbridge/amd/amdk8/Config.lb
+++ b/src/northbridge/amd/amdk8/Config.lb
@@ -1,5 +1,7 @@
uses CONFIG_CHIP_NAME
uses AGP_APERTURE_SIZE
+uses HAVE_ACPI_TABLES
+
default AGP_APERTURE_SIZE=0x4000000
if CONFIG_CHIP_NAME
@@ -14,3 +16,9 @@ makerule raminit_test
depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
end
+
+if HAVE_ACPI_TABLES
+ object amdk8_acpi.o
+end
+
+object get_sblk_pci1234.o