From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.9239.1616393604171702159 for ; Sun, 21 Mar 2021 23:13:24 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: sunny.wang@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 825F81042; Sun, 21 Mar 2021 23:13:22 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B48A73F792; Sun, 21 Mar 2021 23:13:20 -0700 (PDT) From: "Sunny Wang" To: devel@edk2.groups.io Cc: Sunny Wang , Samer El-Haj-Mahmoud , Sami Mujawar , Pierre Gondois , Ard Biesheuvel , Sunny Wang Subject: [PATCH] Platform/ARM/Juno: Remove bogus PL011 _CID from DSDT ACPI table Date: Mon, 22 Mar 2021 14:12:21 +0800 Message-Id: <20210322061221.1407-1-Sunny.Wang@arm.com> X-Mailer: git-send-email 2.31.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable PL011 is not a valid ACPI identifier so don't expose it as a _CID. Since _CID (Comptable ID) is optional, let's just drop it. Cc: Samer El-Haj-Mahmoud Cc: Sami Mujawar Cc: Pierre Gondois Cc: Ard Biesheuvel Signed-off-by: Sunny Wang --- Platform/ARM/JunoPkg/AcpiTables/Dsdt.asl | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/ARM/JunoPkg/AcpiTables/Dsdt.asl b/Platform/ARM/JunoPk= g/AcpiTables/Dsdt.asl index c17c74e174..61353213fe 100644 --- a/Platform/ARM/JunoPkg/AcpiTables/Dsdt.asl +++ b/Platform/ARM/JunoPkg/AcpiTables/Dsdt.asl @@ -256,7 +256,6 @@ DefinitionBlock("DsdtTable.aml", "DSDT", 1, "ARMLTD", "= ARM-JUNO", EFI_ACPI_ARM_O // UART PL011=0D Device(COM0) {=0D Name(_HID, "ARMH0011")=0D - Name(_CID, "PL011")=0D Name(_UID, Zero)=0D Name(_CRS, ResourceTemplate() {=0D Memory32Fixed(ReadWrite, 0x7FF80000, 0x1000)=0D --=20 2.31.0.windows.1