coreboot-kgpe-d16/src
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
..
arch ARM: Put the ROM stage into the image before other bits. 2013-06-10 17:52:15 +02:00
console usbdebug: Fix use without EARLY_CONSOLE 2013-06-07 09:50:12 +02:00
cpu Do CAR variable migration only once 2013-06-22 20:47:21 +02:00
device pnp: Implement common handling for PnP config modes 2013-06-17 21:39:40 +02:00
drivers qemu: complete bochs dispi interface vga driver. 2013-06-19 02:00:08 +02:00
ec pnp: Unify some alignment to ease autogenerating patches 2013-06-17 18:11:35 +02:00
include pnp: Implement common handling for PnP config modes 2013-06-17 21:39:40 +02:00
lib Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected. 2013-06-21 19:29:52 +02:00
mainboard AMD boards: routing.asl: Uniformly start Package() with capital letter 2013-06-23 19:51:49 +02:00
northbridge intel/sandybridge: Locate CBMEM TOC early in ramstage 2013-06-22 20:48:08 +02:00
southbridge bd82x6x: Fix early EHCI BAR programming 2013-06-21 15:51:22 +02:00
superio winbond/w83627dhg: Correct resource setting for SPI (LDN6) 2013-06-18 19:15:12 +02:00
vendorcode fam15 vendorcode: Change license to BSD from AMD software license 2013-06-09 17:37:16 +02:00
Kconfig Yabel : Add tracing option needed by i915tool. 2013-06-04 22:57:26 +02:00