summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Library/Ksc
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 10:09:15 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:31:00 +0800
commitbe0e4e5f7f403216c9fac2c39807030e5a7f4361 (patch)
tree3774e0e15104f8093c879d903b826683eaa9ff64 /BraswellPlatformPkg/Common/Library/Ksc
parentcc95732a88d815178f22793e13b3de8e4073e77b (diff)
downloadedk2-platforms-be0e4e5f7f403216c9fac2c39807030e5a7f4361.tar.xz
BraswellPlatformPkg: Restructure code in Common/Library directory
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common/Library/Ksc')
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c1
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf1
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf1
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c1
-rw-r--r--BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf1
5 files changed, 5 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c
index d4f5a59709..423710f9d8 100644
--- a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.c
@@ -182,3 +182,4 @@ ReceiveKscData (
return EFI_SUCCESS;
}
+
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
index ac575975a1..f79adc40c3 100644
--- a/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Dxe/DxeKscLib.inf
@@ -32,3 +32,4 @@
[LibraryClasses]
DebugLib
IoLib
+
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf
index a972b4aa20..6d358b5dbb 100644
--- a/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Pei/PeiKscLib.inf
@@ -32,3 +32,4 @@
[LibraryClasses]
DebugLib
IoLib
+
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c
index dc553ce523..65be4d2ce1 100644
--- a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.c
@@ -215,3 +215,4 @@ ReceiveKscData (
return EFI_SUCCESS;
}
+
diff --git a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf
index d716dabf7d..613b4c20d9 100644
--- a/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf
+++ b/BraswellPlatformPkg/Common/Library/Ksc/Smm/SmmKscLib.inf
@@ -35,3 +35,4 @@
DebugLib
SmmIoLib
StallSmmLib
+