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)
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>

No differences found