]> git.proxmox.com Git - mirror_edk2.git/commit
0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI installed...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Oct 2007 02:08:22 +0000 (02:08 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Oct 2007 02:08:22 +0000 (02:08 +0000)
commit166152e85cd99bf4d3d9158b5c3455e4e0f7bb12
tree78cbdee059c1802f73e3d6a90ffd56153b014816
parent10dde96f9548bc11d01b46750293aba336d5d1c6
0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI installed. This allows more freedom to platform developer to choose to expose which FV to PEI core or DXE core.
1) Split MdePkg/Include/Library/PiLib.h to DxePiLib.h and PeiPiLib.h. These two library classes are for DXE phase and PEI phase.
2) Update the API names in DxePiLib and PeiPiLib to be longer ones to be more meaningfull and to avoid name collisions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4067 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/DxePiLib.h [new file with mode: 0644]
MdePkg/Include/Library/PeiPiLib.h
MdePkg/Include/Library/PiLib.h [deleted file]
MdePkg/Library/DxePiLib/DxePiLib.c
MdePkg/Library/DxePiLib/DxePiLib.inf
MdePkg/Library/PeiPiLib/PeiPiLib.c
MdePkg/Library/PeiPiLib/PeiPiLib.inf