]> git.proxmox.com Git - mirror_edk2.git/commit - ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.c
A better template, with some build scripts, for ArmEbPkg. New libraries are just...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 May 2010 18:28:48 +0000 (18:28 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 May 2010 18:28:48 +0000 (18:28 +0000)
commitb76848cbeba962133377266a9121b58ebba9e6f3
treeff2f9fffd6934ed879b9996d0978d17ea9028530
parentf0c855b26386c16ba0a70600d72cd09c090db0e0
A better template, with some build scripts, for ArmEbPkg. New libraries are just stubs and need to get filled in. Also debugger scripts are just copies of the BeagleBoard scripts and need to be ported. Compiles with all build 3 build scripts. Cygwin RVCT via build.sh, DOS RVCT via b.bat, and DOS box CodeSourcery GCC via ba.bat.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10493 6f19259b-4bc3-4df7-8a09-765794883524
27 files changed:
ArmEbPkg/ArmEbPkg.dsc
ArmEbPkg/ArmEbPkg.fdf [new file with mode: 0755]
ArmEbPkg/Bds/Bds.inf [new file with mode: 0755]
ArmEbPkg/Bds/BdsEntry.c [new file with mode: 0755]
ArmEbPkg/Bds/BdsEntry.h [new file with mode: 0755]
ArmEbPkg/Bds/FirmwareVolume.c [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_boot_from_ram.inc [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_convert_symbols.sh [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_dummy.axf [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_hw_setup.inc [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_load_symbols.inc [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_symbols_macros.inc [new file with mode: 0755]
ArmEbPkg/Debugger_scripts/rvi_unload_symbols.inc [new file with mode: 0755]
ArmEbPkg/Include/ArmEb/ArmEb.h [new file with mode: 0755]
ArmEbPkg/Include/ArmEb/ArmEbUart.h [new file with mode: 0755]
ArmEbPkg/Include/ArmEbUart.h [deleted file]
ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.c [new file with mode: 0755]
ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.inf [new file with mode: 0755]
ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.c
ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
ArmEbPkg/Library/SerialPortLib/SerialPortLib.c
ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
ArmEbPkg/Library/TimerLib/TimerLib.c [new file with mode: 0755]
ArmEbPkg/Library/TimerLib/TimerLib.inf [new file with mode: 0755]
ArmEbPkg/b.bat [new file with mode: 0755]
ArmEbPkg/ba.bat [new file with mode: 0755]
ArmEbPkg/build.sh [new file with mode: 0755]