diff options
author | Lu, ShifeiX A <shifeix.a.lu@intel.com> | 2016-06-21 11:05:30 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-06-21 11:16:04 +0800 |
commit | a0f3b02894c140e11238c06ab17f898b199c4384 (patch) | |
tree | aeb4b8d6dea2cfc3c25beaa67efb168e7c2f2d65 /Vlv2TbltDevicePkg/AcpiPlatform | |
parent | c73cf875524666582343a479665e0469444a38c8 (diff) | |
download | edk2-platforms-a0f3b02894c140e11238c06ab17f898b199c4384.tar.xz |
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/AcpiPlatform')
-rw-r--r-- | Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c index 2ff14ec6bb..0f536de7f7 100644 --- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c +++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c @@ -1,23 +1,23 @@ /** @file
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
-
+
This program and the accompanying materials are licensed and made available under
- the terms and conditions of the BSD License that accompanies this distribution.
+ the terms and conditions of the BSD License that accompanies this distribution.
+
+ The full text of the license may be found at
- The full text of the license may be found at
+ http://opensource.org/licenses/bsd-license.php.
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
@@ -31,7 +31,7 @@ Abstract: ACPI Platform Driver
---*/
+**/
#include <PiDxe.h>
#include <Protocol/TcgService.h>
@@ -708,7 +708,7 @@ OnReadyToBoot ( &SetupVarBuffer
);
ASSERT_EFI_ERROR (Status);
- }
+ }
//
// Find the AcpiSupport protocol.
@@ -1130,7 +1130,7 @@ AcpiPlatformEntryPoint ( }
mGlobalNvsArea.Area->SdCardRemovable = mSystemConfiguration.SdCardRemovable;
-
+
//
// Microsoft IOT
//
@@ -1143,7 +1143,7 @@ AcpiPlatformEntryPoint ( mGlobalNvsArea.Area->MicrosoftIoT = GLOBAL_NVS_DEVICE_DISABLE;
DEBUG ((EFI_D_ERROR, "JP1 is not set to be MSFT IOT configuration.\n"));
}
-
+
//
// SIO related option.
//
|