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)
ivy_has_common: explicitly mention latitudes 9909590362282181f8507320d0738171e9e270b1 Leah Rowe 2024-08-29 00:00:37
grammar feda02a728026e6e3dd92d0d957bbe4a4c433d0d Leah Rowe 2024-08-27 15:29:19
policy: re-add section saying why fsdg sucks e8aaa24fb8b747f790a26931d7ba669a5f30ec97 Leah Rowe 2024-08-27 15:27:19
add safety instructions on ivy_has_common 3c4f5d78e314e405cdb1215230c7ae9d490805e4 Leah Rowe 2024-08-27 03:12:07
shorten ivy_has_common.md 87fb10032cdd73a1880478c0467c92fd9c68f93a Leah Rowe 2024-08-27 03:06:28
complete cleanup of grub.cfg docs c50c0e16768ac5e62a3a4cb8d0f6455bf280afdd Leah Rowe 2024-08-27 00:38:53
make grub_cbfs.md a bit clearer 30cae6536afde27d05c2e5c8c44a51ae2b89590c Leah Rowe 2024-08-26 21:36:21
grub_hardening: document addition security/safety c6fde88de753766836a7ab5d579671b9853e4a7d Leah Rowe 2024-08-26 20:55:49
clarifification about flash descriptor override a54283de34b7a676ca92c18dbe25b81f81467399 Leah Rowe 2024-08-26 20:24:32
clarify ifdtool location for grub hardening 972de7d8405dace7601046e76a1057369b4a0b84 Leah Rowe 2024-08-26 17:53:47
improved grub hardening guide 2e6ed95570fd8997179085a7619148e25df11093 Leah Rowe 2024-08-26 17:51:02
remove redundant i945 thinkpad unbrick info 9bc8fb3eba363f5d68086d55fb6ad8222c4de687 Leah Rowe 2024-08-26 02:47:30
move devmem.md to correct location 41861ae96f70d243634198c19c4353ed1d529bc1 Leah Rowe 2024-08-26 02:14:08
unified iomem=relaxed instructions 1a330900d4b5934e043047d1c6dc7ea4b7702189 Leah Rowe 2024-08-26 02:12:42
unified internal dell latitude flashing guide d2e8cda2d111f9316c6d24086cdc079af179fba6 Leah Rowe 2024-08-26 01:22:04
delete unused page 82120ac94e131f56d965bbacabf016f502e224e2 Leah Rowe 2024-08-25 13:08:18
update freedom-status f8f58a679e6e9ecdcf67cbc2fbdb2c74bda3cb65 Leah Rowe 2024-08-25 11:05:23
rounded borders on images 111405dfe70c79b9da02dddc5ff8e801e9d0979c Leah Rowe 2024-08-24 13:46:29
make text a bit darker (#ccc, not #eee) 918b8a968a716a74eea575050df3010a35764a81 Leah Rowe 2024-08-23 14:30:41
switch libreboot.org back to purple bae3fad52cb2c9527024f7b0bd340e452b112057 Leah Rowe 2024-08-23 11:14:00
Commit 9909590362282181f8507320d0738171e9e270b1 - ivy_has_common: explicitly mention latitudes
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-08-29 00:00
Committer name: Leah Rowe
Committer date (UTC): 2024-08-29 00:00
Parent(s): feda02a728026e6e3dd92d0d957bbe4a4c433d0d
Signer:
Signing key:
Signing status: N
Tree: b04c37089df179bf75047e1cb35780f4bbf5b638
File Lines added Lines deleted
site/news/safety.md 7 0
site/tasks/index.md 4 0
File site/news/safety.md changed (mode: 100644) (index 0ba334d..07b62ac)
2 2 % Leah Rowe % Leah Rowe
3 3 % 7 July 2023 % 7 July 2023
4 4
5 **Please also follow this guide if using Dell Latitude laptops.**
6
7 **If unsure, just follow this guide. If you follow this guide on a board that
8 does not need vendor files, the resulting ROM images will be identical and
9 therefore nothing will have happened. The inject script is designed to insert
10 certain files, only if required on a given mainboard.**
11
5 12 NOTE: Libreboot standardises on [flashprog](https://flashprog.org/wiki/Flashprog) NOTE: Libreboot standardises on [flashprog](https://flashprog.org/wiki/Flashprog)
6 13 now, as of 27 January 2024, which is a fork of flashrom. now, as of 27 January 2024, which is a fork of flashrom.
7 14
File site/tasks/index.md changed (mode: 100644) (index 1994366..797c200)
... ... reduces the sloccount by only 1 line, maybe 3, but they all add up. Audit 3
68 68 contained hundreds of changes, small changes, that together accounted for contained hundreds of changes, small changes, that together accounted for
69 69 about 1000 lines of code removed, while not affecting functionality in any way. about 1000 lines of code removed, while not affecting functionality in any way.
70 70
71 This will always remain on the TODO list, because there will always be a need
72 for auditing, as is true of any codebase. It is always possible to fix more
73 bugs or improve a piece of code. As they say: the code is never finished.
74
71 75 Port vendor scripts to Heads Port vendor scripts to Heads
72 76 ============================ ============================
73 77
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