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)
add t480 compatibility info (features) d0acc3d45003e9784f38a1db2f53ab82be2e7ace Leah Rowe 2024-12-05 22:03:35
update the 3050 page to match current status 4d3e6640cbd9597cf884791d739bca90940ee706 Leah Rowe 2024-12-05 21:41:02
update docs/maintain to match Libreboot 20241205 cc2ee3d7cad9f7276ed158e40aeac32a819ae1ca Leah Rowe 2024-12-05 21:21:37
add page about x86 u-boot 749464989fdf9433c55f3ed65e7ce33ce1d98f0a Leah Rowe 2024-12-05 20:34:38
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
Commit d0acc3d45003e9784f38a1db2f53ab82be2e7ace - add t480 compatibility info (features)
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-12-05 22:03
Committer name: Leah Rowe
Committer date (UTC): 2024-12-05 22:03
Parent(s): 4d3e6640cbd9597cf884791d739bca90940ee706
Signer:
Signing key:
Signing status: N
Tree: 8e0ab701e2fbaf946afdcafb3d7e82d4fbe2d80c
File Lines added Lines deleted
site/docs/install/t480.md 27 0
File site/docs/install/t480.md changed (mode: 100644) (index 72d7433..cb80a7f)
... ... Official information about the T480 can be found here:\
77 77 ...and information about the T480S can be found here:\ ...and information about the T480S can be found here:\
78 78 <https://psref.lenovo.com/syspool/Sys/PDF/ThinkPad/ThinkPad_T480s/ThinkPad_T480s_Spec.pdf> <https://psref.lenovo.com/syspool/Sys/PDF/ThinkPad/ThinkPad_T480s/ThinkPad_T480s_Spec.pdf>
79 79
80 What works in this port:
81 -----------------------
82
83 Intel graphics, internal screen, ethernet, USB, WLAN, HDA verbs (e.g. headphone
84 jack), S3 suspend/resume, M2 NVMe SSDs and SATA, **all works perfectly**.
85 External video outputs and webcam also work. Microphone works, line-out works...
86 everything works. UART also available via line-out jack (jumpers required on
87 the mainboard).
88
89 The thunderbolt controller is currently unconfigured, so you can't use
90 Thunderbolt, but the thunderbolt and regular USB-C connector can both be
91 used for charging, and both can be used for video output (it shows up in xrandr
92 as a DisplayPort). NOTE:
93 <https://review.coreboot.org/c/coreboot/+/83274> is the patchset enabling
94 Thunderbolt, but it currently breaks on S3 resume from sleep, so it's not
95 included yet. This will be added to the Libreboot 20241205 release as a hotpatch
96 when it's ready, and in the next testing release after Libreboot 20241205. This
97 is true as of 5 December 2024.
98
99 Backlight controls work, via software control (e.g. `xbacklight` utility), but
100 the Fn keys for it don't currently work, as of 5 December 2024.
101
102 Nvidia dGPU doesn't work and is disabled as of 5 December 2024; the Intel graphics
103 are still available even on Nvidia models, so Intel graphics are used.
104
105 WWAN slot untested.
106
80 107 Build ROM image from source Build ROM image from source
81 108 --------------------------- ---------------------------
82 109
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