]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
ArmPlatformPkg/PlatformPei: Generate a library from the PEI Module
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:45:32 +0000 (11:45 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:45:32 +0000 (11:45 +0000)
commit4883513061c7bbcb805cd310b82ab6abb546b1aa
treec2e845dfe0a3915876b42acef7d3fb435ecc85e2
parent3a6eaccf2f20b6fac1cdc6f82f041e78eb962e94
ArmPlatformPkg/PlatformPei: Generate a library from the PEI Module

In the aim to reuse the Platform Pei features in a PrePi module (use to
skip the PEI Core), this module has been divided into two files:
- PlatformPeiLib: declare the platform HOBs
- PlatformPeim: PEIM wrapper for the library

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11951 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/PlatformPei/PlatformPei.c [deleted file]
ArmPlatformPkg/PlatformPei/PlatformPei.inf [deleted file]
ArmPlatformPkg/PlatformPei/PlatformPeiLib.c [new file with mode: 0755]
ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf [new file with mode: 0755]
ArmPlatformPkg/PlatformPei/PlatformPeim.c [new file with mode: 0755]
ArmPlatformPkg/PlatformPei/PlatformPeim.inf [new file with mode: 0755]