]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/UnixPkg.dsc
Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Sep 2010 20:23:33 +0000 (20:23 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Sep 2010 20:23:33 +0000 (20:23 +0000)
commit249383cf15342d386e7cf832191653e8232b0a3d
treee7dbbd89efafb92306165851488601dd08d021ad
parent45059fab2a4fdff047d4f485c9691f28d47f135e
Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core. This will allow platform specific libraries to do thinks like map hardware devices directly into the emulator.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10882 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Include/Library/SecDispatchTableLib.h [new file with mode: 0644]
UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.c [new file with mode: 0644]
UnixPkg/Library/SecDispatchTableLib/SecDispatchTableLib.inf [new file with mode: 0644]
UnixPkg/Sec/SecMain.c
UnixPkg/Sec/SecMain.h
UnixPkg/Sec/SecMain.inf
UnixPkg/UnixPkg.dsc
UnixPkg/UnixPkgX64.dsc