From 2c79f20291b6ad47c8f422285eaaac03a4c470f1 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 24 Jun 2015 10:10:15 -0400 Subject: docs/index.html: Add historical context to the description --- diff --git a/docs/index.html b/docs/index.html index 0ee3adb..6460b73 100644 --- a/docs/index.html +++ b/docs/index.html @@ -53,6 +53,20 @@

About the libreboot project

+ Libreboot originally began during December 2013, as a commercial effort + by Gluglug to achieve + RYF endorsement for a modified ThinkPad X60 + (the first system to ever be added to libreboot). +

+ +

+ Back then, the name libreboot didn't exist; the project was nameless, + referring to itself as a deblobbed version of coreboot. The project named + itself libreboot at some point during early 2014, and has since rapidly expanded + to support more hardware and become more user-friendly. +

+ +

Libreboot is a coreboot distribution (distro) with proprietary software removed, intended to be a free (libre) 'BIOS' replacement for your computer. The project is aimed at users, attempting to make @@ -61,7 +75,7 @@

- Libreboot also has many practical advantages over proprietary boot firmware, + Libreboot has many practical advantages over proprietary boot firmware, such as faster boot speeds and better security. You can install GNU/Linux with encrypted /boot/, verify GPG signatures on your kernel, diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 98a5047..fb0820b 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -88,11 +88,14 @@ git am "../resources/libreboot/patch/0004-NOTFORMERGE-lenovo-t400-hard-code-enab printf "lenovo/x60: Enable VESA framebuffer mode (native graphics)\n" # git fetch http://review.coreboot.org/coreboot refs/changes/53/10553/1 && git cherry-pick FETCH_HEAD git am "../resources/libreboot/patch/0005-lenovo-x60-Enable-VESA-framebuffer-mode-native-graph.patch" +# NOTE: merged in master # NOTE: Investigate what mono and mtjm wrote about bit 16 in BLC_PWM_CTL printf "lenovo/x60: Enable legacy brightness controls (native graphics)\n" # git fetch http://review.coreboot.org/coreboot refs/changes/48/7048/9 && git cherry-pick FETCH_HEAD git am "../resources/libreboot/patch/0006-lenovo-x60-Enable-brightness-controls-native-graphic.patch" +# NOTE: http://review.coreboot.org/#/c/10624 is a follow-up. re-include 7048 (latest one) then include 10624 +# NOTE: 7048 is now merged in coreboot master printf "Enable T60 native graphics\n" # git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/10 && git cherry-pick FETCH_HEAD -- cgit v0.9.1