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)
very based hyperlink 4535cfc7ada38790cadedb10e2e750ac7190b053 Leah Rowe 2024-12-05 19:30:29
add a hyperlink 7726ba1d25ebb88296c0ff3eabd4cd241db7a096 Leah Rowe 2024-12-05 19:08:22
deguard page 4252ddd1cd7665e4472b59d37871b015840342a6 Leah Rowe 2024-12-05 19:02:46
"software" b8c5061c4058d7dda7074be2208b62b3c53c8adb Leah Rowe 2024-12-05 17:49:42
remove link for now 398b561be6444d329caf85ba978937203d88594a Leah Rowe 2024-12-05 17:45:44
add missing credit 0e5f22ed49dc7267730be21002e44f5ffb634d4b Leah Rowe 2024-12-05 17:44:12
ThinkPad T480 information 1894f05981cde840f47cbf4f3d17961409181a85 Leah Rowe 2024-12-05 17:30:33
link correction e6e5b19fde6f17ce48070c21da47e6e1ad61d7be Leah Rowe 2024-11-29 08:07:11
examples dffa2df965688d05b38bf69d1ec9ac0fbe4a22d5 Leah Rowe 2024-11-29 08:00:13
remove mentions of thinkpad w530/w520 5896b5c167325f75cb15977bf949790dfd4a451f Leah Rowe 2024-11-27 20:58:51
Tweak docs to not assert that W520/T520 are the same 21e897ed5d8fff380cec7911b3c7c7a85c8fac54 Leah Rowe 2024-11-27 14:59:57
fix typo in hp 820 elitebook flashing info 3616f9ca86117291510c379904cbccc9805534bf Leah Rowe 2024-11-17 23:35:58
Dell OptiPlex 780 documentation f4c3c6a25cac105bf06a770bbdef8e9ce113331a Leah Rowe 2024-11-02 06:37:04
tasks page: add note about 3050micro hang workaround 640e8981e85335274778cc2f3ada7eb74fa869b0 Leah Rowe 2024-10-27 18:42:17
fix dell3050 compatibility notes d362563e615872e38ae63718f1c8f399e39d604c Leah Rowe 2024-10-25 04:49:15
dell3050: fix note about flash chip size (16MB) de314093929f8f0ecf710579504f17a22406645a Leah Rowe 2024-10-14 15:12:52
notes about dell precision t1700 92057903870ebcf0da67422635c72938c1889a44 Leah Rowe 2024-10-11 22:33:01
update notes about dell 3050 micro d4203520d0b5eb6fecaee38d4f64373d3c7cd148 Leah Rowe 2024-10-11 16:21:59
grammar 163876482fbe2d2a69b5945e666f502e332b598a Leah Rowe 2024-10-08 22:59:07
typo: notifications, not notificatios 9e233dbc4a61970eeaf3b7601a00bdaf1f406cd1 Leah Rowe 2024-10-08 22:50:31
Commit 4535cfc7ada38790cadedb10e2e750ac7190b053 - very based hyperlink
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-05 19:30
Committer name: Leah Rowe
Committer date (UTC): 2024-12-05 19:30
Parent(s): 7726ba1d25ebb88296c0ff3eabd4cd241db7a096
Signer:
Signing key:
Signing status: N
Tree: fce241c3dca2261a8a23b62d7b7d6fc2c3366e18
File Lines added Lines deleted
site/docs/install/t480.md 1 1
File site/docs/install/t480.md changed (mode: 100644) (index ad28405..72d7433)
... ... OR YOU MIGHT BRICK YOUR MACHINE: [SAFETY PRECAUTIONS](../../news/safety.md)**
27 27 | **Architecture** | x86\_64 | | **Architecture** | x86\_64 |
28 28 | **Original boot firmware** | Lenovo UEFI firmware | | **Original boot firmware** | Lenovo UEFI firmware |
29 29 | **Intel ME/AMD PSP** | Present. Can be disabled with me\_cleaner. | | **Intel ME/AMD PSP** | Present. Can be disabled with me\_cleaner. |
30 | **Intel Boot Guard** | Pwned. Disabled using the deguard utility. |
30 | **Intel Boot Guard** | [Pwned](deguard.md). Disabled using the deguard utility. |
31 31 | **Flash chip** | SOIC-8 16MB/128Mbit system firmware | | **Flash chip** | SOIC-8 16MB/128Mbit system firmware |
32 32
33 33
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