← Back to context

Comment by neilv

15 days ago

Do you know an exceedingly credible source for the firmware modifications?

(Last time I looked, it had the air of the XDA-style culture: "To root your phone, download this package from a `.ru` piracy site, run the `.exe` on your PC, then install and run the closed blobs on your phone, including rooting and replacing your bootloader with one, we know you will trust us." Though, in their defense, if they were organized crime, they would probably make an effort to look more legitimate, rather than gratuitously suspicious. And all the forum comments were always lapping it up, appearing to be doing reckless things, while removing much of the demand and contributors for more-credible efforts.)

That is the general nature of reverse engineering efforts, but this one has been documented enough that you don't need to blindly trust completely random executables or code from strange places.

You can manually recreate the process of building a patch for the embedded controller instead of just following instructions: https://github.com/hamishcoleman/thinkpad-ec. Here's the presentation by the author himself at linux.conf.au (what used to be the biggest local Linux conference for those of us in Australia and NZ): https://www.youtube.com/watch?v=Fzmm87oVQ6c. This is of course not supported by Lenovo.

Unlocking the BIOS is definitely more like what you described. It's the price to pay for freely playing around with processor power limits, getting AES-NI instruction set support, etc. I have not checked since 2019, so there might be a clearer way.