summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family14/Makefile.inc
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2011-12-12 21:12:43 -0700
committerMarc Jones <marcj303@gmail.com>2012-01-05 17:29:11 +0100
commit84e0dfcbf2ea977e15c6dc79d12836b138dabd41 (patch)
tree3c613a0495031ad2257af4b6ce75401da7f69c94 /src/northbridge/amd/agesa/family14/Makefile.inc
parent522ba28874c0e049c899fc74b906346605b50d0f (diff)
downloadcoreboot-84e0dfcbf2ea977e15c6dc79d12836b138dabd41.tar.xz
Clean up AMD Fam14 SSDT
The old SSDT ACPI code would only include the AGESA or the coreboot SSDT. Now include both. AGESA generates the Pstate SSDT and the second coreboot SSDT is for TOM and TOM2. Now, generate the coreboot SSDT instead of patching it. This fixes some ACPI errors in Linux and Windows bluescreens. The Persimmon acpi_tables.c is where the main changes were made and then replicated in the other Fam14 boards. Please test the other mainbords if you have one. Change-Id: I808c863597e024e3e8aeec0821e8618d96cc96a6 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: http://review.coreboot.org/516 Tested-by: build bot (Jenkins) Reviewed-by: Kerry Sheh <shekairui@gmail.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/northbridge/amd/agesa/family14/Makefile.inc')
-rw-r--r--src/northbridge/amd/agesa/family14/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/amd/agesa/family14/Makefile.inc b/src/northbridge/amd/agesa/family14/Makefile.inc
index 3bda8d5cc4..899d517055 100644
--- a/src/northbridge/amd/agesa/family14/Makefile.inc
+++ b/src/northbridge/amd/agesa/family14/Makefile.inc
@@ -18,5 +18,3 @@
#
driver-y += northbridge.c
-
-ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt.asl \ No newline at end of file