From 1c107ff5d5abec58214f3bb30a6cf009e70ee710 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 4 Nov 2020 13:11:25 -0500 Subject: [PATCH] t420 blobs: adapt extract.sh script to export modified ifd with freed space assigned to BIOS region from freed ME region. TODO: adapt #830 consequently. --- blobs/t420/extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blobs/t420/extract.sh b/blobs/t420/extract.sh index 883c434a2..812d51664 100755 --- a/blobs/t420/extract.sh +++ b/blobs/t420/extract.sh @@ -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