Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thinkpad T440p, used me_cleaner to obtain ifd_shrinked.bin and me_shrinked.bin and used them to build Coreboot #406

Open
RainySunset opened this issue Oct 29, 2023 · 0 comments

Comments

@RainySunset
Copy link

I followed this guide, https://github.com/corna/me_cleaner/wiki/Internal-flashing-with-coreboot and then configured Coreboot to include those bin files, then after running "make" I get the following error.

File build/coreboot.pre is 12582912 bytes
Warning: Not a single IFD region found in FMAP
IFDTOOL me.bin -> coreboot.pre
Warning: No platform specified. Output may be incomplete
File build/coreboot.pre is 12582912 bytes
File build/me.bin is 122880 bytes
Adding build/me.bin as the Intel ME section of build/coreboot.pre
Writing new image to build/coreboot.pre
ME_CLEANER coreboot.pre
Traceback (most recent call last):
File "/home/branpop/coreboot/util/me_cleaner/me_cleaner.py", line 787, in
check_and_remove_modules(mef, me_end, ftpr_offset,
File "/home/branpop/coreboot/util/me_cleaner/me_cleaner.py", line 355, in check_and_remove_modules
end_addr = remove_modules(f, mod_headers, offset, me_end)
File "/home/branpop/coreboot/util/me_cleaner/me_cleaner.py", line 164, in remove_modules
f.fill_range(offset, end, b"\xff")
File "/home/branpop/coreboot/util/me_cleaner/me_cleaner.py", line 83, in fill_range
raise OutOfRegionException()
main.OutOfRegionException
make: *** [src/southbridge/intel/common/firmware/Makefile.inc:56: add_intel_firmware] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant