]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/PrePi/PeiUniCore.inf
ArmPlatformPkg/PrePi: Add support for PrePi module
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:09:00 +0000 (11:09 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:09:00 +0000 (11:09 +0000)
commitcd872e401a057c7accfe1342c5b9d4c8f7f127c6
tree916e9a1f6a34db356e84aa8dca2484f21dd99a01
parentf6eab262f09b451bf7dabbb9b7168b3b360d9632
ArmPlatformPkg/PrePi: Add support for PrePi module

This module should handle the Pre PI phase before the DXE core is
executed when there is no PEI Core support.
It declares the required information needed by the DXE core through HOBs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11949 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/PrePi/Exception.S [new file with mode: 0755]
ArmPlatformPkg/PrePi/Exception.asm [new file with mode: 0644]
ArmPlatformPkg/PrePi/LzmaDecompress.h [new file with mode: 0644]
ArmPlatformPkg/PrePi/MainMPCore.c [new file with mode: 0644]
ArmPlatformPkg/PrePi/MainUniCore.c [new file with mode: 0644]
ArmPlatformPkg/PrePi/ModuleEntryPoint.S [new file with mode: 0755]
ArmPlatformPkg/PrePi/ModuleEntryPoint.asm [new file with mode: 0644]
ArmPlatformPkg/PrePi/PeiMPCore.inf [new file with mode: 0755]
ArmPlatformPkg/PrePi/PeiUniCore.inf [new file with mode: 0755]
ArmPlatformPkg/PrePi/PrePi.c [new file with mode: 0755]
ArmPlatformPkg/PrePi/PrePi.h [new file with mode: 0644]