-
Notifications
You must be signed in to change notification settings - Fork 65
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
X131E Support Re-Openned #100
Comments
Battery whitelist is EC, not UEFI or iME. I have no idea where the EC is stored on this model, on T/X/W (X131e is technically a ThinkPad Edge with it's system and mechanical setup) it's in the EC but lower end models with cheaper ECs can have it elsewhere |
Probably on the 8mb chip, it's a similar 4+8mb set up, I corebooted it before. Honestly I have zero idea what pro-3 is about but I will give it a read. I'm wondering if I should patch the fl1 and flash with dosflash or the dumped rom and use ch341a because I foresee repeated rwing the rom chips (Im using flashrom in vbox, it's taking me more than 5 minute to even read the 4mb chip) |
The entire reason this project exists is because this is no longer possible on xx30 unlike xx20 and older. You're welcome to try on the X131e but i highly doubt it will work. |
08-03-22
|
3.01 which is the latest and likely final UEFI for this model. |
Patch works as expected after flashing patch applied rom via ch341a: |
Any updates? Does version detection work correctly or is the dmidecode data in the different format just like L430? |
has anyone figure out how to unlock pr0? if I move the bios region to exclude it I get "bad crc of security settings in the", if I downgrade it too much I get "configuration changed - restart the system", if I clip the 4mb chip it always end up corrupted/transaction error when verify, that never gets written to the flash.. thxok I got it to work, using the 1.05 version.(where the S3 boot script explot still works).. (haven't try newer versions) Doing that will move the PR0 to PR4 (not sure why) (and still locked).. BUT then then run the stuff on https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/changes/66/36666/1/Documentation/mainboard/lenovo/ivb_internal_flashing.md when it resume from sleep(via rtcwake or manually), all PR0-PR4 is zeroed I am guessing because some code (I can't figure out which) cannot find the locked PR0 to reenable the lock on PR0 (since it was moved to PR4), then when S3 resumed the PR4 became empty.. If tried on 1vy iso I get success but the flashrom -p internal says error for some reason.. so you can try it both ways, the 36666 review one above or ivy.. finally solved |
Has anyone figured this out? |
Bump? |
The new long form FAQ has instructions for testing compatibility on currently unsupported machines.
Originally posted by @n4ru in #17 (comment)
Hi, I got a spare x131e, and I am comfortable with ch341a and flashrom.
Just a few clarifications so I could kick start the porting:
What vulnerabilities are we looking at? (Specifically I want to determine the BIOS version suitable to kick start the testing - low enough for the patches to possibly work but not too low)
The "patcher" binary - from UEFI Tools right?
Should I dump a stock 4mb rom and patch it or should I patch the .fl1? (I am confused about the padding part, both should be 4mb right?)
I recall seeing 3 patches, even if just one of them works it will be great (the whitelist one)
If it is successfull then I shall move on to patching the 8mb for battery whitelist.
The text was updated successfully, but these errors were encountered: