summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/union_station
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2021-03-01 19:55:59 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-03 09:03:02 +0000
commitbd78c5a64982600560745fa1c33947c22fe8e727 (patch)
tree41cf1b22554719f3ac263a941a855577e697ff16 /src/mainboard/amd/union_station
parentebf5ae5bd52fa6406d3c8f6f32e5b692048d9b22 (diff)
downloadcoreboot-bd78c5a64982600560745fa1c33947c22fe8e727.tar.gz
coreboot-bd78c5a64982600560745fa1c33947c22fe8e727.tar.bz2
coreboot-bd78c5a64982600560745fa1c33947c22fe8e727.zip
AGESA boards: Captilize ASL names
ASL+ Optimizing Compiler/Disassembler version 20200925 remarks: IASL build/dsdt.aml Intel ACPI Component Architecture ASL+ Optimizing Compiler/Disassembler version 20200925 Copyright (c) 2000 - 2020 Intel Corporation dsdt.asl 222: Name(PSa, Package(){ Remark 2182 - ^ At least one lower case letter found in NameSeg, ASL is case insensitive - converting to upper case (PSA_) dsdt.asl 228: Name(APSa, Package(){ Remark 2182 - ^ At least one lower case letter found in NameSeg, ASL is case insensitive - converting to upper case (APSA) Execute the command below to fix all occurences: git grep -l PSa | xargs sed -i 's/PSa/PSA/g' Change-Id: Ia458c98a4774fb5745825aecf996a476e66eaa3f Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51152 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd/union_station')
-rw-r--r--src/mainboard/amd/union_station/acpi/routing.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/union_station/acpi/routing.asl b/src/mainboard/amd/union_station/acpi/routing.asl
index 2b5823ff62df..8f8ea45e9eff 100644
--- a/src/mainboard/amd/union_station/acpi/routing.asl
+++ b/src/mainboard/amd/union_station/acpi/routing.asl
@@ -289,14 +289,14 @@ Scope(\_SB) {
Package(){0x0000FFFF, 3, 0, 16 },
})
- Name(PSa, Package(){
+ Name(PSA, Package(){
/* PCIe slot - Hooked to PCIe slot 10 */
Package(){0x0000FFFF, 0, INTD, 0 },
Package(){0x0000FFFF, 1, INTA, 0 },
Package(){0x0000FFFF, 2, INTB, 0 },
Package(){0x0000FFFF, 3, INTC, 0 },
})
- Name(APSa, Package(){
+ Name(APSA, Package(){
/* PCIe slot - Hooked to PCIe slot 10 */
Package(){0x0000FFFF, 0, 0, 18 },
Package(){0x0000FFFF, 1, 0, 19 },