]> git.proxmox.com Git - mirror_edk2.git/commit - ArmEbPkg/Sec/Sec.inf
Started working on an ArmEb package. GIC is ported. SEC is a start. Still missing...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Feb 2010 20:31:00 +0000 (20:31 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Feb 2010 20:31:00 +0000 (20:31 +0000)
commit1fde2f618c76ea2a79b5b16e121cead5dbaf02bc
treed866638aa14dca1ac5bfe402ed2684189722204a
parent5aa324d9f3a4b9ab76cd17b1363cf757e53f84e5
Started working on an ArmEb package. GIC is ported. SEC is a start. Still missing memory map and DRAM init stuff. Hey but it compiles.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10090 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
ArmEbPkg/ArmEbPkg.dec [new file with mode: 0644]
ArmEbPkg/ArmEbPkg.dsc [new file with mode: 0644]
ArmEbPkg/Include/ArmEbUart.h [new file with mode: 0644]
ArmEbPkg/InterruptDxe/InterruptDxe.c [new file with mode: 0644]
ArmEbPkg/InterruptDxe/InterruptDxe.inf [new file with mode: 0644]
ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.inf [new file with mode: 0644]
ArmEbPkg/Library/SerialPortLib/SerialPortLib.c [new file with mode: 0644]
ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf [new file with mode: 0644]
ArmEbPkg/Sec/Cache.c [new file with mode: 0644]
ArmEbPkg/Sec/LzmaDecompress.h [new file with mode: 0644]
ArmEbPkg/Sec/ModuleEntryPoint.S [new file with mode: 0755]
ArmEbPkg/Sec/ModuleEntryPoint.asm [new file with mode: 0755]
ArmEbPkg/Sec/Sec.c [new file with mode: 0755]
ArmEbPkg/Sec/Sec.inf [new file with mode: 0755]