summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:44:45 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:33:02 +0800
commit177e76bd8e9a863b4bd06a95f0e7cb5e4851812f (patch)
tree7c9267decf13a8efd39a261da3c5210c5008e8fb
parent3318b9706f6d198548ade168ee4676110d8b72b4 (diff)
downloadedk2-platforms-177e76bd8e9a863b4bd06a95f0e7cb5e4851812f.tar.xz
BraswellPlatformPkg: Restructure code in Common/Silicon/WinbondSio
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
-rw-r--r--BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcDriver.h1
-rw-r--r--BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.c6
-rw-r--r--BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.h1
-rw-r--r--BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcSio.h1
4 files changed, 6 insertions, 3 deletions
diff --git a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcDriver.h b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcDriver.h
index 199fb97b69..c5521cf183 100644
--- a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcDriver.h
+++ b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcDriver.h
@@ -116,3 +116,4 @@ EnableInternalUartDevice (
);
#endif
+
diff --git a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.c b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.c
index 6892d07d26..b3097c0452 100644
--- a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.c
+++ b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.c
@@ -47,8 +47,8 @@ static EFI_ISA_ACPI_RESOURCE mLpcWpce791ComDeviceResources[] = {
//
EFI_ISA_ACPI_RESOURCE_LIST mLpcWpce791DeviceList[] = {
{{EISA_PNP_ID(0x303), 0}, mLpcWpce791Ps2KeyboardDeviceResources }, // PS/2 Keyboard Controller
- {{EISA_PNP_ID(0xF03), 0}, mLpcWpce791Ps2MouseDeviceResources }, // PS/2 Mouse Controller
- {{EISA_PNP_ID(0x501), 0}, mLpcWpce791ComDeviceResources }, // COM
+ {{EISA_PNP_ID(0xF03), 0}, mLpcWpce791Ps2MouseDeviceResources }, // PS/2 Mouse Controller
+ {{EISA_PNP_ID(0x501), 0}, mLpcWpce791ComDeviceResources }, // COM
{{0, 0}, NULL } // End
};
@@ -339,7 +339,7 @@ EnableInternalUartDevice (
VOID
)
{
- //
+ //
// Program and enable PMC Base.
//
IoWrite32 (PCI_IDX, PCI_LPC_REG(R_PCH_LPC_PMC_BASE));
diff --git a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.h b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.h
index 405b309e15..ec7adad57c 100644
--- a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.h
+++ b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcIsaAcpi.h
@@ -93,3 +93,4 @@ EmptyResourceList (
);
#endif
+
diff --git a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcSio.h b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcSio.h
index ad0a7c8bf0..1c4bcb5286 100644
--- a/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcSio.h
+++ b/BraswellPlatformPkg/Common/Silicon/WinbondSio/Wpce791/LpcSio.h
@@ -94,3 +94,4 @@ DisableLogicalDevice (
);
#endif
+