mirror of https://github.com/acidanthera/audk.git
CorebootPayloadPkg: Rename CorebootPayloadPkgIA32.dsc IA32 -> Ia32
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17167 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0a4a5b7b5b
commit
92b48344f9
|
@ -37,10 +37,10 @@ B. HOW TO BUILD
|
|||
edksetup.bat
|
||||
|
||||
For debug ia32 build:
|
||||
build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIA32.dsc -b DEBUG -t <ToolChain>
|
||||
build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -b DEBUG -t <ToolChain>
|
||||
|
||||
For release ia32 build:
|
||||
build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIA32.dsc -b RELEASE -t <ToolChain>
|
||||
build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -b RELEASE -t <ToolChain>
|
||||
|
||||
For debug X64 build:
|
||||
build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgX64.dsc -b DEBUG -t <ToolChain>
|
||||
|
@ -80,12 +80,3 @@ C. HOW TO INTEGRATE
|
|||
choose Yes.
|
||||
|
||||
6. Run "make" to build the coreboot firmware image.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue