public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH v2 0/5] Platform/Sgi: Miscellaneous updates
@ 2021-06-11 10:34 Pranav Madhu
  2021-06-11 10:34 ` [edk2-platforms][PATCH v2 1/5] Platform/Sgi: Enable PrimeCell GPIO Pranav Madhu
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Pranav Madhu @ 2021-06-11 10:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Sami Mujawar

Changes since V1:
- Rebase the patches on top of latest master branch

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.

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

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-07-05 15:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-11 10:34 [edk2-platforms][PATCH v2 0/5] Platform/Sgi: Miscellaneous updates Pranav Madhu
2021-06-11 10:34 ` [edk2-platforms][PATCH v2 1/5] Platform/Sgi: Enable PrimeCell GPIO Pranav Madhu
2021-06-14 10:33   ` [edk2-devel] " Thomas Abraham
2021-06-11 10:34 ` [edk2-platforms][PATCH v2 2/5] Platform/Sgi: Add GED support Pranav Madhu
2021-06-14 10:35   ` [edk2-devel] " Thomas Abraham
2021-06-11 10:34 ` [edk2-platforms][PATCH v2 3/5] Platform/Sgi: define the macro ENABLE_GOP Pranav Madhu
2021-06-11 10:34 ` [edk2-platforms][PATCH v2 4/5] Platform/Sgi: update _OSC control method to control LPI and CPPC Pranav Madhu
2021-06-14 10:37   ` [edk2-devel] " Thomas Abraham
2021-06-11 10:34 ` [edk2-platforms][PATCH v2 5/5] Platform/Sgi: Cleanup build options for StandaloneMM context Pranav Madhu
2021-06-14 10:38   ` [edk2-devel] " Thomas Abraham
2021-07-05 14:34 ` [edk2-devel] [edk2-platforms][PATCH v2 0/5] Platform/Sgi: Miscellaneous updates Sami Mujawar
2021-07-05 15:35   ` Sami Mujawar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox