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)
t480 notes: mention rollback protection 6cfd22e1f6e2104b99850546bf9f7743cc82f285 Leah Rowe 2025-01-17 01:42:41
other.md: merge chrultrabook with mrchromebox ee096776a97410398581e125397ee9b5a3bbd03c Leah Rowe 2025-01-14 17:59:28
snip e64e6a065d55c680b21948e833234f019c32b2c6 Leah Rowe 2025-01-14 13:30:29
correction 3f51720e2aaa51ddc5de19757b06d4715526d67e Leah Rowe 2025-01-14 12:57:06
snip a5a8a8daea53761ebceb53bf09c2acddadb49d04 Leah Rowe 2025-01-13 15:47:37
priority 5d516331cb506a2b1d929add03227b20860cab37 Leah Rowe 2025-01-13 15:38:13
fix oversight ceaaeb98d924d89fd91bda78300423348f48bf79 Leah Rowe 2025-01-13 14:50:27
expand other.md but shorten the intro e5d30675db4119269259b3c4539278639da28522 Leah Rowe 2025-01-13 13:37:18
simplify the skulls section in other.md 4702e167673363af0e63c0de51fbd220d7f45a55 Leah Rowe 2025-01-12 12:36:05
payloads, not "programs" 97b0fa3c600b3a2dc0446029c38a7d538078ab7c Leah Rowe 2025-01-12 04:20:27
link to coreboot build docs on other.md c278f8b5bf1fb020d9bec53c93c620aa1c9469c2 Leah Rowe 2025-01-12 02:05:08
more links ec57689078a54afe1c0ba5a73f3cdb3f4ce46759 Leah Rowe 2025-01-12 01:29:32
reparieren der deutschen homepage 572ea3bdc15b8a33016888333e731307f0edab57 Leah Rowe 2025-01-12 00:43:39
homepage: emphasize the coreboot distro aspect f78ee7861af3a6b930cf640d7dfce1942dad4a2b Leah Rowe 2025-01-12 00:34:05
add ownerboot to the other.md page 5afacd5138015b5115bf9d3d3d805f9eb26d3999 Leah Rowe 2025-01-11 23:22:13
tidy up the other.md page b5e0d96be580678ad6710e4c3259abd128ebb7bc Leah Rowe 2025-01-11 23:03:54
actual alphabetical order e94f06a744c0e98943e31d5b141c5cfbf9901ef5 Leah Rowe 2025-01-11 05:39:12
clarification 71e4a89c862158f0f78815c4972b7d948cfbf35e Leah Rowe 2025-01-11 05:01:08
add missing entry 0b7a136d733bb91f397ea230fc8903483e47ce12 Leah Rowe 2025-01-11 04:59:40
add page linking to other coreboot distros 3809609b3e2798108b89898e33fee11a50dbd205 Leah Rowe 2025-01-11 04:41:25
Commit 6cfd22e1f6e2104b99850546bf9f7743cc82f285 - t480 notes: mention rollback protection
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-17 01:42
Committer name: Leah Rowe
Committer date (UTC): 2025-01-17 01:42
Parent(s): ee096776a97410398581e125397ee9b5a3bbd03c
Signer:
Signing key:
Signing status: N
Tree: 8a91c4bebd6001bf736019994b6f8b6210baa638
File Lines added Lines deleted
site/docs/install/t480.md 6 0
File site/docs/install/t480.md changed (mode: 100644) (index 6fb8d7e..c8ba150)
... ... Now DD it to the raw USB flash device:
399 399
400 400 dd if=t480_bios_update.img of=/dev/sdX bs=4M conv=fsync status=progress dd if=t480_bios_update.img of=/dev/sdX bs=4M conv=fsync status=progress
401 401
402 You must disable *Secure Rollback Prevention* in the BIOS, under
403 UEFI BIOS Update Option; please also enable *Flash BIOS Updating by
404 End Users*. The *Windows UEFI Firmware Update* option is probably a do-not-care.
405 If you're on a newer version of the UEFI firmware, you will want rollback
406 protection disabled so that you can use this exact version.
407
402 408 You must disable SecureBoot, and enable legacy/CSM boot, and boot it in BIOS You must disable SecureBoot, and enable legacy/CSM boot, and boot it in BIOS
403 409 mode, not UEFI mode. Make sure your battery is well-charged, and boot it with mode, not UEFI mode. Make sure your battery is well-charged, and boot it with
404 410 a battery and with the power supply plugged in. Select *option 2* in the menu, a battery and with the power supply plugged in. Select *option 2* in the menu,
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