diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-12 16:08:56 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-12 16:08:56 +0000 |
commit | 09bed9a4c3257dbf9b4d59975db0071472ed67eb (patch) | |
tree | 06db73e898c8d8d45706d094150b547a026e4237 /script/update/release | |
parent | 401c0882aaec059eab62b5ce467d3efbc1472d1f (diff) |
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>
Diffstat (limited to 'script/update/release')
-rwxr-xr-x | script/update/release | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/script/update/release b/script/update/release index 7e0492f4..fa557477 100755 --- a/script/update/release +++ b/script/update/release @@ -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" |