mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
c73cf87552
commit
a0f3b02894
|
@ -683,3 +683,4 @@ scope (\_SB.PCI0)
|
||||||
} // Device(SEC0)
|
} // Device(SEC0)
|
||||||
|
|
||||||
} // End scope (\_SB.PCI0)
|
} // End scope (\_SB.PCI0)
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Abstract:
|
||||||
ACPI Platform Driver
|
ACPI Platform Driver
|
||||||
|
|
||||||
|
|
||||||
--*/
|
**/
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
#include <Protocol/TcgService.h>
|
#include <Protocol/TcgService.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*++
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Abstract:
|
||||||
Driver configuration include file
|
Driver configuration include file
|
||||||
|
|
||||||
|
|
||||||
--*/
|
**/
|
||||||
|
|
||||||
#ifndef _SETUP_VARIABLE_H
|
#ifndef _SETUP_VARIABLE_H
|
||||||
#define _SETUP_VARIABLE_H
|
#define _SETUP_VARIABLE_H
|
||||||
|
@ -1349,3 +1349,4 @@ extern EFI_GUID gEfiSetupVariableGuid;
|
||||||
#define SETUP_DATA SYSTEM_CONFIGURATION
|
#define SETUP_DATA SYSTEM_CONFIGURATION
|
||||||
|
|
||||||
#endif // #ifndef _SETUP_VARIABLE
|
#endif // #ifndef _SETUP_VARIABLE
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*++
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
|
|
||||||
|
@ -483,3 +483,4 @@ typedef struct _EFI_GLOBAL_NVS_AREA_PROTOCOL {
|
||||||
} EFI_GLOBAL_NVS_AREA_PROTOCOL;
|
} EFI_GLOBAL_NVS_AREA_PROTOCOL;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,24 @@
|
||||||
//
|
// /** @file
|
||||||
//
|
//
|
||||||
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
//
|
//
|
||||||
|
|
||||||
// This program and the accompanying materials are licensed and made available under
|
// 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.
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
@ -26,7 +35,7 @@
|
||||||
// Rev Date<MM/DD/YYYY> Name Description
|
// Rev Date<MM/DD/YYYY> Name Description
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
// --*/
|
// **/
|
||||||
|
|
||||||
//
|
//
|
||||||
// South Cluster Configuration Form
|
// South Cluster Configuration Form
|
||||||
|
@ -924,3 +933,4 @@ form formid = MISC_OPTIONS_FORM_ID,
|
||||||
endoneof;
|
endoneof;
|
||||||
|
|
||||||
endform;
|
endform;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// *++
|
// /** @file
|
||||||
//
|
//
|
||||||
// Copyright (c) 2013 - 2015 Intel Corporation. All rights reserved
|
// Copyright (c) 2013 - 2015 Intel Corporation. All rights reserved
|
||||||
// This program and the accompanying materials
|
// This program and the accompanying materials
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
//
|
//
|
||||||
// This file should define UQIs in the following range only: [0x0000...0x7FFF]
|
// This file should define UQIs in the following range only: [0x0000...0x7FFF]
|
||||||
//
|
//
|
||||||
// --*/
|
// **/
|
||||||
|
|
||||||
/=#
|
/=#
|
||||||
|
|
||||||
|
@ -453,3 +453,4 @@
|
||||||
#string STR_RTC_BATTERY_NOT_PRESENT #language uqi "\x0182"
|
#string STR_RTC_BATTERY_NOT_PRESENT #language uqi "\x0182"
|
||||||
#string STR_RTC_BATTERY_PRESENT #language uqi "\x0183"
|
#string STR_RTC_BATTERY_PRESENT #language uqi "\x0183"
|
||||||
#string STR_RTC_BATTERY_HELP #language uqi "\x0184"
|
#string STR_RTC_BATTERY_HELP #language uqi "\x0184"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//
|
// /** @file
|
||||||
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
// This program and the accompanying materials
|
// This program and the accompanying materials
|
||||||
// are licensed and made available under the terms and conditions of the BSD License
|
// are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
//
|
//
|
||||||
// Revision History:
|
// Revision History:
|
||||||
//
|
//
|
||||||
// --*/
|
// **/
|
||||||
|
|
||||||
//
|
//
|
||||||
// NOTE: for SETUP engine spacing, the following character spaces denote how much room in each section you have.
|
// NOTE: for SETUP engine spacing, the following character spaces denote how much room in each section you have.
|
||||||
|
@ -1417,3 +1417,4 @@
|
||||||
#string STR_EM1_CAP_OR_VOLTAGE_HELP #language en-US "Use Voltage or Capacity to decide boot flow"
|
#string STR_EM1_CAP_OR_VOLTAGE_HELP #language en-US "Use Voltage or Capacity to decide boot flow"
|
||||||
#string STR_EM1_BOOT_ON_INVALID_BAT_PROMPT #language en-US "Boot on invalid battery"
|
#string STR_EM1_BOOT_ON_INVALID_BAT_PROMPT #language en-US "Boot on invalid battery"
|
||||||
#string STR_EM1_BOOT_ON_INVALID_BAT_HELP #language en-US "Allow to boot from invalid battery"
|
#string STR_EM1_BOOT_ON_INVALID_BAT_HELP #language en-US "Allow to boot from invalid battery"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue