From 248192ad9a13b998080c5cda62c56a814a6651d8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 6 Jul 2025 04:34:14 +0100 Subject: ifd/hppro3500: use truncated ME, enlarge BIOS size i did: ifdtool -f layout.txt ifd.bin changed layout.txt to say this: 00000000:00000fff fd 00019000:007fffff bios 00001000:00018fff me 00fff000:00000fff gbe 00fff000:00000fff pd then i did: ifdtool -n layout.txt ifd.bin -O ifd.bin this was done to the ifd for hp 3500 pro, based on the 96KB size of the truncated me.bin via me_cleaner, when downloading vendor files in lbmk. it's the policy of libreboot that me.bin should always be shrunk, and the BIOS region enlarged. in the original HP 3500 PRO patch submitted, the ME region was larger, with region boundaries like this: 00000000:00000fff fd 00400000:007fffff bios 00001000:003fffff me 00fff000:00000fff gbe 00fff000:00000fff pd In the above example, you see that the BIOS region is 4MB. In the new setup, BIOS is about 7.9MB. Signed-off-by: Leah Rowe --- config/ifd/hppro3500series/ifd | Bin 4096 -> 4096 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'config') diff --git a/config/ifd/hppro3500series/ifd b/config/ifd/hppro3500series/ifd index 4e12ea88..f3cebe6e 100644 Binary files a/config/ifd/hppro3500series/ifd and b/config/ifd/hppro3500series/ifd differ -- cgit v1.2.1