BaseTools: Various typo
Various typo in BaseTools. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
325ad62260
commit
fb0b35e05f
@@ -145,7 +145,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<xs:documentation xml:lang="en-us">
|
||||
The UserExtensions section is used to disseminate processing
|
||||
instructions that may be custom to the content provided by the distribution. This section
|
||||
contains information that is common to all aspects of this disribution.
|
||||
contains information that is common to all aspects of this distribution.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
@@ -328,7 +328,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
important to reflect the present state of the matter
|
||||
</xs:documentation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
#2 Added definition/enumeration of UNDEFIND type 2 is
|
||||
#2 Added definition/enumeration of UNDEFINED type 2 is
|
||||
important since there is a large body of legacy code for which the GUID’s and other
|
||||
code/data objects were not decorated with their usage. This document will allow for
|
||||
importing today’s source artifacts and producing decorations using the ‘Undefined’ versus
|
||||
@@ -696,7 +696,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<!-- End of PackageSurfaceArea PackageIncluces element. -->
|
||||
<!-- End of PackageSurfaceArea PackageIncludes element. -->
|
||||
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Modules">
|
||||
<xs:complexType>
|
||||
@@ -962,8 +962,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
The PCD must be within a
|
||||
specifed range of numeric values. Restricted to C style
|
||||
Relational, Equality and Logicial Operators and parenthesis
|
||||
specified range of numeric values. Restricted to C style
|
||||
Relational, Equality and Logical Operators and parenthesis
|
||||
are valid. Only the CName for this PCD is permitted in the
|
||||
ValidValueRange expression. All other values must be
|
||||
numeric.
|
||||
@@ -1006,7 +1006,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<xs:documentation xml:lang="en-us">
|
||||
This string should be
|
||||
defined by specifications. There are pre-defined error
|
||||
number ranges in the UEFI/PI specificaiton.
|
||||
number ranges in the UEFI/PI specification.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
@@ -1452,7 +1452,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<xs:annotation>
|
||||
<xs:documentation xml:lang="en-us">
|
||||
The module will change the
|
||||
boot mode on some exection paths.
|
||||
boot mode on some execution paths.
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:enumeration>
|
||||
@@ -2835,7 +2835,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<xs:anyAttribute processContents="lax"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<!-- The following elsements are common definitions used with the ref attribute for elements. -->
|
||||
<!-- The following elements are common definitions used with the ref attribute for elements. -->
|
||||
|
||||
<xs:element name="HelpText">
|
||||
<xs:complexType>
|
||||
|
@@ -63,7 +63,7 @@
|
||||
# $(FV_DIR) Directory to store flash image files
|
||||
# $(INC) Search path of current module
|
||||
# $(NASM_INC) Search nasm file path of current module
|
||||
# $(INC_LIST) A file containing search pathes of current module
|
||||
# $(INC_LIST) A file containing search paths of current module
|
||||
# $(LIBS) Static library files of current module
|
||||
# $(<tool>_FLAGS) Tools flags of current module
|
||||
# $(MODULE_NAME) Current module name
|
||||
@@ -379,7 +379,7 @@
|
||||
$(OBJCOPY) --strip-unneeded -R .eh_frame ${src}
|
||||
|
||||
#
|
||||
#The below 2 lines are only needed for UNIXGCC tool chain, which genereates PE image directly
|
||||
#The below 2 lines are only needed for UNIXGCC tool chain, which generates PE image directly
|
||||
#
|
||||
-$(OBJCOPY) $(OBJCOPY_ADDDEBUGFLAG) ${src}
|
||||
-$(CP) $(DEBUG_DIR)(+)$(MODULE_NAME).debug $(BIN_DIR)(+)$(MODULE_NAME_GUID).debug
|
||||
|
@@ -37,7 +37,7 @@ TARGET = DEBUG
|
||||
# One, or more, of the following, IA32, IPF, X64, EBC, ARM
|
||||
# or AArch64.
|
||||
# Multiple values can be specified on a single line, using
|
||||
# space charaters to separate the values. These are used
|
||||
# space characters to separate the values. These are used
|
||||
# during the parsing of a platform description file,
|
||||
# restricting the build output target(s.)
|
||||
# The Build Target ARCH is determined by (precedence high to low):
|
||||
|
@@ -138,7 +138,7 @@ DEFINE ICC_BIN64x86 = C:\Program Files (x86)\Intel\Compiler\C++\DEF(ICC_VERS
|
||||
|
||||
|
||||
# Note: The Intel C++ Compiler 11.1 uses different installation path from previous versions
|
||||
# We use "ICC11" tag for ICC 11.1 while "ICC" tag is dedicated for eariler versions
|
||||
# We use "ICC11" tag for ICC 11.1 while "ICC" tag is dedicated for earlier versions
|
||||
#
|
||||
DEFINE ICC11_VERSION = 11.1
|
||||
DEFINE ICC11_BUILD = 072
|
||||
@@ -6507,7 +6507,7 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
|
||||
*_RVCTCYGWIN_ARM_FROMELF_PATH = ENV(WORKSPACE)/BaseTools/Bin/CYGWIN_NT-5.1-i686/armcc_wrapper.py
|
||||
|
||||
#################
|
||||
# ASM 16 linker defintions
|
||||
# ASM 16 linker definitions
|
||||
#################
|
||||
*_*_*_ASMLINK_PATH = DEF(WINDDK_BIN16)\link16.exe
|
||||
*_*_*_ASMLINK_FLAGS = /nologo /tiny
|
||||
@@ -6547,11 +6547,11 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
|
||||
##################
|
||||
# Rsa2048Sha256Sign tool definitions
|
||||
#
|
||||
# Notes: This tool defintion uses a test signing key for development purposes only.
|
||||
# Notes: This tool definition uses a test signing key for development purposes only.
|
||||
# The tool Rsa2048Sha256GenerateKeys can be used to generate a new private/public key
|
||||
# and the gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer PCD value.
|
||||
# A custom tool/script can be implemented using the new private/public key with
|
||||
# the Rsa2048Sha256Sign tool and this tool defintiion can be updated to use a
|
||||
# the Rsa2048Sha256Sign tool and this tool definition can be updated to use a
|
||||
# custom tool/script.
|
||||
#
|
||||
# Generate new private/public key and gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer PCD value
|
||||
|
Reference in New Issue
Block a user