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)
"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
make the 7010 announcement a link 3be1e15f4a3f36e1c05b230678ecce2c73384711 Leah Rowe 2024-10-08 22:49:55
update download page references ede57eb22a427284710031ae59c23826fe89860b Leah Rowe 2024-10-08 22:39:03
Libreboot 20241008 release cef9c80c01dbcbe62b0cd63e5ebf03133f16ac1b Leah Rowe 2024-10-08 18:28:10
Commit b8c5061c4058d7dda7074be2208b62b3c53c8adb - "software"
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-05 17:49
Committer name: Leah Rowe
Committer date (UTC): 2024-12-05 17:49
Parent(s): 398b561be6444d329caf85ba978937203d88594a
Signer:
Signing key:
Signing status: N
Tree: 6f0b5f724f70e2e17ab5617bfa3e57f9ba43dd89
File Lines added Lines deleted
site/docs/install/t480.md 1 1
File site/docs/install/t480.md changed (mode: 100644) (index b951371..ad28405)
... ... flash IC.
187 187 AGAIN: This is not the Libreboot flash IC. This is separate to the system flash. AGAIN: This is not the Libreboot flash IC. This is separate to the system flash.
188 188 Read on to know how to reprogram the main system flash! Read on to know how to reprogram the main system flash!
189 189
190 Flash a ROM image (software)
190 Flash a ROM image
191 191 ----------------- -----------------
192 192
193 193 **MAKE SURE** to update the Lenovo UEFI firmware before installing Libreboot. **MAKE SURE** to update the Lenovo UEFI firmware before installing Libreboot.
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