Skip to content

Commit 8af15fd

Browse files
tlaurionThrilleratplay
authored andcommitted
t420 blobs: adapt extract.sh script to export modified ifd with freed space assigned to BIOS region from freed ME region. TODO: adapt linuxboot#830 consequently.
1 parent d1fbfe3 commit 8af15fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blobs/t420/extract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cp "$FILE" $bioscopy
5555
cd "$extractdir"
5656
$IFDTOOL -x $bioscopy
5757
cp "$extractdir/flashregion_3_gbe.bin" "$BLOBDIR/gbe.bin"
58-
$MECLEAN -r -t -d -O /tmp/unneeded.bin -D "$BLOBDIR/ifd.bin" -M "$BLOBDIR/me.bin" "$extractdir/flashregion_2_intel_me.bin"
58+
$MECLEAN -r -t -d -O /tmp/unneeded.bin -D "$BLOBDIR/ifd.bin" -M "$BLOBDIR/me.bin" "$extractdir/flashregion_2_intel_me.bin"
5959
$IFDTOOL -n "$BLOBDIR/layout.txt" $bioscopy
6060
$IFDTOOL -x $bioscopy.new
6161

0 commit comments

Comments
 (0)