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 maintain page typos 1e4efd903e07795a2c8c96cf111eccbaca95c0e3 justinschuldt 2025-03-14 07:00:13
update revnotes on the home page 5589d09492117b8cdf26c8aa3bcbeec254e0b932 Leah Rowe 2025-02-28 08:48:25
fix date 380d78a68ebb70c99d0115705c6984a4d06c3018 Leah Rowe 2025-02-20 09:16:42
20241206rev10 release announcement 7d5145149283fa0b5ecfb5ebb60f5da1adeb938b Leah Rowe 2025-02-20 08:58:54
add t480 errata regarding the microphone 2095c95771395f616d141e77fd19f7393cd2f276 Leah Rowe 2025-02-19 23:32:24
remove straggler 02f623491b575a57af4db52f391a55d81dd912f7 Leah Rowe 2025-02-18 16:03:29
more snip 40ca3087b78ad30e1309371d5319cbdf1d6de73d Leah Rowe 2025-02-18 15:56:34
snip e484a829e39bde74806c376455ca47d6718595c0 Leah Rowe 2025-02-18 07:55:53
docs/install/spi: remove repetition (ch341a) 9a3fcc68afe213e897d23165aa6da2ec20527976 Leah Rowe 2025-02-17 20:57:37
subtle improvement to CBW2 reference 8725126ec23241582766ed7a996805e357e139fc Leah Rowe 2025-02-15 16:29:15
20241206rev9 notes fda7faffcd674f1f223a5e9f66d0aea90512cb78 Leah Rowe 2025-02-12 23:15:15
list firmware-action on other.md fa485ebbe6f9a2970b6f2175f66300f9e8e7aa6e Leah Rowe 2025-02-09 14:45:15
other.md: fix TF-A link d0c1908702d86077185840f04818567d737c435f Leah Rowe 2025-02-09 13:39:41
add example to gen docs 24d1145ca447d76c6e842cf50d15f9d42d6a754e Leah Rowe 2025-02-08 14:34:38
git: Remove ich9util mentions 6f6ccc1ea9b844d3cfbe9e1b8404b2e43518ac21 Runxi Yu 2025-02-07 15:01:57
freedom-status: Remove ich9util mentions 7307e9eb33106fc03fa0ed64d9d79184ee80b80c Runxi Yu 2025-02-07 14:58:52
faq: Remove ich9util mentions dd993be62fd053768e4826a550fcaa649128c0ef Runxi Yu 2025-02-07 14:48:37
docs/install/{r4,t4,t5,x2}00: Remove ich9util mentions 6b1b5745497cbedf16eb000f53129293c59a8893 Runxi Yu 2025-02-07 14:42:03
docs/install/mac_address: Remove ich9utils mentions dd0bf75198cfccde04c0ce984d584d5edd0744ef Runxi Yu 2025-02-07 14:40:23
docs/install/ich9utils.desc: Note deprecation 4e7473b822bdb6d73da594c8a6ddb0293a5ffc9a Runxi Yu 2025-02-07 14:38:21
Commit 1e4efd903e07795a2c8c96cf111eccbaca95c0e3 - fix maintain page typos
Author: justinschuldt
Author date (UTC): 2025-03-14 07:00
Committer name: justinschuldt
Committer date (UTC): 2025-03-14 07:00
Parent(s): 5589d09492117b8cdf26c8aa3bcbeec254e0b932
Signer:
Signing key:
Signing status: N
Tree: e2ac713c40912f5b3b3c8b15da8497a34bac00b6
File Lines added Lines deleted
site/docs/maintain/index.md 2 2
File site/docs/maintain/index.md changed (mode: 100644) (index 3387943..1acc220)
... ... Please also visit: <https://www.denx.de/project/u-boot/>
503 503 This is a bootloader provided on ARM chromebooks, within Libreboot. It also This is a bootloader provided on ARM chromebooks, within Libreboot. It also
504 504 provides UEFI. Information about that can be found on these resources: provides UEFI. Information about that can be found on these resources:
505 505
506 * [U-Boot documentation](../u-boot/)
506 * [U-Boot documentation](../uboot/)
507 507 * [Chromebook documentation](../install/chromebooks.md) * [Chromebook documentation](../install/chromebooks.md)
508 508
509 509 This is currently the only payload on *ARM* systems, within Libreboot. This is currently the only payload on *ARM* systems, within Libreboot.
 
... ... as:
1166 1166
1167 1167 These are similar in meaning to their coreboot counterparts. These are similar in meaning to their coreboot counterparts.
1168 1168
1169 The tree` entry is actually a link, where its value is a directory name
1169 The `tree` entry is actually a link, where its value is a directory name
1170 1170 under `config/u-boot`. For example, `tree="default"` would refer to under `config/u-boot`. For example, `tree="default"` would refer to
1171 1171 `config/u-boot/default` and the corresponding U-Boot source tree created `config/u-boot/default` and the corresponding U-Boot source tree created
1172 1172 (when running `./mk u-boot`, which makes use of `target.cfg`) (when running `./mk u-boot`, which makes use of `target.cfg`)
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