diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-03 22:34:43 +0000 |
commit | eeb78924eca8f2c4d334138100298d8d1cbd1b4a (patch) | |
tree | 0f8dc9f0af6581b1fbf95e9035774615f0bfaf0b /ArmPkg/Drivers | |
parent | 334f978eccac1720561b993cb5b868199433e7c1 (diff) | |
download | edk2-platforms-eeb78924eca8f2c4d334138100298d8d1cbd1b4a.tar.xz |
Cleanup to match MdePkg cleanups. More progress on ARM disassembler.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9924 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers')
-rw-r--r-- | ArmPkg/Drivers/CpuDxe/CpuDxe.h | 1 | ||||
-rw-r--r-- | ArmPkg/Drivers/CpuDxe/CpuDxe.inf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.h b/ArmPkg/Drivers/CpuDxe/CpuDxe.h index c8cba81621..b5464398ea 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.h +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.h @@ -28,6 +28,7 @@ #include <Library/UefiLib.h>
#include <Library/CpuLib.h>
#include <Library/DefaultExceptionHandlerLib.h>
+#include <Library/DebugLib.h>
#include <Guid/DebugImageInfoTable.h>
#include <Protocol/Cpu.h>
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf index 99d52f96b4..d88d488fad 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.inf +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.inf @@ -57,6 +57,7 @@ UefiLib
CpuLib
DefaultExceptioHandlerLib
+ DebugLib
[Protocols]
gEfiCpuArchProtocolGuid
|