-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
README specifies subset of SPI chips seen in the wild #716
Comments
I think I found where there is a list of comparable chips in the Lenovo BIOS upgrade. For the x230, these are the steps I took: wget https://download.lenovo.com/pccbbs/mobiles/g2uj33us.exe
innoextract g2uj33us.exe
cd app/G2ETB7WW/
binwalk -reM '$01D3000.FL1'
cd _\$01D3000.FL1.extracted
uefitool 239 Search for text: "flashpartsmm"
These names correspond to the following devices on the flashrom supported hardware page
The 16M chip is odd, maybe they used them in later versions? |
My x230 (non-T) has a cFeon QH64-104HIP, is this the same as the Eon EN25QH64? |
@t-anon sorry for lack of update, unfortunately flashrom would tell. It will provide a list of detected chips as per documentation. It has low impact on backup, where write function will differ. As per doc, it is suggested to backup (-r) and verify (-v) backups prior flashing (-w) If really doubtful, just take a couple of backups specifying different chips (-c) and compare those backups with sha256sum or whatever you feel like (*) to reduce anxiety. And please update us! |
Just a trace.
Here are the SPI chips observed in the wild to address/verify coherent WP guarantees/statements in README and move doc in heads-wiki altogether hereafter, not having duplicate to maintain and be clear on instructions to build, access CIs and documentation access altogether.
The text was updated successfully, but these errors were encountered: