mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 14:32:42 +02:00
REMOVE MAINBOARD: lenovo x201
with neutered ME, fan control fails. while there are ways to mitigate it, many users will not, and will likely see their system overheat, which is very dangerous. this bug (failed fan control on neutered ME) only affects arrandale machines such as lenovo x201. the newer machines are not affected by this. other arrandale machines will probably not be added to libreboot because of this, or they will be subject to further testing. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -85,10 +85,6 @@ fetch_trees()
|
||||
|
||||
mkrom_images()
|
||||
{
|
||||
x_ mkdir -p "vendorfiles/x201/"
|
||||
dd if=/dev/zero of="vendorfiles/x201/me.bin" \
|
||||
bs=68k count=1 || err "mkvdir: can't make fake x201 me.bin"
|
||||
|
||||
./build roms all || err "${_xm}: roms-all"
|
||||
./build serprog rp2040 || err "${_xm}: rp2040"
|
||||
./build serprog stm32 || err "${_xm}: stm32"
|
||||
|
||||
Reference in New Issue
Block a user