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)
docs/maintain: remove obsolete section 71fc7a1981578f8522e32cf3c477a44a8fc19665 Leah Rowe 2024-05-01 05:19:35
document wifi issue on hp 2560p e62d443e8199298680684577a688f0e976cddb70 Leah Rowe 2024-05-01 05:09:46
docs/build: notes about release status e647adc841e00fcf891b1b46808f05d4e8d4beb9 Leah Rowe 2024-05-01 05:07:51
document dell latitude thermal safety paranoia 67770346e26c52f20c3a5d450c540f2b249e2975 Leah Rowe 2024-05-01 04:53:28
update docs/maintain/ based on lbmk changes dc7d5cef900fbe3c58c55ed4966ab1c25e91d552 Leah Rowe 2024-05-01 04:40:30
remove redundant/finished tasks from todo b716e3feddb118365a99909c2abe851ca6536fff Leah Rowe 2024-04-27 00:47:10
hp8560w: wlan doesn't work 128d9e6094255a439f88703e0e49adae2b43302b Riku Viitanen 2024-04-16 23:12:15
post-release correction e0400031b95252f7ae44d99ac9cde12ba157df93 Leah Rowe 2024-04-16 13:29:09
change 820 links 20e2f572fb88d78e8979ba86bfdfd29eea226b98 Leah Rowe 2024-04-15 20:19:02
further note about qubes on 9020 b47f09e497525dca2317d1652f9a73fb8ca94664 Leah Rowe 2024-04-11 11:09:54
9020: note about iommu enablement for gfxcards 14f649771fb422d6f9c3f0bc051d4698a400f5e1 Leah Rowe 2024-04-11 11:05:04
context 240bfc950eda66a63b94d2a6080d466c284b3e48 Leah Rowe 2024-03-27 02:10:03
fix oversight caused by search and replace 2080975e953415019899668ffc7cf8c45fe75bd1 Leah Rowe 2024-03-22 11:20:23
note about w540 compatibility b1f3b1b4a6f6dca00dbcb11ac523c3b8420f383c Leah Rowe 2024-03-22 06:35:37
fix wrong info (9020 doesn't have SOIC-16) 0f56d4ce9116a4bf81a99dfc0e35819d753d6710 Leah Rowe 2024-03-14 12:06:02
docs/install/spi: note about wson8 probes 51c06dcae2594be1c80f7086f7d22677e527d47c Leah Rowe 2024-03-06 22:37:55
tasks: ideas about testing 5e1ca595cd8e8c7501ef8538001327ac76814522 Riku Viitanen 2024-03-01 20:16:13
fix the x60/t60 flashing instructions 01c11b27d97d581f6e62b7059c986dec65254182 Leah Rowe 2024-02-27 18:17:49
oversight ef8c2a7e59449f41bbf88b5cb57c22b0a8fbf756 Leah Rowe 2024-02-25 20:52:36
more context ad4e593dbfa759ab91da4ed71dcfbbb815b3d407 Leah Rowe 2024-02-25 20:31:39
Commit 71fc7a1981578f8522e32cf3c477a44a8fc19665 - docs/maintain: remove obsolete section
grub is now handled directly by ./build roms

this was done during the audits of 2023, to reduce
the complexity of lbmk

Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-05-01 05:19
Committer name: Leah Rowe
Committer date (UTC): 2024-05-01 05:19
Parent(s): e62d443e8199298680684577a688f0e976cddb70
Signer:
Signing key:
Signing status: N
Tree: 78fec916bcbb94a3f7f04636e6d6f6098c40e4b8
File Lines added Lines deleted
site/docs/maintain/index.md 0 11
File site/docs/maintain/index.md changed (mode: 100644) (index 82ac95e..0e9491b)
... ... When the ROM is finished compiling, it will appear under a directory in `bin/`
1277 1277 This script is the beating heart of Libreboot. Break it, and you break This script is the beating heart of Libreboot. Break it, and you break
1278 1278 Libreboot! Libreboot!
1279 1279
1280 ### script/build/grub
1281
1282 This builds the `grub.elf` file and keymap configuration files, placing these
1283 under `elf/grub/` for use by `script/build/roms`.
1284
1285 Command: `./build grub`
1286
1287 This builds the `grub-mkstandalone` utility under `src/grub/`, which is used
1288 by `script/build/roms` to insert GRUB payloads inside coreboot ROM
1289 images.
1290
1291 1280 ### script/build/serprog ### script/build/serprog
1292 1281
1293 1282 Build firmware images for serprog-based SPI programmers, where they use an Build firmware images for serprog-based SPI programmers, where they use an
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