Fix Fam14 AGESA ACPI table generation
authorMarc Jones <marcj303@gmail.com>
Tue, 13 Dec 2011 05:04:25 +0000 (22:04 -0700)
committerMarc Jones <marcj303@gmail.com>
Thu, 5 Jan 2012 16:29:44 +0000 (17:29 +0100)
commit7bfd22e4c62a43663624f0893ee73625a0db4c11
treed0869e059e36ed22a602ac6717948f594be64ead
parent84e0dfcbf2ea977e15c6dc79d12836b138dabd41
Fix Fam14 AGESA ACPI table generation

The AGESA wrapper init late call generates the SSDT and other ACPI tables. The
call was failing without heap space allocated causing the ASSERT messages in
the output. I think are there may still be other issues in integrating the
SSDT table with the DSDT, but now it is there to debug.

The changes were made in Persimmon and copied to the other Fam14 mainboards.
Change-Id: I2cfd14e07cb46d2f46f5a8cd21c4c9aab44e4ffd
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: http://review.coreboot.org/517
Tested-by: build bot (Jenkins)
Reviewed-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/mainboard/amd/inagua/acpi_tables.c
src/mainboard/amd/inagua/agesawrapper.c
src/mainboard/amd/persimmon/acpi_tables.c
src/mainboard/amd/persimmon/agesawrapper.c
src/mainboard/amd/persimmon/buildOpts.c
src/mainboard/amd/south_station/acpi_tables.c
src/mainboard/amd/south_station/agesawrapper.c
src/mainboard/amd/union_station/acpi_tables.c
src/mainboard/amd/union_station/agesawrapper.c
src/mainboard/asrock/e350m1/acpi_tables.c
src/mainboard/asrock/e350m1/agesawrapper.c