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)
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
also add u-boot pic on u-boot page 1a5937905b359fff8925cd784bee54952647afaf Leah Rowe 2024-12-06 22:57:56
Commit 9b41e070bc4e90f389363c81902b38681d47a031 - fix link
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-10 23:43
Committer name: Leah Rowe
Committer date (UTC): 2024-12-10 23:43
Parent(s): 95d5b067cfb98fb98113c51ece2c243b63cf4e5d
Signer:
Signing key:
Signing status: N
Tree: 76232e2c0ef0abc94196c5ae9a569a5d6fd14b26
File Lines added Lines deleted
site/docs/install/t480.md 1 1
File site/docs/install/t480.md changed (mode: 100644) (index a70db31..e20316c)
... ... Thunderbolt, but the thunderbolt and regular USB-C connector can both be
392 392 used for charging, and both can be used for video output (it shows up in xrandr used for charging, and both can be used for video output (it shows up in xrandr
393 393 as a DisplayPort). as a DisplayPort).
394 394
395 [t480-thunderbolt-20241206-unstable.patch](This patch) can be added, enabling
395 [This patch](t480-thunderbolt-20241206-unstable.patch) can be added, enabling
396 396 Thunderbolt, but be warned: it is completely untested, as of Libreboot 20241206. Thunderbolt, but be warned: it is completely untested, as of Libreboot 20241206.
397 397 This patch is *NOT* included in the release, because it breaks on S3 resume, This patch is *NOT* included in the release, because it breaks on S3 resume,
398 398 and may cause a kernel panic. Also: currently testing only reveals that the and may cause a kernel panic. Also: currently testing only reveals that the
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