Open qiyunluoxing opened 3 years ago
If it has Intel video, adding a T420 should be trivial. The only reason I do not have it included is because I do not own one to verify it works when a new version of coreboot is released. It isn't that I do not want to support it, I do not want to accidentally leave someone with device that does not boot correctly. It is very unlikely as the T420 with Intel video is almost identical to the X220 config,
Looking at the forks, it seems like someone already created the T420 along with bootsplash. https://github.com/MarieKirya/coreboot-builder-scripts/tree/add-t420-support
Thank you for your advice.
I can test. Let's make this a real thing. :)
@szarpaj You are welcome to create a pull request. If you copy the x220
directory and change the device to be t420
that may be enough. If you do this, please remove any defconfig versions you did not test.
My only issue with the above fork is that is uses the VGA blob. I want to keep the devices as close to one another as possible and if there is an issue with this device, I do not have a T420 to debug the problem.
Is it possible to add Thinkpad T420 support? I have dumped the factory firmware of Thinkpad T420 and flashed coreboot. I am happy to assist with testing.