mirror of https://github.com/acidanthera/audk.git
Final boot image just need combination, no need to create directory
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7883 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
80610cae7d
commit
560b815e21
|
@ -58,10 +58,6 @@ fi
|
|||
if [ $PROCESSOR = X64 ]
|
||||
then
|
||||
$BASETOOLS_DIR/EfiLdrImage -o $BUILD_DIR/FV/Efildr64 $BUILD_DIR/$PROCESSOR/EfiLoader.efi $BUILD_DIR/FV/DxeIpl.z $BUILD_DIR/FV/DxeMain.z $BUILD_DIR/FV/DUETEFIMAINFV.z
|
||||
mkdir -p $BUILD_DIR/FV/EfildrPure
|
||||
mkdir -p $BUILD_DIR/FV/Efildr16Pure
|
||||
mkdir -p $BUILD_DIR/FV/Efildr20Pure
|
||||
|
||||
cat $OUTPUT_DIR/start64.com $OUTPUT_DIR/efi64.com2 $BUILD_DIR/FV/Efildr64 > $BUILD_DIR/FV/EfildrPure
|
||||
$BASETOOLS_DIR/GenPage $BUILD_DIR/FV/EfildrPure -o $BUILD_DIR/FV/Efildr
|
||||
cat $OUTPUT_DIR/st16_64.com $OUTPUT_DIR/efi64.com2 $BUILD_DIR/FV/Efildr64 > $BUILD_DIR/FV/Efildr16Pure
|
||||
|
|
Loading…
Reference in New Issue