]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf
Add ArmPlatformPkg from ARM Ltd. patch.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Feb 2011 05:41:42 +0000 (05:41 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Feb 2011 05:41:42 +0000 (05:41 +0000)
commit1d5d0ae92d95410f20bc6daab7a47e129fb2547a
tree8679c57c5f85cadad47d4604450c1c3702276cf1
parentfb334ef6c543b1babc9d8a613ad5d1ce6fe536e1
Add ArmPlatformPkg from ARM Ltd. patch.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11291 6f19259b-4bc3-4df7-8a09-765794883524
103 files changed:
ArmPlatformPkg/ArmPlatformPkg.dec [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A8.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A9x2.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEbPkg.dec [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/EfiFuncs.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_boot_from_ram.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_convert_symbols.sh [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_hw_setup.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_load_symbols.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_symbols_macros.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Debugger_scripts/rvi_unload_symbols.inc [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/FvbDxe/FvbDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/FvbDxe/FvbDxe.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform/ArmPlatform.h [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/InterruptDxe/InterruptDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/InterruptDxe/InterruptDxe.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEb.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbHelper.S [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbHelper.asm [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbMem.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbSecLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/Arm/ModuleEntryPoint.S [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/Arm/ModuleEntryPoint.asm [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/Cache.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/LzmaDecompress.h [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/ModuleEntryPoint.S [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/ModuleEntryPoint.asm [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/Sec.c [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/Pei/Sec.inf [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/b.bat [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/ba.bat [new file with mode: 0644]
ArmPlatformPkg/ArmRealViewEbPkg/build.sh [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA9x4/ArmPlatform.h [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/ArmVExpressSecLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.S [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Helper.asm [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/CTA9x4Mem.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashBlockIoDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.h [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.inf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashFvbDxe.c [new file with mode: 0644]
ArmPlatformPkg/Bds/Bds.inf [new file with mode: 0644]
ArmPlatformPkg/Bds/BdsEntry.c [new file with mode: 0644]
ArmPlatformPkg/Documentation/ArmPlatformPkg.txt [new file with mode: 0644]
ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt [new file with mode: 0644]
ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt [new file with mode: 0644]
ArmPlatformPkg/Drivers/SP804TimerDxe/SP804Timer.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf [new file with mode: 0644]
ArmPlatformPkg/Include/Drivers/PL011Uart.h [new file with mode: 0644]
ArmPlatformPkg/Include/Drivers/SP804Timer.h [new file with mode: 0644]
ArmPlatformPkg/Include/Library/ArmPlatformLib.h [new file with mode: 0644]
ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.c [new file with mode: 0644]
ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf [new file with mode: 0644]
ArmPlatformPkg/Library/EblCmdLib/EblCmdMmu.c [new file with mode: 0644]
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c [new file with mode: 0644]
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf [new file with mode: 0644]
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c [new file with mode: 0644]
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf [new file with mode: 0644]
ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c [new file with mode: 0644]
ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf [new file with mode: 0644]
ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.c [new file with mode: 0644]
ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf [new file with mode: 0644]
ArmPlatformPkg/MemoryInitPei/MemoryInit.c [new file with mode: 0644]
ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf [new file with mode: 0644]
ArmPlatformPkg/PlatformPei/PlatformPei.c [new file with mode: 0644]
ArmPlatformPkg/PlatformPei/PlatformPei.inf [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/Exception.S [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/Exception.asm [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/MainMPCore.c [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/MainUniCore.c [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/PrePeiCore.c [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/PrePeiCoreEntryPoint.S [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/PrePeiCoreEntryPoint.asm [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/SwitchStack.S [new file with mode: 0644]
ArmPlatformPkg/PrePeiCore/SwitchStack.asm [new file with mode: 0644]
ArmPlatformPkg/Sec/Exception.S [new file with mode: 0644]
ArmPlatformPkg/Sec/Exception.asm [new file with mode: 0644]
ArmPlatformPkg/Sec/Helper.S [new file with mode: 0644]
ArmPlatformPkg/Sec/Helper.asm [new file with mode: 0644]
ArmPlatformPkg/Sec/Sec.c [new file with mode: 0644]
ArmPlatformPkg/Sec/Sec.inf [new file with mode: 0644]
ArmPlatformPkg/Sec/SecEntryPoint.S [new file with mode: 0644]
ArmPlatformPkg/Sec/SecEntryPoint.asm [new file with mode: 0644]