From 09bed9a4c3257dbf9b4d59975db0071472ed67eb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 12 Jan 2024 16:08:56 +0000 Subject: 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 --- script/update/release | 4 ---- 1 file changed, 4 deletions(-) (limited to 'script/update') 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" -- cgit v1.2.1