coreboot-kgpe-d16/src/mainboard/amd/inagua
Paul Menzel a390d77966 AMD boards: routing.asl: Uniformly start Package() with capital letter
In commit  Rudolf Marek discovered, that it is not uniformly written. As
»ASL names are not case-sensitive and will be converted to upper case.« [2]
this change does not have any functional change.

The following command was used to create this patch.

    $ git grep -l 'package()' src/mainboard | xargs sed -i 's,package(),Package(),'

[1] http://review.coreboot.org/#/c/3318/
[2] http://www.acpi.info/spec40a.htm
    (18.2.1 ASL Names)

Change-Id: I1784dbc50936a1ef9d4376209a3c324ef1fb85cf
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3516
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2013-06-23 19:51:49 +02:00
..
acpi AMD boards: routing.asl: Uniformly start Package() with capital letter 2013-06-23 19:51:49 +02:00
acpi_tables.c AMD Fam14 boards: Unify acpi_table.c by mainly using Inagua’s one 2013-02-21 23:15:14 +01:00
agesawrapper.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
agesawrapper.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
BiosCallOuts.c AMD Inagua: Use SPD read code from F14 wrapper 2013-03-08 22:33:57 +01:00
BiosCallOuts.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
broadcom.c AMD Inagua: broadcom.c: Add missing prototype for broadcom_init() 2013-03-29 21:10:34 +01:00
buildOpts.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
cmos.layout GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
devicetree.cb AMD Inagua: Use SPD read code from F14 wrapper 2013-03-08 22:33:57 +01:00
dsdt.asl AMD Fam14: Split out the AMD Fam14 DSDT 2013-04-18 02:49:49 +02:00
get_bus_conf.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
irq_tables.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
Kconfig AMD southbridges: Move HAVE_HARD_RESET 2013-06-17 21:50:46 +02:00
mainboard.c Partially revert "AMD Inagua: broadcom.c: Add missing prototype for broadcom_init()" 2013-04-03 19:29:30 +02:00
Makefile.inc AMD southbridges: Move HAVE_HARD_RESET 2013-06-17 21:50:46 +02:00
mptable.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
OptionsIds.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
platform_cfg.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
PlatformGnbPcie.c AMD Llano, Brazos boards: Use sizeof(var) to get its size 2013-05-30 18:10:45 +02:00
PlatformGnbPcieComplex.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
romstage.c copy_and_run: drop boot_complete parameter 2013-05-08 18:24:23 +02:00