]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 16:40:46 +0000 (16:40 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 16:40:46 +0000 (16:40 +0000)
commit12fcdcb83d8e91cb730db9252189269467b9ed73
treeced023bd63e9dbe17ddc7e9dd243d2084f22588e
parent88d4f51dfc011e36befee93f0d331d9322cc57ad
ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template

By copying these templates, it should make easier to port EDK2 to new ARM
Platforms.

- ArmPlatformPkg.(dsc|fdf): For EDK2 firmwares which support the full boot
story from cold boot to OS loading
- ArmPlatformPkg-2ndstage.(dsc|fdf): For EDK2 as a second stage boot loader
(either started after a proprietary ROM firmware or x-loader)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12457 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf [new file with mode: 0644]
ArmPlatformPkg/ArmPlatformPkg.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmPlatformPkg.fdf [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullBoot.S [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullBoot.asm [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullMem.c [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.c [new file with mode: 0644]
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf [new file with mode: 0644]