Thrilleratplay / coreboot-builder-scripts

Bash scripts and config files to simplify building of Coreboot using the official coreboot-sdk docker image
GNU General Public License v3.0
31 stars 9 forks source link

Add Device: W541 #17

Open Thrilleratplay opened 2 years ago

Thrilleratplay commented 2 years ago

I have a W541 currently running coreboot 4.15 and Tianocore. I need to stream line the process for mrc.bin

gellatofresh commented 2 years ago

Dead ?

Thrilleratplay commented 2 years ago

@gellatofresh I need to make a few updates but I am using Tianocore on my W541. I have not tested SeaBIOS

gellatofresh commented 2 years ago

That is great. I'm curious what the notable issues are currently. Have you users it with the 1620p display?

Thrilleratplay commented 2 years ago

I have a 3K IPS (2880 x 1620) screen and it works at the full resolution without any issues.

Generally, I have had stability issues with this machine for the past few months. Most have been isolated to Linux bugs with ZFS, the enabling a feature on a specific model of SSD and bad memory (likely caused by the constant deadlocking by ZFS). The last ones are related to hardware rendering using the Intel GPU on Xorg without the VGA blob. This was not an issue on my X230 but the higher resolution or newer generation of GPU may have caused this on the W541. I am trying different Xorg config settings to see if this can mitigated without looking sluggish.

With the exception of the Intel GPU, these are problems outside of coreboot and I am less worried about creating stability issues for others.

Thrilleratplay commented 2 years ago

@gellatofresh I pushed the latest rendition of the W541 Tianocore build into the W541_tianocore branch. The custom boot image does not work but everything else should be fine.

gellatofresh commented 2 years ago

Thanks much man. Let me see what I can do to contribute. Should have some time soon.

Thrilleratplay commented 11 months ago

Currently am waiting for the next coreboot-sdk release, which should include the needed programs to extract the mrc.bin automatically.