coreboot-kgpe-d16/src
Paul Menzel 2872f4e946 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@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2470
Tested-by: build bot (Jenkins)
Reviewed-by: Alvaro G. <andor@pierdelacabeza.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-02-21 23:15:14 +01:00
..
arch ARMV7: create a correct LB_SERIAL table entry 2013-02-21 01:10:18 +01:00
console console: Fix using CMOS for options 2013-02-08 10:00:12 +01:00
cpu AMD S3: Introduce Kconfig variable 'S3_DATA_SIZE' 2013-02-21 05:57:57 +01:00
device sconfig: rename lapic_cluster -> cpu_cluster 2013-02-14 07:07:20 +01:00
drivers Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
ec Add support for "Butterfly" Chromebook 2013-02-11 22:02:32 +01:00
include Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
lib fix an error message in checkstack() 2013-02-12 05:05:39 +01:00
mainboard AMD Fam14 boards: Unify `acpi_table.c` by mainly using Inagua’s one 2013-02-21 23:15:14 +01:00
northbridge Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
southbridge AMD S3: Introduce Kconfig variable 'S3_DATA_SIZE' 2013-02-21 05:57:57 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode AMD Family12h: Fix warnings 2013-02-18 05:01:53 +01:00
Kconfig build system: Retire REQUIRES_BLOB 2013-02-19 11:00:41 +01:00