diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 00:54:24 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 00:54:24 +0000 |
commit | 23d3998ad5c8216a99cfcf599a36e4db4e716323 (patch) | |
tree | 242a8f2c164016b9e7e01d8c9bf1894ff234338d /Omap35xxPkg/TimerDxe/TimerDxe.inf | |
parent | 5f4dc6dd9e175958d57d81303e09e617cef0502a (diff) | |
download | edk2-platforms-23d3998ad5c8216a99cfcf599a36e4db4e716323.tar.xz |
Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link debugger into DXE core directly so you don't need a debug support. Also we are going to FIQ for debugger ctrl-c break in, so no need to hook the timer infrastructure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10495 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg/TimerDxe/TimerDxe.inf')
-rw-r--r-- | Omap35xxPkg/TimerDxe/TimerDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Omap35xxPkg/TimerDxe/TimerDxe.inf b/Omap35xxPkg/TimerDxe/TimerDxe.inf index b2b6d75f05..eefcc49b17 100644 --- a/Omap35xxPkg/TimerDxe/TimerDxe.inf +++ b/Omap35xxPkg/TimerDxe/TimerDxe.inf @@ -47,7 +47,6 @@ [Protocols] gEfiTimerArchProtocolGuid gHardwareInterruptProtocolGuid - gTimerDebugSupportProtocolGuid [Pcd.common] gEmbeddedTokenSpaceGuid.PcdTimerPeriod |