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 historical oversight regarding GRUB Argon2id abceff29c6f5cec5034c1e104fd1d8cce0e7787c Leah Rowe 2025-01-09 03:39:14
re-organise the pico flashing instructions 5443cd0d05bcd79a24579780baafd8f13ef654d9 Leah Rowe 2025-01-08 17:22:26
t480 page: mention the newer patchset used e10c9b80f016ffccd4a6aa687e5d92aee2562f5b Leah Rowe 2025-01-08 03:40:12
mention dependencies on nvmutil.md 315f4cd6b26640d2306cf3af51f5f77094e07d48 Leah Rowe 2025-01-07 15:17:31
document ./mk inject setmac on the nvmutil page d120ebf8f2dd87a3db0768eb45dc773228ddcefb Leah Rowe 2025-01-07 08:33:39
nvmutil: Remove redundant information a6478d6797236e86a765efb24c92d3ae3b711434 Leah Rowe 2025-01-07 04:42:16
formatting 090e58d4f84125bdcf035efcadd1cd5c13a03c77 Leah Rowe 2025-01-06 21:42:50
Libreboot 20241206, 8th revision (announcement) 1b4326dd620f7b770e3d68c34c96623e86d84e5b Leah Rowe 2025-01-06 21:30:57
Add missing release year to ASUS KFSN4-DRE 7421e9a8c7a7b6aa5a6e70294973ea4fd4bedb77 libreandre 2025-01-06 16:18:26
docs/build: Remove the python instructions c1daf0fc5ec42fac72c3d608a4c112770edbf97a Leah Rowe 2025-01-05 22:21:49
list angel pons on contrib.md (haswell nri) 6a8e230d7a2543282c1f9a50b86259a98decf11a Leah Rowe 2025-01-05 20:13:51
clean up references to who.md fcb63c3c3b5673aa2afafbe9fe7702eaa4f10d55 Leah Rowe 2025-01-05 18:16:16
Vastly expanded the contrib page fd1a0ae3a2b3915abfafbf31baa233e2d4e034c2 Leah Rowe 2025-01-05 18:09:14
rename contact-fr.md to contact.fr.md 7fddfaca820d075bf31dc60548b8b62825bacabd Leah Rowe 2025-01-05 12:19:42
further clarification of intent 90804582a8df8824f82fd1757dd40487ddac34a1 Leah Rowe 2025-01-05 12:05:44
docs/maintain: Clearer introduction to PSDG policy a3158f3f97f949513916b8345a58c7645415cb01 Leah Rowe 2025-01-05 12:04:14
ivy_has_common: document setmac restore 990f55056394103be65119b38f0e37def16fdcef Leah Rowe 2025-01-05 11:24:54
ivy_has_common: document setmac keep a6026556c97d229fb7f43cad10a3d0eee51efbac Leah Rowe 2025-01-05 07:58:32
further expand the system requirement info 43e7f2eff0f5f28103e87037dc28158a9e0e2a8c Leah Rowe 2025-01-04 17:31:40
remove duplication 00dacd33ef28baf4bceb5aa17f823f0bd8100818 Leah Rowe 2025-01-04 17:25:11
Commit abceff29c6f5cec5034c1e104fd1d8cce0e7787c - Fix historical oversight regarding GRUB Argon2id
Patrick Steinhardt did the original work, importing PHC Argon2id
into GRUB; this fact was unintentionally excluded from the
Libreboot documentation.

Ax333l imported it into GRUB on the AUR, and Nicholas Johnson later
rebased it for GRUB 2.12, for use by the Libreboot project.

Credit where credit is due. The principle of the matter is that
I apologise for this oversight. It has now been corrected.

Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-09 03:39
Committer name: Leah Rowe
Committer date (UTC): 2025-01-09 03:40
Parent(s): 5443cd0d05bcd79a24579780baafd8f13ef654d9
Signer:
Signing key:
Signing status: N
Tree: 7837c9caac25c5bce37c5e1ccd14cf2fedf125fd
File Lines added Lines deleted
site/docs/linux/grub_hardening.md 4 1
site/news/argon2.md 3 0
site/news/argon2.uk.md 3 0
File site/docs/linux/grub_hardening.md changed (mode: 100644) (index 00d438b..c28afd6)
... ... Full disk encryption
15 15 ==================== ====================
16 16
17 17 [Encrypted /boot with LUKS2 on argon2 key derivation is now [Encrypted /boot with LUKS2 on argon2 key derivation is now
18 possible](../../news/argon2.md).
18 possible](../../news/argon2.md) - the work is based on that done by
19 Patrick Steinhardt, importing PHC's Argon2 implementation. This was later added
20 to GRUB 2.06 on the Arch Linux AUR by Ax333l, and Nicholas Johnson later rebased
21 it for GRUB 2.12 to use in Libreboot's GRUB payload.
19 22
20 23 This is covered in This is covered in
21 24 the [main Linux guide](./#encrypted-boot-via-luks2-with-argon2), in the the [main Linux guide](./#encrypted-boot-via-luks2-with-argon2), in the
File site/news/argon2.md changed (mode: 100644) (index 1703ddc..0d752ec)
... ... had been done, and I then merged Nicholas's work into Libreboot. Thank you,
25 25 Nicholas! Thanks also go to [Axel](https://axelen.xyz/) who is the author of Nicholas! Thanks also go to [Axel](https://axelen.xyz/) who is the author of
26 26 the original work that Nicholas imported from Archlinux AUR. the original work that Nicholas imported from Archlinux AUR.
27 27
28 The work on AUR, and Nicholas's update based on it, was ultimately based on
29 the work done by Patrick Steinhardt for the GRUB project, importing PHC Argon2.
30
28 31 Why does this matter? Why does this matter?
29 32 --------------------- ---------------------
30 33
File site/news/argon2.uk.md changed (mode: 100644) (index aa639e7..1671f93)
... ... AUR](https://aur.archlinux.org/cgit/aur.git/tree/?h=grub-improved-luks2-git&id=1
25 25 Ніколас! Подяка також іде до [Аксель](https://axelen.xyz/), хто є автором Ніколас! Подяка також іде до [Аксель](https://axelen.xyz/), хто є автором
26 26 оригінальної роботи, яку Ніколас імпортував з Archlinux AUR. оригінальної роботи, яку Ніколас імпортував з Archlinux AUR.
27 27
28 The work on AUR, and Nicholas's update based on it, was ultimately based on
29 the work done by Patrick Steinhardt for the GRUB project, importing PHC Argon2.
30
28 31 Чому це має значення? Чому це має значення?
29 32 --------------------- ---------------------
30 33
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