diff options
author | Steve Goodrich <steve.goodrich@se-eng.com> | 2013-07-10 11:59:11 -0600 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-07-16 16:14:56 +0200 |
commit | bf0988b0a2fb761fa7afa1574afba1d16b81eb85 (patch) | |
tree | 9a7df59ee6987ece349111d545b5f401fb2ce1b5 /src/southbridge/amd/agesa/hudson/fadt.c | |
parent | c6b44162f5cccd72e9b4d9dbf071911249971846 (diff) |
AMD Fam15tn: Split DSDT into common sections
Split the Parmer, Family 15tn, and Hudson DSDT into groups. This splits
the DSDT table into includable ASL files which carry details specific
to the Family 15tn APU, the Parmer platform, and the Hudson FCH. The
dsdt.asl file in the mainboard directory contains only #include
references to the appropriate files.
Initially, this split was done by moving each piece of functionality
into its own file (e.g. IRQ routing and mapping, processor tree, sleep
states and sleep methods, etc.) and those pieces were #included in
dsdt.asl to ensure an exact match (via acpidump/acpixtract/iasl -d)
with the extant version of the table. Once the new tables were found
to exactly match the existing tables, the pieces were rearranged into
reasonable groups (e.g. fch.asl, northbridge.asl, pci_int.asl, etc.).
Some include files have no content but are left as a template for
other platforms and as placeholders for completing the ACPI
implementation for Parmer (e.g. thermal.asl, superio.asl, ide.asl,
sata.asl, etc.).
Change-Id: I098b0c5ca27629da9bc1cff1e6ba9fa6703e2710
Signed-off-by: Steve Goodrich <steve.goodrich@se-eng.com>
Reviewed-on: http://review.coreboot.org/3629
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/fadt.c')
0 files changed, 0 insertions, 0 deletions