diff options
author | Kimarie Hoot <kimarie.hoot@se-eng.com> | 2013-07-20 14:28:10 -0600 |
---|---|---|
committer | Kimarie Hoot <kimarie.hoot@se-eng.com> | 2013-08-08 05:58:29 +0200 |
commit | 0cc33da5530cf2ef776fc9fa2dbb80bb4dc4c830 (patch) | |
tree | 5555fc0471b6027a4fe98af8f860c3f63a70413f /src/southbridge | |
parent | 436a3753ec14f8bde3eb3063b6563e32c1dd72e7 (diff) |
ASUS F2A85-M: Split DSDT into common sections (as per Parmer)
Rearranged the F2A85-M DSDT file to match the functionality found
on Parmer. As with the Parmer implementation, the F2A85-M dsdt.asl
file in the mainboard directory contains only #include references to
the appropriate files.
As with Parmer, some include files have no content but are left as a
template for other platforms and as placeholders for completing the
ACPI implementation for F2A85-M.
Change-Id: Ic72cb6004538ca9d9f79826b9b3c8d6aeb25017c
Signed-off-by: Kimarie Hoot <kimarie.hoot@se-eng.com>
Reviewed-on: http://review.coreboot.org/3805
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin@se-eng.com>
Diffstat (limited to 'src/southbridge')
-rwxr-xr-x | src/southbridge/amd/agesa/hudson/acpi/fch.asl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/southbridge/amd/agesa/hudson/acpi/fch.asl b/src/southbridge/amd/agesa/hudson/acpi/fch.asl index ee8b6f4015..573fa9ba5b 100755 --- a/src/southbridge/amd/agesa/hudson/acpi/fch.asl +++ b/src/southbridge/amd/agesa/hudson/acpi/fch.asl @@ -76,6 +76,14 @@ Name(CRES, ResourceTemplate() { * sequential. */ + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, + 0x0000, /* address granularity */ + 0x0000, /* range minimum */ + 0x00FF, /* range maximum */ + 0x0000, /* translation */ + 0x0100, /* length */ + ,, PSB0) /* ResourceSourceIndex, ResourceSource, DescriptorName */ + IO(Decode16, 0x0CF8, 0x0CF8, 1, 8) WORDIO(ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange, |