mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
optiplex 9010: add layout.txt used to expend ME region to match xx30 used ME, apply through ifdtool
Repro notes: ./build/x86/coreboot-24.02.01/util/ifdtool/ifdtool -n blobs/optiplex_9010/layout.txt blobs/optiplex_9010/ifd.bin -O blobs/optiplex_9010/ifd.bin Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
7dd25db488
commit
1d835bc6b7
@ -2,6 +2,9 @@ This blobs/optiplex_9010/ifd.bin is a configuration blob, and comes from my opti
|
||||
It was put in place with:
|
||||
|
||||
python ~/me_cleaner/me_cleaner.py -S -r -t -d -O /tmp/discarded.bin -D ~/heads/blobs/optiplex_9010/ifd.bin -M /tmp/temporary_me.bin optiplex_9010-internal_backup.rom
|
||||
./build/x86/coreboot-24.02.01/util/ifdtool/ifdtool -n blobs/optiplex_9010/layout.txt blobs/optiplex_9010/ifd.bin -O blobs/optiplex_9010/ifd.bin
|
||||
|
||||
NOTE: We rely on blobs/optiplex_9010/layout.txt which changes the size of the ME region to match Lenovo xx30 blob used in x230 and others.
|
||||
|
||||
----
|
||||
|
||||
|
Binary file not shown.
4
blobs/optiplex_9010/layout.txt
Normal file
4
blobs/optiplex_9010/layout.txt
Normal file
@ -0,0 +1,4 @@
|
||||
00000000:00000fff fd
|
||||
00001000:00004fff gbe
|
||||
00005000:0001cfff me
|
||||
0001d000:00bfffff bios
|
Loading…
Reference in New Issue
Block a user