diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 10:52:47 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 10:52:47 (EST) |
commit | ee7ed2dcf41eca93b01f64c186ffd8cf3b155c06 (patch) | |
tree | 88abf7fae6cdaaba3809955152a12f549d8b342a | |
parent | 325832be8c7e6794070a1f35ee149273988d1ef7 (diff) | |
download | libreboot.org-ee7ed2dcf41eca93b01f64c186ffd8cf3b155c06.zip libreboot.org-ee7ed2dcf41eca93b01f64c186ffd8cf3b155c06.tar.gz libreboot.org-ee7ed2dcf41eca93b01f64c186ffd8cf3b155c06.tar.bz2 |
explain what libreboot is a bit more (home page)
-rw-r--r-- | site/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index f257ce5..3882d07 100644 --- a/site/index.php +++ b/site/index.php @@ -104,6 +104,12 @@ publicly distributed source code. </p> <p> + Libreboot's main upstream providers are <a href="https://www.coreboot.org/">coreboot</a> (which we deblob, for hardware initialization), <a href="http://libreboot.org/docs/depthcharge/index.html">depthcharge</a> (default coreboot payload on ARM), + and <a href="https://gnu.org/software/grub/">GNU GRUB</a> (default coreboot payload on x86). We also + integrate <a href="https://www.flashrom.org/Flashrom">flashrom</a> (utility used for installing libreboot), and several of our own utilities, scripts + and configuration files. All of this is integrated into a single, coherent package that is easy to use. + </p> + <p> <strong><a href="git/#howtohelp">How can I help the libreboot project?</a></strong> </p> </div> |