ShellPkg: Use DOS format end of line.
Use DOS format end of line(CR, LF). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Copyright (C) 2014, Red Hat, Inc.
|
Copyright (C) 2014, Red Hat, Inc.
|
||||||
(C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>
|
(C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2016, 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
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -1266,12 +1266,12 @@ UpdateStdInStdOutStdErr(
|
|||||||
EFI_FILE_MODE_READ,
|
EFI_FILE_MODE_READ,
|
||||||
0);
|
0);
|
||||||
if (!EFI_ERROR(Status)) {
|
if (!EFI_ERROR(Status)) {
|
||||||
if (!InUnicode) {
|
if (!InUnicode) {
|
||||||
//
|
//
|
||||||
// Create the ASCII->Unicode conversion layer
|
// Create the ASCII->Unicode conversion layer
|
||||||
//
|
//
|
||||||
TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);
|
TempHandle = CreateFileInterfaceFile(TempHandle, FALSE);
|
||||||
}
|
}
|
||||||
ShellParameters->StdIn = TempHandle;
|
ShellParameters->StdIn = TempHandle;
|
||||||
gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle);
|
gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle);
|
||||||
}
|
}
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Main file for Pci shell Debug1 function.
|
Main file for Pci shell Debug1 function.
|
||||||
|
|
||||||
Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
(C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
(C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -5444,10 +5444,10 @@ PrintInterpretedExtendedCompatibilityAer (
|
|||||||
Header->CorrectableErrorStatus,
|
Header->CorrectableErrorStatus,
|
||||||
Header->CorrectableErrorMask,
|
Header->CorrectableErrorMask,
|
||||||
Header->AdvancedErrorCapabilitiesAndControl,
|
Header->AdvancedErrorCapabilitiesAndControl,
|
||||||
Header->HeaderLog[0],
|
Header->HeaderLog[0],
|
||||||
Header->HeaderLog[1],
|
Header->HeaderLog[1],
|
||||||
Header->HeaderLog[2],
|
Header->HeaderLog[2],
|
||||||
Header->HeaderLog[3],
|
Header->HeaderLog[3],
|
||||||
Header->RootErrorCommand,
|
Header->RootErrorCommand,
|
||||||
Header->RootErrorStatus,
|
Header->RootErrorStatus,
|
||||||
Header->ErrorSourceIdentification,
|
Header->ErrorSourceIdentification,
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
// /**
|
// /**
|
||||||
//
|
//
|
||||||
// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
|
// Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
|
||||||
// which accompanies this distribution. The full text of the license may be found at
|
// which accompanies this distribution. The full text of the license may be found at
|
||||||
@@ -317,10 +317,10 @@
|
|||||||
" CorrectableErrorStatus %08x\r\n"
|
" CorrectableErrorStatus %08x\r\n"
|
||||||
" CorrectableErrorMask %08x\r\n"
|
" CorrectableErrorMask %08x\r\n"
|
||||||
" AdvancedErrorCapAndControl %08x\r\n"
|
" AdvancedErrorCapAndControl %08x\r\n"
|
||||||
" HeaderLog1 %08x\r\n"
|
" HeaderLog1 %08x\r\n"
|
||||||
" HeaderLog2 %08x\r\n"
|
" HeaderLog2 %08x\r\n"
|
||||||
" HeaderLog3 %08x\r\n"
|
" HeaderLog3 %08x\r\n"
|
||||||
" HeaderLog4 %08x\r\n"
|
" HeaderLog4 %08x\r\n"
|
||||||
" RootErrorCommand %08x\r\n"
|
" RootErrorCommand %08x\r\n"
|
||||||
" RootErrorStatus %08x\r\n"
|
" RootErrorStatus %08x\r\n"
|
||||||
" ErrorSourceIdentification %04x\r\n"
|
" ErrorSourceIdentification %04x\r\n"
|
||||||
|
Reference in New Issue
Block a user