Patch merged into coreboot/master: 2872f4e AMD Fam14 boards: Unify `acpi_table.c` by mainly using Inagua’s one

gerrit at coreboot.org gerrit at coreboot.org
Thu Feb 21 23:15:15 CET 2013


the following patch was just integrated into master:
commit 2872f4e946b5cc9ccad2b1b47cea18db95e3191d
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Feb 21 13:10:24 2013 +0100

    AMD Fam14 boards: Unify `acpi_table.c` by mainly using Inagua’s one
    
    There were just whitespace differences and three boards did not
    contain
    
        printk(BIOS_DEBUG, "alib\n");
        dump_mem(ssdt, ((void *)alib) + alib->length);
    
    which is enclosed `#if DUMP_ACPI_TABLES == 1` to dump the ACPI
    tables.
    
    Basically the whitespace in the license header in Inagua’s file
    was fixed and then the file copied over to the other directories.
    
    Change-Id: I23f73acad427b5ec14cf51651af67240871f7488
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-on: http://review.coreboot.org/2470
    Tested-by: build bot (Jenkins)
    Reviewed-by: Alvaro G. <andor at pierdelacabeza.com>
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Build-Tested: build bot (Jenkins) at Thu Feb 21 13:35:07 2013, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer at coreboot.org> at Thu Feb 21 19:23:02 2013, giving +2
See http://review.coreboot.org/2470 for details.

-gerrit



More information about the coreboot mailing list