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.web11.20465.1622293011007385777 for ; Sat, 29 May 2021 05:56:51 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pranav.madhu@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 73F53101E; Sat, 29 May 2021 05:56:49 -0700 (PDT) Received: from usa.arm.com (a074742.blr.arm.com [10.162.16.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3EAF03F73B; Sat, 29 May 2021 05:56:48 -0700 (PDT) From: "Pranav Madhu" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-platforms][PATCH v1 0/5] Platform/Sgi: Miscellaneous updates Date: Sat, 29 May 2021 18:26:29 +0530 Message-Id: <20210529125634.30833-1-pranav.madhu@arm.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This patch series introduces few miscellaneous updates for Arm's Reference Design platforms. The first two patches add a template support for hardware reduced ACPI events. This allows helps the platform get better compliance coverage with SystemReady test suite. The third patch adds a build macro for enabling graphics output via the HDLCD. The fourth patch allow build time control for CPPC and LPI features on the platform. The fifth patch fixes StandaloneMM build options for the RD platforms. This patch series should be applied on top of the patch series https://edk2.groups.io/g/devel/message/75542 Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topic/rd_misc Omkar Anand Kulkarni (1): Platform/Sgi: Cleanup build options for StandaloneMM context Pranav Madhu (3): Platform/Sgi: Enable PrimeCell GPIO Platform/Sgi: Add GED support Platform/Sgi: update _OSC control method to control LPI and CPPC Thomas Abraham (1): Platform/Sgi: define the macro ENABLE_GOP Platform/ARM/SgiPkg/SgiPlatform.dec | 14 +++ Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc | 10 ++ Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc | 10 ++ Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 19 +++ Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc | 6 +- Platform/ARM/SgiPkg/SgiPlatform.fdf | 2 + .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf | 7 ++ .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf | 8 ++ .../AcpiTables/RdN1EdgeX2AcpiTables.inf | 8 ++ .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf | 9 ++ .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 9 ++ .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf | 9 ++ .../SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 9 ++ .../SgiPkg/AcpiTables/Sgi575AcpiTables.inf | 9 ++ Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 2 + .../ARM/SgiPkg/AcpiTables/RdN1Edge/Dsdt.asl | 8 ++ .../ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Dsdt.asl | 8 ++ Platform/ARM/SgiPkg/AcpiTables/RdN2/Dsdt.asl | 15 +++ .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl | 15 +++ Platform/ARM/SgiPkg/AcpiTables/RdV1/Dsdt.asl | 15 +++ .../ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 15 +++ .../ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 8 ++ Platform/ARM/SgiPkg/AcpiTables/SsdtEvents.asl | 116 ++++++++++++++++++ 23 files changed, 327 insertions(+), 4 deletions(-) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/SsdtEvents.asl --=20 2.17.1