[edk2-devel] [PATCH v1] MinPlatformPkg: Remove _ADR from MinDsdt.asl

2022-09-11 Thread aryeh . chen
From: Aryeh Chen According to ASL Coding Guidelines - Device Identifiers "A Device should contain either an _ADR or a _HID object, never both." , so remove _ADR due to _HID exist. Signed-off-by: Aryeh Chen Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Sinha, Ankit Cc: Limi

[edk2-devel] [PATCH v2] MinPlatformPkg: Remove _ADR from MinDsdt.asl

2022-09-11 Thread aryeh . chen
From: Aryeh Chen According to ASL Coding Guidelines - Device Identifiers "A Device should contain either an _ADR or a _HID object, never both." , so remove _ADR due to _HID exist. Signed-off-by: Aryeh Chen Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Ankit Sinha Cc: Limi

[edk2-devel] [PATCH v3] MinPlatformPkg: Remove _ADR from MinDsdt.asl

2022-09-11 Thread aryeh . chen
From: Aryeh Chen REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4057 According to ASL Coding Guidelines - Device Identifiers "A Device should contain either an _ADR or a _HID object, never both." , so remove _ADR due to _HID exist. Signed-off-by: Aryeh Chen Cc: Chasel Chiu

[edk2-devel] [PATCH v1] MinPlatformPkg: Add PcdAcpiGpe1BlockLength for FADT from board package

2022-08-15 Thread aryeh . chen
From: Aryeh Chen REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4020 Add PcdAcpiGpe1BlockLength of FADT Gpe1BlkLen register on MinPlatformPkg for PlatformBoardpkg to update platform setting. Signed-off-by: Aryeh Chen Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc