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)
document utils command change 3703d3737c05b7f38ae1b251f0d95704ffb1704a Leah Rowe 2024-07-23 01:49:08
remove obsolete mentions on audit6 c2f9253c45fd4727a641ffced3d39d1752707955 Leah Rowe 2024-07-22 08:38:11
audit6.md: mark the interesting changes in bold 54962a782c0a92c1f5a32132cc6d527d95a5e2a7 Leah Rowe 2024-07-19 18:00:32
Libreboot Build System Audit 6 (announcement) ed8ccc47a7e4b10570457959a25273da67a358eb Leah Rowe 2024-07-19 04:04:05
say 9010/7010 mt works with t1650 rom crossflashed 26281ea864a22bca7cc7d56cd102caac8c944f88 Leah Rowe 2024-07-12 16:02:52
better formatting e62faf0485b85ada0c8f4096e688ca854bb9954e Leah Rowe 2024-07-12 01:43:36
ivy_internal: add link to ch1p's guide 26864828a705af3a51f46c1dbf9b345e227cf769 Leah Rowe 2024-07-12 01:41:14
make the site slightly less pink 04af40baf20bba3b93e0c979b10f45e965f3d0c1 Leah Rowe 2024-07-08 21:11:33
red tint on the site theme 88965c3a3485e516cd084dc95a87b523a037cb16 Leah Rowe 2024-07-08 10:25:29
don't grey the header image a99f091b1291daa4e93a03db5e518d9de38270b6 Leah Rowe 2024-07-08 10:12:08
20240612 errata update (and fix) b8f4f28e56c538c022b43748de99f71361b9c982 Leah Rowe 2024-07-06 02:12:04
don't set background on the title logo c5e54b63f0e9b21bca08a2d0ce8df31c0b85844a Leah Rowe 2024-06-23 20:26:05
correction 7df6bdc9acd1f5d0348c7958c9a0cf0e00f4d8ee Leah Rowe 2024-06-23 20:22:10
light theme 955e3ade941b77d45993b0e0a90525c21fa7549d Leah Rowe 2024-06-23 20:15:29
remove obsolete mentions of t440pmrc_12mb d8bcd5c7044e28c6e20778ea25f6b907092a7e52 Leah Rowe 2024-06-19 00:21:40
stick to the plan f5db507ecdfd2d3ae5a3269a8488c4b29883e7cd Leah Rowe 2024-06-13 15:34:45
fix date f81b24134d714dd148086a73b99160c660f69a19 Leah Rowe 2024-06-12 12:59:32
update freedom status 3f427a43a575148474f15732f457447f7d00ae56 Leah Rowe 2024-06-12 08:28:12
Libreboot 20240612 release 88ca46ad4ce0b79682ea88d97f8dbf801e846031 Leah Rowe 2024-06-12 07:40:32
update docs/maintain/ as per audit5 aea5574f17bf0755ae66c6592619a8b88f941fe8 Leah Rowe 2024-06-12 07:34:00
Commit 3703d3737c05b7f38ae1b251f0d95704ffb1704a - document utils command change
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-07-23 01:49
Committer name: Leah Rowe
Committer date (UTC): 2024-07-23 01:49
Parent(s): c2f9253c45fd4727a641ffced3d39d1752707955
Signer:
Signing key:
Signing status: N
Tree: d0cc5e801c7c241f7091c840c07c23e3d6211f37
File Lines added Lines deleted
site/docs/hardware/ga-g41m-es2l.md 1 1
site/docs/install/ivy_has_common.md 1 1
site/docs/install/ivy_has_common.uk.md 1 1
site/docs/linux/grub_hardening.md 1 1
site/docs/maintain/index.md 5 5
File site/docs/hardware/ga-g41m-es2l.md changed (mode: 100644) (index c45afb7..3cf3e7e)
... ... image is named `libreboot.rom` for your board. You can find cbfstool
79 79 under `cbutils/` after running the following command under `cbutils/` after running the following command
80 80 in the build system: in the build system:
81 81
82 ./update trees -b coreboot utils
82 ./update trees -d coreboot TREENAME
83 83
84 84 You can learn more about using the build system, lbmk, here:\ You can learn more about using the build system, lbmk, here:\
85 85 [libreboot build instructions](../build/) [libreboot build instructions](../build/)
File site/docs/install/ivy_has_common.md changed (mode: 100644) (index 7564261..0bff56e)
... ... You *must* ensure that the files were inserted.
110 110
111 111 Some examples of how to do that in lbmk: Some examples of how to do that in lbmk:
112 112
113 ./update trees -b coreboot utils
113 ./update trees -d coreboot TREENAME
114 114
115 115 Now you find `cbutitls/default`, which is a directory containing `cbfstool` Now you find `cbutitls/default`, which is a directory containing `cbfstool`
116 116 and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example
File site/docs/install/ivy_has_common.uk.md changed (mode: 100644) (index 03f54c9..d001dee)
... ... You *must* ensure that the files were inserted.
114 114
115 115 Some examples of how to do that in lbmk: Some examples of how to do that in lbmk:
116 116
117 ./update trees -b coreboot utils
117 ./update trees -d coreboot TREENAME
118 118
119 119 Now you find `cbutitls/default`, which is a directory containing `cbfstool` Now you find `cbutitls/default`, which is a directory containing `cbfstool`
120 120 and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example and `ifdtool`. Do this on your ROM image (`libreboot.rom` in the example
File site/docs/linux/grub_hardening.md changed (mode: 100644) (index 50caf76..cdae75b)
... ... image:
83 83
84 84 You can build `cbfstool` in the libreboot build system. Run this command: You can build `cbfstool` in the libreboot build system. Run this command:
85 85
86 ./update trees -b coreboot utils
86 ./update trees -d coreboot TREENAME
87 87
88 88 This assumes that you already downloaded coreboot: This assumes that you already downloaded coreboot:
89 89
File site/docs/maintain/index.md changed (mode: 100644) (index 3938342..23e421e)
... ... Basic command: `./update trees FLAG projectname`
1326 1326 Special operation: for building coreboot utilities `cbfstool` and `ifdtool` to Special operation: for building coreboot utilities `cbfstool` and `ifdtool` to
1327 1327 go under `cbutils/`, do this: go under `cbutils/`, do this:
1328 1328
1329 ./update trees -b coreboot utils
1329 ./update trees -d coreboot TREENAME
1330 1330
1331 1331 Or define specific coreboot tree such as: Or define specific coreboot tree such as:
1332 1332
1333 ./update trees -b coreboot utils default
1334 ./update trees -b coreboot utils cros
1333 ./update trees -d coreboot default
1334 ./update trees -d coreboot cros
1335 1335
1336 1336 FLAG values are (only *one* to be used at a time): FLAG values are (only *one* to be used at a time):
1337 1337
 
... ... Example commands:
1365 1365 ./update trees -u seabios ./update trees -u seabios
1366 1366 ./update trees -m u-boot gru_bob ./update trees -m u-boot gru_bob
1367 1367 ./update trees -f coreboot ./update trees -f coreboot
1368 ./update trees -b coreboot utils default
1369 ./update trees -b coreboot utils
1368 ./update trees -d coreboot default
1369 ./update trees -d coreboot
1370 1370
1371 1371 NOTE: the `-x` and `-c` options will cause an exit with zero status, when NOTE: the `-x` and `-c` options will cause an exit with zero status, when
1372 1372 the target's corresponding source tree is unavailable; a non-zero status is the target's corresponding source tree is unavailable; a non-zero status is
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