
Help with corebooting T440p
Hello! First I have T440p with 2.31 Bios installed. After some days with experimenting with coreboot 26.03 installation I was able to boot in system but I Have several issues:
- Sleep mode broken, cant wake up.
- Internal speakers makes some noise.
Then I used: ./cbmem -1 and in logs have some errors:
- [INFO ] SF: Detected 00 0000 with sector size 0x1000, total 0x2800000
- [ERROR] SF size 0x2800000 does not correspond to CONFIG_ROM_SIZE 0xc00000!!
- [CRIT ] intel_me_path: mbp is not ready!
- [NOTE ] ME: BIOS path: Error
- [ERROR] ME: MBP not ready
The coreboot working only with stripped down Intel ME, when I trying leave ME unchanged, notebook dont boot just black screen and nothing.
I tried to revert at stock bios and updating it to last version(2.56), deleted all admin passwords from bios, dumped bios and build coreboot from it again and nothing changed.
Here output from ME Analyzer, the updated bios(2.56):
╔═══════════════════════════════════════════╗
║ ME Analyzer v1.311.0 r377 ║
╚═══════════════════════════════════════════╝
╔═════════════════════════════════════════════════════╗
║ t440p-original_updated.rom (1/1) ║
╟────────────────────────────────────┬────────────────╢
║ Family │ ME ║
╟────────────────────────────────────┼────────────────╢
║ Version │ 9.1.20.1035 ║
╟────────────────────────────────────┼────────────────╢
║ Release │ Production ║
╟────────────────────────────────────┼────────────────╢
║ Type │ Extracted ║
╟────────────────────────────────────┼────────────────╢
║ SKU │ 5MB ║
╟────────────────────────────────────┼────────────────╢
║ TCB Security Version Number │ 1 ║
╟────────────────────────────────────┼────────────────╢
║ Version Control Number │ 11 ║
╟────────────────────────────────────┼────────────────╢
║ Production Ready │ Yes ║
╟────────────────────────────────────┼────────────────╢
║ Date │ 2014-09-22 ║
╟────────────────────────────────────┼────────────────╢
║ Size │ 0x4CA000 ║
╟────────────────────────────────────┼────────────────╢
║ Flash Image Tool │ 9.1.10.1000 ║
╟────────────────────────────────────┼────────────────╢
║ Chipset Support │ LPT/WPT ║
╚════════════════════════════════════╧════════════════╝
I am doing something wrong? or some ME bug here?