]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Pi/PiPeiCis.h
Merge the PI enabling works from the branch
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Sep 2007 06:11:47 +0000 (06:11 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Sep 2007 06:11:47 +0000 (06:11 +0000)
commit1c280088ec83160a5f190b3d0ba796b224ee23b3
treebbaa878c892110bb7ab4201a50aaeaf7f3762afc
parente1001af1d40370ff40cece775aaf10a2f8a0414e
Merge the PI enabling works from the branch

First round of PI enabling work:
1) PiPeiCis changes (CONST, EFI_PEI_FILE_HANDLE.. etc)
2) Make use of FirmwareVolume 2 protocol.
3) Verified for Nt32Pkg and real platform for S3.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3772 6f19259b-4bc3-4df7-8a09-765794883524
20 files changed:
MdePkg/Include/Library/PeiServicesLib.h
MdePkg/Include/Library/PiLib.h [new file with mode: 0644]
MdePkg/Include/Pi/PiPeiCis.h
MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf
MdePkg/Library/DxePiLib/DxePiLib.c [new file with mode: 0644]
MdePkg/Library/DxePiLib/DxePiLib.inf [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
MdePkg/Library/PeiServicesLib/PeiServicesLib.c
MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h
MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLib.c
MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
MdePkg/Library/UefiLib/UefiLib.c
MdePkg/Library/UefiLib/UefiLib.inf
MdePkg/Library/UefiLib/UefiLibInternal.h
MdePkg/MdePkg.dsc