On Mon, Nov 19, 2018 at 08:03:38AM -0800, Ard Biesheuvel wrote: > 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. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]> > --- > Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > b/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > index 3f73c191d4d6..7c7677f1fea0 100644 > --- a/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > +++ b/Silicon/Socionext/SynQuacer/AcpiTables/Dsdt.asl > @@ -135,7 +135,6 @@ DefinitionBlock ("DsdtTable.aml", "DSDT", 1, "SNI", > "SYNQUACR", > // UART PL011 > Device (COM0) { > Name (_HID, "ARMH0011") > - Name (_CID, "PL011") > Name (_UID, Zero) > Name (_CRS, ResourceTemplate () { > Memory32Fixed (ReadWrite, FixedPcdGet32 (PcdSerialRegisterBase), > 0x1000) > -- > 2.17.1 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

