Skip to content

Commit

Permalink
t420 blobs: adapt extract.sh script to export modified ifd with freed…
Browse files Browse the repository at this point in the history
… space assigned to BIOS region from freed ME region. TODO: adapt linuxboot#830 consequently.
  • Loading branch information
tlaurion authored and Thrilleratplay committed Nov 28, 2020
1 parent 4ec0bc4 commit 2bcdd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobs/t420/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cp "$FILE" $bioscopy
cd "$extractdir"
$IFDTOOL -x $bioscopy
cp "$extractdir/flashregion_3_gbe.bin" "$BLOBDIR/gbe.bin"
$MECLEAN -r -t -d -O /tmp/unneeded.bin -D "$BLOBDIR/ifd.bin" -M "$BLOBDIR/me.bin" "$extractdir/flashregion_2_intel_me.bin"
$MECLEAN -r -t -d -O /tmp/unneeded.bin -D "$BLOBDIR/ifd.bin" -M "$BLOBDIR/me.bin" "$extractdir/flashregion_2_intel_me.bin"
$IFDTOOL -n "$BLOBDIR/layout.txt" $bioscopy
$IFDTOOL -x $bioscopy.new

Expand Down

0 comments on commit 2bcdd35

Please sign in to comment.