[coreboot-gerrit] Patch merged into coreboot/master: bf0988b AMD Fam15tn: Split DSDT into common sections

gerrit at coreboot.org gerrit at coreboot.org
Tue Jul 16 16:14:58 CEST 2013


the following patch was just integrated into master:
commit bf0988b0a2fb761fa7afa1574afba1d16b81eb85
Author: Steve Goodrich <steve.goodrich at se-eng.com>
Date:   Wed Jul 10 11:59:11 2013 -0600

    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 at se-eng.com>
    Reviewed-on: http://review.coreboot.org/3629
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


See http://review.coreboot.org/3629 for details.

-gerrit



More information about the coreboot-gerrit mailing list