diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-09-16 00:56:50 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-16 00:56:50 +0000 |
commit | e0a1413d6cc16f782b18c9b4dc628f19c7e901bb (patch) | |
tree | 37e91a249aa6b5595e560d3b93b0d09d3ba253b8 /ArmPlatformPkg/PlatformPei | |
parent | fffa852209a521fa340d79ed682693f87ef4205b (diff) | |
download | edk2-e0a1413d6cc16f782b18c9b4dc628f19c7e901bb.tar.gz edk2-e0a1413d6cc16f782b18c9b4dc628f19c7e901bb.tar.bz2 edk2-e0a1413d6cc16f782b18c9b4dc628f19c7e901bb.zip |
ArmPlatformPkg: separate PlatformPei and PlatformPeiLib
This separates PlatformPei and PlatformPeiLib so the latter can be
overridden by a specific platform.
Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PlatformPei')
-rwxr-xr-x | ArmPlatformPkg/PlatformPei/PlatformPeim.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf index 8ed44e7e39..3822b09350 100755 --- a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf +++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf @@ -29,7 +29,6 @@ [Sources]
PlatformPeim.c
- PlatformPeiLib.c
[Packages]
MdePkg/MdePkg.dec
@@ -43,6 +42,7 @@ DebugLib
HobLib
ArmPlatformLib
+ PlatformPeiLib
[Ppis]
gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
|