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/install: better introduction b9e94013d85e3200944e0078b632e432fd41a9d7 Leah Rowe 2025-01-25 07:29:56
hardened title 9bd18ec1ae411ea18eb0d742a33fb7ede4dae87e Leah Rowe 2025-01-25 07:25:05
grammar f3b11876443b39f536dec91fd9fff630d4417ee2 Leah Rowe 2025-01-25 07:11:08
gnu boot loader grub 3c2af034edd69fc470d9fec267400e9a742b640c Leah Rowe 2025-01-25 07:08:47
gnu grub boot loader 0638856c1c2264cb4ca875db7daa75134822dcbb Leah Rowe 2025-01-25 06:49:02
nvmutil: add notes about 16/128 kb gbe files 138b3e306f24aa8f4fd365e25dbfdc524267b44f Leah Rowe 2025-01-24 13:25:17
make text color a bit brighter 755666a238881968b2fd94684987b6ffb2ad214a Leah Rowe 2025-01-22 12:07:04
make the title section a link to the homepage 51b53dc54ff6451775df5e90d3cd9938b68b9462 Leah Rowe 2025-01-22 11:25:40
homepage: use u-boot screenshot, not t1650 grub e073938b8b22d809480c10bf1fae070250c9cc65 Leah Rowe 2025-01-21 16:53:18
adapt canoeboot css but with libreboot colours 4eaaccbd0aeac2f859a888c08d941583866e28cc Leah Rowe 2025-01-21 16:49:38
better english description in meta tags d9c07032e962516af7cc365ad79e3d8faf7a11e2 Leah Rowe 2025-01-21 04:26:54
grammar 73e9255f700404851c37649503a90c84fde18935 Leah Rowe 2025-01-21 02:18:11
remove obsolete paragraph (images available now) 0fc65e4fac94d76af95a6d12bfb9aec72df394b4 Leah Rowe 2025-01-20 15:48:43
add ps1 bios download link 71228ffa0d20d007d1169a11bafe464ed5d84116 Leah Rowe 2025-01-20 15:45:22
clarify ownership 3ec8d5abb60113fdb03aead1fd2c5719d0954bc7 Leah Rowe 2025-01-20 15:36:12
mayumi pic on the ps1 page d1921809b865e4aa883a3762b55ed0db44f594cf Leah Rowe 2025-01-20 15:33:07
improve the ps1 page title 57c5edbbf55b3d7fc62d54a4f9d046fb8ff15208 Leah Rowe 2025-01-20 14:59:33
improved a bunch of page titles 246820568f1938251d16b3c8ef6cfa70d9551e99 Leah Rowe 2025-01-20 13:41:54
css: make h3/h4 smaller in proportion 72121b918442f0d0986140c3603e9b42ef5410ec Leah Rowe 2025-01-20 11:43:14
use more searchable homepage title 2276bb3183ef2d33aa99f216d34de1528783426f Leah Rowe 2025-01-20 11:00:12
Commit b9e94013d85e3200944e0078b632e432fd41a9d7 - docs/install: better introduction
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-25 07:29
Committer name: Leah Rowe
Committer date (UTC): 2025-01-25 07:32
Parent(s): 9bd18ec1ae411ea18eb0d742a33fb7ede4dae87e
Signer:
Signing key:
Signing status: N
Tree: 3344adc7f796e768e3001e1d560dbd522976b2e9
File Lines added Lines deleted
site/docs/install/index.md 7 5
File site/docs/install/index.md changed (mode: 100644) (index fa6c680..3ed0252)
1 1 --- ---
2 title: Install Libreboot Open Source BIOS/UEFI firmware
2 title: Install Libreboot Open Source BIOS/UEFI boot firmware
3 3 x-toc-enable: true x-toc-enable: true
4 4 ... ...
5 5
6 Open source BIOS/UEFI firmware
6 Open source BIOS/UEFI boot firmware
7 7 ------------------------------ ------------------------------
8 8
9 With x86 machines, you can use the SeaBIOS or the GNU boot loader named GRUB as
10 a payload. On ARM
11 systems, you can use the U-Boot payload (coreboot still initialises hardware).
12 An x86/x86\_64 U-Boot UEFI payload is also available.
13
9 14 This article will teach you how to install Libreboot, on any of the supported This article will teach you how to install Libreboot, on any of the supported
10 15 laptop, desktop and server motherboards of Intel/AMD x86/x86\_64 and ARM64 laptop, desktop and server motherboards of Intel/AMD x86/x86\_64 and ARM64
11 16 platform. platform.
 
... ... build system can be found in the [lbmk maintenance manual](../maintain/),
64 69 and information about porting new systems in and information about porting new systems in
65 70 the [porting manual](../maintain/porting.md). the [porting manual](../maintain/porting.md).
66 71
67 With x86 machines, you can use the SeaBIOS or GRUB bootloader payloads. On ARM
68 systems, you can use the U-Boot payload (coreboot still initialises hardware).
69
70 72 Libreboot currently supports the following systems: Libreboot currently supports the following systems:
71 73
72 74 ### Games consoles ### Games consoles
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