public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [RFC 0/3] Rpi4: Enable ACPI PCIe conduit
@ 2021-01-12 22:27 Jeremy Linton
  2021-01-12 22:27 ` [RFC 1/3] rpi4: Add XHCI/PCI selection menu Jeremy Linton
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeremy Linton @ 2021-01-12 22:27 UTC (permalink / raw)
  To: devel
  Cc: pete, awarkentin, samer.el-haj-mahmoud, leif, ard.biesheuvel,
	Jeremy Linton

A new Arm standard DEN0115A specifies how
platforms that don't have standard ECAM can
use the firmware to handle config read/write
operations. This is mostly implemented in ATF
but UEFI needs to assure that there is a
description of the root complex in the ACPI
namespace.

This set adds that description based on
a new menu item which toggles between XHCI
platform description and PCIe via a BDS
menu selection.

Jeremy Linton (3):
  rpi4: Add XHCI/PCI selection menu
  rpi4/acpi/dsdt: break XHCI into its own SSDT
  rpi4/acpi: Add PCIe SSDT

 Platform/RaspberryPi/AcpiTables/AcpiTables.inf     |   4 +
 Platform/RaspberryPi/AcpiTables/Dsdt.asl           |   4 +-
 Platform/RaspberryPi/AcpiTables/Pci.asl            | 239 +++++++++++++++++++++
 Platform/RaspberryPi/AcpiTables/Xhci.asl           |  33 +--
 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c |  42 ++++
 .../RaspberryPi/Drivers/ConfigDxe/ConfigDxe.inf    |   3 +
 .../RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni |   5 +
 .../RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr |  13 ++
 Platform/RaspberryPi/Include/ConfigVars.h          |   4 +
 Platform/RaspberryPi/RPi3/RPi3.dsc                 |   9 +
 Platform/RaspberryPi/RPi4/RPi4.dsc                 |  11 +
 Platform/RaspberryPi/RaspberryPi.dec               |   3 +
 12 files changed, 355 insertions(+), 15 deletions(-)
 create mode 100644 Platform/RaspberryPi/AcpiTables/Pci.asl

-- 
2.13.7


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

end of thread, other threads:[~2021-02-08 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-12 22:27 [RFC 0/3] Rpi4: Enable ACPI PCIe conduit Jeremy Linton
2021-01-12 22:27 ` [RFC 1/3] rpi4: Add XHCI/PCI selection menu Jeremy Linton
2021-02-08 17:39   ` [edk2-devel] " Andrei Warkentin
2021-01-12 22:27 ` [RFC 2/3] rpi4/acpi/dsdt: break XHCI into its own SSDT Jeremy Linton
2021-01-12 22:27 ` [RFC 3/3] rpi4/acpi: Add PCIe SSDT Jeremy Linton

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