On 28.04.2009 15:18 Uhr, Myles Watson wrote:
Will this do?
Index: src/northbridge/amd/amdk8/Config.lb
--- src/northbridge/amd/amdk8/Config.lb (revision 1595) +++ src/northbridge/amd/amdk8/Config.lb (working copy) @@ -1,7 +1,9 @@ uses AGP_APERTURE_SIZE uses HAVE_ACPI_TABLES +uses HAVE_HIGH_TABLES
default AGP_APERTURE_SIZE=0x4000000 +default HAVE_HIGH_TABLES=1
config chip.h
Good point. I think you're right that this should be sufficient. This is probably also the place to migrate a lot of the uses statements that are K8-specific.
agreed!