summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DebugSupportDxe
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-04 06:31:13 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-04 06:31:13 +0000
commite9f9d09a69d4f2f3df882d0dc4dcd30e2320a683 (patch)
tree100798dde6ebc86ad896a56f23bfb4422d856ef9 /MdeModulePkg/Universal/DebugSupportDxe
parent9727163329001f4a7578d1161a2d2c3d96f7b920 (diff)
downloadedk2-e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683.tar.gz
edk2-e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683.tar.bz2
edk2-e9f9d09a69d4f2f3df882d0dc4dcd30e2320a683.zip
filename renaming to meet coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6371 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf14
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h2
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c2
8 files changed, 14 insertions, 14 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c
index 33f2ad1269..04be432e9f 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c
+++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// private header files
//
-#include "plDebugSupport.h"
+#include "PlDebugSupport.h"
//
// This is a global that is the actual interface
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
index 16ad3d542b..c2eafdb09c 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
+++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
@@ -35,22 +35,22 @@
DebugSupport.c
[Sources.Ia32]
- Ia32/plDebugSupport.c
- Ia32/plDebugSupport.h
+ Ia32/PlDebugSupport.c
+ Ia32/PlDebugSupport.h
Ia32/AsmFuncs.S
Ia32/AsmFuncs.asm
[Sources.X64]
- X64/plDebugSupport.c
- X64/plDebugSupport.h
+ X64/PlDebugSupport.c
+ X64/PlDebugSupport.h
X64/AsmFuncs.S
X64/AsmFuncs.asm
[Sources.IPF]
- Ipf/plDebugSupport.h
- Ipf/plDebugSupport.c
+ Ipf/PlDebugSupport.h
+ Ipf/PlDebugSupport.c
Ipf/Ds64Macros.i
- Ipf/common.i
+ Ipf/Common.i
Ipf/AsmFuncs.s
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
index a148842b40..6c219d01e4 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// private header files
//
-#include "plDebugSupport.h"
+#include "PlDebugSupport.h"
//
// This the global main table to keep track of the interrupts
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s
index 23a5eb487f..54b620c6ae 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/AsmFuncs.s
@@ -15,7 +15,7 @@
///
-#include "common.i"
+#include "Common.i"
#include "Ds64Macros.i"
.globl PatchSaveBuffer
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i
index 77cfed2b57..fad791aa29 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/Common.i
@@ -10,7 +10,7 @@
/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
///
-/// Module Name: common.i
+/// Module Name: Common.i
///
///
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c
index cf9bcfef01..d47959f00d 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.c
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// private header files
//
-#include "plDebugSupport.h"
+#include "PlDebugSupport.h"
BOOLEAN mInHandler = FALSE;
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
index b52597a128..4d993bcaef 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ipf/PlDebugSupport.h
@@ -80,7 +80,7 @@ Returns:
;
//
-// Assembly worker functions and data referenced from plDebugSupport.c
+// Assembly worker functions and data referenced from PlDebugSupport.c
//
VOID *
GetIva (
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c
index 983a01305a..f6af90f21b 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c
+++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.c
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// private header files
//
-#include "plDebugSupport.h"
+#include "PlDebugSupport.h"
//
// This the global main table to keep track of the interrupts