Subject | Hash | Author | Date (UTC) |
---|---|---|---|
another tweak to docs/maintain/ | 29762494bcd34b69f5ccd93ae3fa35cb69fca57c | Leah Rowe | 2024-12-06 00:11:31 |
correction | 942512a16c5339772f528a521e2669b609e03ade | Leah Rowe | 2024-12-05 23:58:23 |
Libreboot 20241205 release | 3787d9eade2409ff5192fb86bd4c6c5b025c3c5a | Leah Rowe | 2024-12-05 23:28:21 |
t480 patch info | 41572a9aa9b32af8ae74664c546b4cc908c316f9 | Leah Rowe | 2024-12-05 22:06:36 |
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 |
File | Lines added | Lines deleted |
---|---|---|
site/docs/maintain/index.md | 22 | 0 |
File site/docs/maintain/index.md changed (mode: 100644) (index 57b6a68..9c4f6eb) | |||
... | ... | as: | |
718 | 718 | * `xtree="default"` (example entry) | * `xtree="default"` (example entry) |
719 | 719 | * `tree_depend="default"` (example entry) | * `tree_depend="default"` (example entry) |
720 | 720 | * `grubtree="nvme" (example entry)` | * `grubtree="nvme" (example entry)` |
721 | * `payload_uboot_i386="y"` (example entry - 32 bit U-Boot) | ||
722 | * `payload_uboot_amd64="y"` (example entry - 64 bit U-Boot) | ||
723 | |||
724 | Please also check the `build_depend` variable | ||
725 | in `config/data/coreboot/mkhelper.cfg` - and compare to what trees are used | ||
726 | for payloads in the given target. If your board's `target.cfg` requires trees | ||
727 | and projects other than that specified in `mkhelper.cfg`, you must replace | ||
728 | the entire `build_depend` string. For example, if your board requires GRUB with | ||
729 | xHCI patches, with SeaBIOS and with U-Boot AMD64, and you also want memtest86plus, | ||
730 | you would therefore set the string as follows: | ||
731 | |||
732 | ``` | ||
733 | build_depend="grub/xhci seabios/default u-boot/amd64coreboot memtest86plus" | ||
734 | ``` | ||
735 | |||
736 | In the above example, you would also set `grubtree="xhci"`, | ||
737 | but please note that there is only one SeaBIOS tree so `/default` is implied, | ||
738 | but must still be in the `build_depend` variable. Multiple U-Boot trees exist, | ||
739 | but for x86 32-bit you would only specify `i386coreboot` and for 64-bit you | ||
740 | would only specify `amd64coreboot` and for ARM64 you say `default` - so you | ||
741 | do not need to specify a `seabiostree` or `uboottree` variable, and these are | ||
742 | not handled, because lbmk simply assumes use of the aforementioned tree names. | ||
721 | 743 | ||
722 | 744 | The `tree` value refers to `config/coreboot/TREE`; in other words, a given | The `tree` value refers to `config/coreboot/TREE`; in other words, a given |
723 | 745 | target could specify a name other than its own as the tree; it would then | target could specify a name other than its own as the tree; it would then |