Subject | Hash | Author | Date (UTC) |
---|---|---|---|
document t480/3050 pmc config | 3b55fca2c913f5875860fc1397f0b316aa249727 | Leah Rowe | 2024-12-31 15:44:26 |
mention refcode fix for hp 820 g2 | 32c80dae9c9f370cbf205dae409dbd17d7a3591f | Leah Rowe | 2024-12-31 15:20:18 |
install/spi: Document the Raspberry Pi Pico 2 | 935e5aec1413a7b2d3ddff7d67c8a2974ea5c024 | Leah Rowe | 2024-12-30 17:28:53 |
t480 uart: mention the 115200 baud rate | 0893abd63554d6b71a0b756e0dba7d2ad0428ef4 | Leah Rowe | 2024-12-30 16:09:16 |
Rewrote the T480 thunderbolt flashing instructions | bf443e2e4d1cb0f69ff7cbabc7a79a40aaf26736 | Leah Rowe | 2024-12-29 18:04:10 |
Notes pertaining to T480/3050 FSP licensing | 19fab472018d2f8315b0236f163b7c7725f575be | Leah Rowe | 2024-12-29 16:56:19 |
also mention that they are 0201 jumpers | 6447f5d1831f0b431f7f8ff824b403b4c9c73c73 | Leah Rowe | 2024-12-29 15:33:54 |
jumpers, not jumpjumpers, not jumpss | 58bab1695b02f1bc5045479330f262a3e8a3a957 | Leah Rowe | 2024-12-29 15:15:17 |
thoUART t480 | 007136a010c4d620d381532914e0d0b60eb79b72 | Leah Rowe | 2024-12-29 15:12:25 |
update t480/3050 errata (tpm and 8254 timer) | aad0b223e054d0591274dc0fcfa29618fca8933b | Leah Rowe | 2024-12-29 14:52:45 |
Random docs cleanup | 2e2b6c7d52c0802c72e2805f0f924d5c447935f2 | Leah Rowe | 2024-12-27 01:33:55 |
update 3050micro notes | f2dd78251c25dc748f68ca6190960512fd3c9f7e | Leah Rowe | 2024-12-26 18:01:17 |
Remove legacy "./build" command from the docs | 71b502349ab488f0e91403049181102286eb35e2 | Leah Rowe | 2024-12-25 09:08:24 |
Remove legacy "./vendor" command from docs | 2ac7deeefc4fdafecb4ba23a3dce271637f9a75a | Leah Rowe | 2024-12-25 08:59:53 |
Remove legacy "./update trees" command from docs | 443078014dc15c9dd40b428fe245623277e23db2 | Leah Rowe | 2024-12-25 08:55:21 |
make libreboot.org text bigger | 8e3508c31340feac8bb7d5afed83542dd482f518 | Leah Rowe | 2024-12-20 16:27:35 |
note about prepping t480 usb bios updater | 4811a7683e1f111ca2d2611915b082bd1fe9f080 | Leah Rowe | 2024-12-18 06:16:24 |
correction | 777ea30c5968796901f6993a64cb017d5928b970 | Leah Rowe | 2024-12-18 05:50:01 |
stragglers | 71cc1104e0311d3869bf6182a34720aabb118b0d | Leah Rowe | 2024-12-18 05:45:29 |
t480 tb notes, plus notes about touchscreen | 8576804b30485e1c1ca71b5562a366dd721f812e | Leah Rowe | 2024-12-18 05:40:30 |
File | Lines added | Lines deleted |
---|---|---|
site/docs/install/dell3050.md | 22 | 0 |
site/docs/install/t480.md | 22 | 0 |
File site/docs/install/dell3050.md changed (mode: 100644) (index c41487e..2b5f9f3) | |||
... | ... | service jumper is set). | |
178 | 178 | Errata | Errata |
179 | 179 | ====== | ====== |
180 | 180 | ||
181 | Power-on after power failure | ||
182 | ---------------------------- | ||
183 | |||
184 | Older Libreboot revisions made this machine always turn on, when plugging in | ||
185 | a power supply (charger brick), if a previous power loss was observed. This is | ||
186 | because coreboot sets a special register in the PMC that configures such | ||
187 | behaviour, but it was hardcoded to always-on. This is undesirable for most | ||
188 | people, so Libreboot 20241206 *revision 8* and newer releases contain the | ||
189 | following modification: | ||
190 | |||
191 | <https://browse.libreboot.org/lbmk.git/commit/?id=09a01477df67e3ddc36e11123c537332d7813c50> | ||
192 | |||
193 | If you wish to modify this behaviour again, you could modify the patch | ||
194 | referenced there; the actual location of the `.patch` file may change over | ||
195 | time, so you can basically just modify the coreboot source file | ||
196 | at `src/soc/intel/common/block/pmc/pmclib.c` (for the coreboot tree | ||
197 | under `src/coreboot/` in lbmk, pertaining to your board, which can be determined | ||
198 | by reading the `tree` variable in your board's `target.cfg` file within lbmk). | ||
199 | |||
200 | Use the patch as reference, to modify the coreboot behaviour as you wish, and | ||
201 | re-compile [from source](../build/). | ||
202 | |||
181 | 203 | TPM disabled | TPM disabled |
182 | 204 | ------------ | ------------ |
183 | 205 |
File site/docs/install/t480.md changed (mode: 100644) (index 66be2fe..eada576) | |||
... | ... | Errata | |
522 | 522 | Some features either don't work, or are untested, when running Libreboot on | Some features either don't work, or are untested, when running Libreboot on |
523 | 523 | the ThinkPad T480 or T480s. | the ThinkPad T480 or T480s. |
524 | 524 | ||
525 | Power-on after power failure | ||
526 | ---------------------------- | ||
527 | |||
528 | Older Libreboot revisions made this machine always turn on, when plugging in | ||
529 | a power supply (charger brick), if a previous power loss was observed. This is | ||
530 | because coreboot sets a special register in the PMC that configures such | ||
531 | behaviour, but it was hardcoded to always-on. This is undesirable for most | ||
532 | people, so Libreboot 20241206 *revision 8* and newer releases contain the | ||
533 | following modification: | ||
534 | |||
535 | <https://browse.libreboot.org/lbmk.git/commit/?id=09a01477df67e3ddc36e11123c537332d7813c50> | ||
536 | |||
537 | If you wish to modify this behaviour again, you could modify the patch | ||
538 | referenced there; the actual location of the `.patch` file may change over | ||
539 | time, so you can basically just modify the coreboot source file | ||
540 | at `src/soc/intel/common/block/pmc/pmclib.c` (for the coreboot tree | ||
541 | under `src/coreboot/` in lbmk, pertaining to your board, which can be determined | ||
542 | by reading the `tree` variable in your board's `target.cfg` file within lbmk). | ||
543 | |||
544 | Use the patch as reference, to modify the coreboot behaviour as you wish, and | ||
545 | re-compile [from source](../build/). | ||
546 | |||
525 | 547 | TPM disabled | TPM disabled |
526 | 548 | ------------ | ------------ |
527 | 549 |