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)
Update faq.md - link led to a 404 91ce04330a7410db0c40f878aee1f62024bf31f1 beeburrt 2024-07-08 07:28:54
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
remove completed tasks 99728a5cef9b3f5f324361616da3c1a390fea0cb Leah Rowe 2024-06-09 15:26:44
remove superfluous article eb5f72881cb3a29952bc68ff399cb63b8ed6fd14 Leah Rowe 2024-06-05 12:57:28
misc/emulation: fix image path d68baade32d6f2c5e9ccdd21c9da210dde7f5940 Leah Rowe 2024-06-02 18:18:11
Update site/docs/hardware/dell9020.md 6fa59464fadbdd620d91468084c0bb92426d0e2e Gusher_123 2024-05-31 18:46:58
Commit 91ce04330a7410db0c40f878aee1f62024bf31f1 - Update faq.md - link led to a 404
Author: beeburrt
Author date (UTC): 2024-07-08 07:28
Committer name: beeburrt
Committer date (UTC): 2024-07-08 07:28
Parent(s): b8f4f28e56c538c022b43748de99f71361b9c982
Signer:
Signing key:
Signing status: N
Tree: 9ce08dabf6465d245e59f2a25737c2bc10897ccc
File Lines added Lines deleted
site/faq.md 1 1
File site/faq.md changed (mode: 100644) (index b74a31b..8afffeb)
... ... detail the ME's hardware architecture and firmware application modules.
362 362
363 363 If you're stuck with the ME (non-libreboot system), you might find this If you're stuck with the ME (non-libreboot system), you might find this
364 364 interesting: interesting:
365 <http://hardenedlinux.org/firmware/2016/11/17/neutralize_ME_firmware_on_sandybridge_and_ivybridge.html>
365 <https://hardenedlinux.github.io/firmware/2016/11/17/neutralize_ME_firmware_on_sandybridge_and_ivybridge.html>
366 366
367 367 ### Firmware Support Package (FSP) {#fsp} ### Firmware Support Package (FSP) {#fsp}
368 368
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