BaseTools: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
The tool dumps the contents of a firmware volume
|
||||
|
||||
Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 1999 - 2018, 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
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -541,16 +541,16 @@ GetOccupiedSize (
|
||||
|
||||
Routine Description:
|
||||
|
||||
This function returns the next larger size that meets the alignment
|
||||
This function returns the next larger size that meets the alignment
|
||||
requirement specified.
|
||||
|
||||
Arguments:
|
||||
|
||||
ActualSize The size.
|
||||
Alignment The desired alignment.
|
||||
|
||||
|
||||
Returns:
|
||||
|
||||
|
||||
EFI_SUCCESS Function completed successfully.
|
||||
EFI_ABORTED The function encountered an error.
|
||||
|
||||
@@ -600,7 +600,7 @@ Returns:
|
||||
//
|
||||
// 0x02
|
||||
//
|
||||
"EFI_SECTION_GUID_DEFINED",
|
||||
"EFI_SECTION_GUID_DEFINED",
|
||||
//
|
||||
// 0x03
|
||||
//
|
||||
@@ -664,11 +664,11 @@ Returns:
|
||||
//
|
||||
// 0x12
|
||||
//
|
||||
"EFI_SECTION_TE",
|
||||
"EFI_SECTION_TE",
|
||||
//
|
||||
// 0x13
|
||||
//
|
||||
"EFI_SECTION_DXE_DEPEX",
|
||||
"EFI_SECTION_DXE_DEPEX",
|
||||
//
|
||||
// 0x14
|
||||
//
|
||||
@@ -735,7 +735,7 @@ ReadHeader (
|
||||
|
||||
Routine Description:
|
||||
|
||||
This function determines the size of the FV and the erase polarity. The
|
||||
This function determines the size of the FV and the erase polarity. The
|
||||
erase polarity is the FALSE value for file state.
|
||||
|
||||
Arguments:
|
||||
@@ -743,9 +743,9 @@ Arguments:
|
||||
InputFile The file that contains the FV image.
|
||||
FvSize The size of the FV.
|
||||
ErasePolarity The FV erase polarity.
|
||||
|
||||
|
||||
Returns:
|
||||
|
||||
|
||||
EFI_SUCCESS Function completed successfully.
|
||||
EFI_INVALID_PARAMETER A required parameter was NULL or is out of range.
|
||||
EFI_ABORTED The function encountered an error.
|
||||
@@ -894,7 +894,7 @@ Returns:
|
||||
if (VolumeHeader.Attributes & EFI_FVB2_ALIGNMENT_64K) {
|
||||
printf (" EFI_FVB2_ALIGNMENT_64K\n");
|
||||
}
|
||||
|
||||
|
||||
#else
|
||||
|
||||
if (VolumeHeader.Attributes & EFI_FVB2_READ_LOCK_CAP) {
|
||||
@@ -1123,7 +1123,7 @@ Returns:
|
||||
EFI_STATUS Status;
|
||||
UINT8 GuidBuffer[PRINTED_GUID_BUFFER_SIZE];
|
||||
UINT32 HeaderSize;
|
||||
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
||||
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
||||
UINT16 *Tail;
|
||||
#endif
|
||||
//
|
||||
@@ -1225,7 +1225,7 @@ Returns:
|
||||
return EFI_ABORTED;
|
||||
}
|
||||
}
|
||||
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
||||
#if (PI_SPECIFICATION_VERSION < 0x00010000)
|
||||
//
|
||||
// Verify tail if present
|
||||
//
|
||||
@@ -1240,7 +1240,7 @@ Returns:
|
||||
return EFI_ABORTED;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
break;
|
||||
|
||||
default:
|
||||
@@ -1643,7 +1643,7 @@ Returns:
|
||||
|
||||
EFI_SECTION_ERROR - Problem with section parsing.
|
||||
(a) compression errors
|
||||
(b) unrecognized section
|
||||
(b) unrecognized section
|
||||
EFI_UNSUPPORTED - Do not know how to parse the section.
|
||||
EFI_SUCCESS - Section successfully parsed.
|
||||
EFI_OUT_OF_RESOURCES - Memory allocation failed.
|
||||
@@ -2392,8 +2392,8 @@ Returns:
|
||||
|
||||
//
|
||||
// Copyright declaration
|
||||
//
|
||||
fprintf (stdout, "Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.\n\n");
|
||||
//
|
||||
fprintf (stdout, "Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.\n\n");
|
||||
fprintf (stdout, " Display Tiano Firmware Volume FFS image information\n\n");
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user