]> git.proxmox.com Git - mirror_edk2.git/commit - ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.c
Added stub RTC lib, turned on option of building debug agent (GDB STUB) into SEC...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 May 2010 21:04:30 +0000 (21:04 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 May 2010 21:04:30 +0000 (21:04 +0000)
commitebeffc42b4ed3b6e74b6cb6a17c47503d6a5d72a
tree2b017c702570ed6ffb68b59523e981c11a3f482d
parent31e4a57f6460265515233833bead6202e7304e07
Added stub RTC lib, turned on option of building debug agent (GDB STUB) into SEC. Added the platform library template needed to break into GDB stub with ctrl-c. Cleaned up PCDs for selecting serial ports for Console or GDB usage. Filled in GDB Serial Port lib.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10509 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
ArmEbPkg/ArmEbPkg.dec
ArmEbPkg/ArmEbPkg.dsc
ArmEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c [new file with mode: 0755]
ArmEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf [new file with mode: 0755]
ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.c
ArmEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
ArmEbPkg/Library/RealTimeClockLib/RealTimeClockLib.c [new file with mode: 0755]
ArmEbPkg/Library/RealTimeClockLib/RealTimeClockLib.inf [new file with mode: 0755]
ArmEbPkg/Library/ResetSystemLib/ResetSystemLib.c
ArmEbPkg/Library/SerialPortLib/SerialPortLib.c
ArmEbPkg/Library/SerialPortLib/SerialPortLib.inf
ArmEbPkg/Library/TimerLib/TimerLib.c
ArmEbPkg/Sec/Sec.c
ArmEbPkg/Sec/Sec.inf