libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
20241206 rev3 notes (3050micro nvme fix) 7e8e045a0092e7a9ad941f794b5540152da5c957 Leah Rowe 2024-12-11 02:07:04
fix link 9b41e070bc4e90f389363c81902b38681d47a031 Leah Rowe 2024-12-10 23:43:48
adjust the t480 thunderbolt notes 95d5b067cfb98fb98113c51ece2c243b63cf4e5d Leah Rowe 2024-12-10 23:42:48
Tidy up the T480 page 762f1516fe6ca5fe492d702afdcc585e7dc07e84 Leah Rowe 2024-12-10 23:27:51
uboot x86 page: write about thinkpad x60/t60 a2cace6ea0489b96b5c6b08102969ae5c8a1d2e4 Leah Rowe 2024-12-10 11:08:57
resize the t1650 images e8c2795b6a59e53c7d2bb97f8c07752f755b2eba Leah Rowe 2024-12-10 01:34:15
updated t1650 internal flashing instructions a776d13bc4c70a288d35b32769298233dbda3294 Leah Rowe 2024-12-09 16:52:29
made the new pico soic8 image inline 8d40609ed7cf38ad8400eafd699ab68b11334849 Leah Rowe 2024-12-09 16:43:55
fix links in recent commits b29821a4b382b4e999e9cf7785fc77006dca8a5f Leah Rowe 2024-12-09 16:38:32
make thinkpad_acpi modprobe error clearer, fix minor typos in T480 page 91f61408638ca90b42d7f1ac702c99c5683b70f1 ezntek 2024-12-09 11:18:26
add raspi pico to SOIC-8 diagram 30387872fa07d6df25e7d50d98ed0e75c7d72d04 ezntek 2024-12-09 11:05:54
add thinkpad_acpi notices for the T440p, W541 and T480/T480s da5734ac3426a2a690a56bce0d3a8693f62eca26 ezntek 2024-12-09 11:05:02
add release errata/revisions 0eb22b1fa8d8d0c84372fb91f0d9000e5f1966e7 Leah Rowe 2024-12-09 02:23:17
remove a fact that is no longer a fact 0cd6d8de10b3a5cd3f9024117490635cb19943d3 Leah Rowe 2024-12-08 19:58:26
t480 verb 670df4e5e3e034068497698e39764160059004fd Leah Rowe 2024-12-08 17:17:43
uboot errors 7c0d9349ed8871fa7c01e5861fc9dcc218ca3045 Leah Rowe 2024-12-08 16:41:23
move qemu pic further up on the uboot page 66a862b10a1cec24160c67633e83dcc377226edd Leah Rowe 2024-12-08 03:40:39
add x200 u-boot pic 4fa9b69411e578c90c5d33b2c52fa66a8873c99b Leah Rowe 2024-12-08 03:37:12
Sex up the release announcement title a bit 853f2db51d6c6bab5f327f725e31c2ffd2cf4de2 Leah Rowe 2024-12-08 02:06:17
swap f191930c1fed1c917c2cbdaf341e8f9949d86906 Leah Rowe 2024-12-08 02:01:27
Commit 7e8e045a0092e7a9ad941f794b5540152da5c957 - 20241206 rev3 notes (3050micro nvme fix)
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-11 02:07
Committer name: Leah Rowe
Committer date (UTC): 2024-12-11 02:07
Parent(s): 9b41e070bc4e90f389363c81902b38681d47a031
Signer:
Signing key:
Signing status: N
Tree: ee347095a2338e342ec903b7df5b69546a4c7a70
File Lines added Lines deleted
site/news/libreboot20241206.md 22 0
File site/news/libreboot20241206.md changed (mode: 100644) (index bbd2559..9c21deb)
... ... ARM64).
387 387 The source archive is now `20241206rev2` instead of `20241206`, and the same The source archive is now `20241206rev2` instead of `20241206`, and the same
388 388 is true of affected images on x86, where `vcfg` is set in `target.cfg`. is true of affected images on x86, where `vcfg` is set in `target.cfg`.
389 389
390 Revision 3
391 ----------
392
393 See commit ID `3b6b283eabe7a655c861d1543aeae49d27566f53` and the two commits
394 before that.
395
396 This revision disables PCI-E Re-plug (hotplug feature) for the NVMe SSD on
397 Dell OptiPlex 3050 Micro, to prevent the device from being renamed randomly;
398 such renaming will cause a system crash if booting Linux from the NVMe.
399
400 In my case, I was running RAID1 (SATA+NVMe) and every few days, the RAID1 got
401 unsynced; I simply re-synced and it was fine, but what if that was a RAID0? It
402 would possibly corrupt the entire array.
403
404 This revision should prevent the issue from occuring. Without this patch,
405 the `nvme0n1` device (as an example) might randomly rename to `nvme0n2`, because
406 Linux would see it as a new device.
407
408 This same fix was made to the ThinkPad T480/T480s to fix the same issue there,
409 which manifested during S3 resume, but that bug never made it into the release
410 because it was fixed *before* the initial release of Libreboot 20241206.
411
390 412 Errata Errata
391 413 ====== ======
392 414
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main