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
25 lines
502 B
Plaintext
25 lines
502 B
Plaintext
uses CONFIG_CHIP_NAME
|
|
uses AGP_APERTURE_SIZE
|
|
uses HAVE_ACPI_TABLES
|
|
|
|
default AGP_APERTURE_SIZE=0x4000000
|
|
|
|
if CONFIG_CHIP_NAME
|
|
config chip.h
|
|
end
|
|
|
|
object northbridge.o
|
|
driver misc_control.o
|
|
|
|
makerule raminit_test
|
|
depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
|
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
|