]> git.proxmox.com Git - mirror_edk2.git/commit
Add ACPI drivers:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Mar 2009 20:58:47 +0000 (20:58 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Mar 2009 20:58:47 +0000 (20:58 +0000)
commit5f55c7004666d6bf8cb421b09781cbd1ceb9eddc
tree569357b5d6771ef9c401dc1e6f64e15c0070fa75
parent3c506ddd9e06bfb5dee1030edb5ff835e00bfb80
Add ACPI drivers:
* Universal/Acpi/AcpiTableDxe
  Implementation of EFI_ACPI_TABLE_PROTOCOL
  (MdePkg/Include/Protocol/AcpiTable.h)
* Universal/Acpi/AcpiPlatformDxe
  Sample "ACPI Platform Driver" which populates the
  system ACPI tables by reading them from an
  FFS file and using EFI_ACPI_TABLE_PROTOCOL
  to make them available to the system.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7917 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c [new file with mode: 0755]
MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf [new file with mode: 0755]
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.c [new file with mode: 0755]
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.h [new file with mode: 0755]
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf [new file with mode: 0755]
MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c [new file with mode: 0755]