]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
PI 1.1 SMM Feature Check-in
authordavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Dec 2009 06:44:33 +0000 (06:44 +0000)
committerdavidhuang <davidhuang@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Dec 2009 06:44:33 +0000 (06:44 +0000)
commitb7c5912af1b21abba963fe1a3904d80ecaa41505
treee892daf5aaa156059b6db2bacac6d6c48db9aba9
parent2983a79df5840d344194da662e34877483bda903
PI 1.1 SMM Feature Check-in
1. Add SmmServicesTableLib library class/instance.
2. Add SmmIoLibCpuIo/SmmPciLibPciRootBridgeIo library instance.
3. Update some library INF to support SMM_CORE module type.
4. Update dec/dsc to include new modules.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9590 6f19259b-4bc3-4df7-8a09-765794883524
21 files changed:
MdePkg/Include/Guid/EventGroup.h
MdePkg/Include/Library/SmmServicesTableLib.h [new file with mode: 0644]
MdePkg/Include/PiSmm.h [new file with mode: 0644]
MdePkg/Library/DxePcdLib/DxePcdLib.inf
MdePkg/Library/SmmIoLibCpuIo/IoHighLevel.c [new file with mode: 0644]
MdePkg/Library/SmmIoLibCpuIo/IoLib.c [new file with mode: 0644]
MdePkg/Library/SmmIoLibCpuIo/IoLibMmioBuffer.c [new file with mode: 0644]
MdePkg/Library/SmmIoLibCpuIo/SmmCpuIoLibInternal.h [new file with mode: 0644]
MdePkg/Library/SmmIoLibCpuIo/SmmIoLibCpuIo.inf [new file with mode: 0644]
MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c [new file with mode: 0644]
MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf [new file with mode: 0644]
MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c [new file with mode: 0644]
MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf [new file with mode: 0644]
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
MdePkg/Library/UefiLib/UefiLib.inf
MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
MdePkg/MdePkg.dec
MdePkg/MdePkg.dsc