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)
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
shorten the introduction on audit5 2a116950ed5f49ef97f18772d8eb2ef90efb4abe Leah Rowe 2024-06-11 14:29:59
correction 592fd5a38524e6abb39aad1f2a0013a57091c1e0 Leah Rowe 2024-06-10 10:12:44
Libreboot Build System Audit 5 38539e9feab75797bf31819b7fd70a475076a7a4 Leah Rowe 2024-06-09 23:30:10
update 2 (to make certain things make sense) 557921522a72f08587daaac5362c4805c8979c51 Leah Rowe 2024-06-09 22:09:09
update 6b95fd6afd25cf7fdc4b473295fd3187f048aecf Leah Rowe 2024-06-09 22:03:39
Commit e62faf0485b85ada0c8f4096e688ca854bb9954e - better formatting
Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-07-12 01:43
Committer name: Leah Rowe
Committer date (UTC): 2024-07-12 01:43
Parent(s): 26864828a705af3a51f46c1dbf9b345e227cf769
Signer:
Signing key:
Signing status: N
Tree: 0e9533c76f62b88dde6d90525024533b1ed27091
File Lines added Lines deleted
site/docs/install/ivy_internal.md 9 1
File site/docs/install/ivy_internal.md changed (mode: 100644) (index 906cd3b..0a5fd0c)
... ... x-toc-enable: true
6 6 **[PLEASE READ THESE INSTRUCTIONS BEFORE INSTALLING](../../news/safety.md), **[PLEASE READ THESE INSTRUCTIONS BEFORE INSTALLING](../../news/safety.md),
7 7 OR YOU MIGHT BRICK YOUR MACHINE: [SAFETY PRECAUTIONS](../../news/safety.md)** OR YOU MIGHT BRICK YOUR MACHINE: [SAFETY PRECAUTIONS](../../news/safety.md)**
8 8
9 Side-note: <https://github.com/gch1p/thinkpad-bios-software-flashing-guide>
9 Ch1p's guide
10 ============
11
12 This page tells you how to flash an ivybridge ThinkPad with Libreboot,
13 internally, when it has the Lenovo firmware on it. It was written independently
14 of ch1p's original guide, the existence of which was later made clear to the
15 Libreboot project, by ch1p himself.
16
17 See: <https://github.com/gch1p/thinkpad-bios-software-flashing-guide>
10 18
11 19 Ch1p's own guide also tells you how to do exactly the same thing (same result) Ch1p's own guide also tells you how to do exactly the same thing (same result)
12 20 as this guide, but this guide (from the Libreboot project) was made as this guide, but this guide (from the Libreboot project) was made
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