123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?php
- /*
- Contributor page, lists maintainers of the project
- Copyright (C) 2015, 2016 Leah Woods <info@minifree.org>"
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- header('Content-type: text/html; charset=utf-8');
- ob_start();
- include_once "../common/variables.php";
- include_once "../common/functions.php";
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="../common/css/main.css" />
- <title><?php echo gettext("Libreboot project contributors"); ?></title>
- </head>
- <body>
- <div>
- <h1><?php echo gettext("Libreboot project contributors"); ?></h1>
- <p>
- <?php echo gettext("List of project contributors, and how to contact them."); ?> <a href="../"><?php echo gettext("Back to home page"); ?></a>
- </p>
- <p>
- If we forgot to mention you here, let us know and we'll add you. (or if you don't want to be mentioned,
- let us know and we'll remove your entry)
- </p>
- </div>
- <div>
- <h2>Leah Woods</h2>
- <p>
- <?php echo gettext("Main developer, original author and founder of the libreboot project, manages the libreboot website and git repository."); ?>
- <?php echo gettext("Leah can be contacted on IRC (freenode) in #libreboot by the alias <strong>vimuser</strong>, or you can contact her by the email address <a href=\"mailto:info@gluglug.org.uk\">info@gluglug.org.uk</a> (<a href=\"http://gluglug.org.uk/contact\">GPG</a>)."); ?>
- </p>
- <h2>Timothy Pearson</h2>
- <p>
- Ported the ASUS KGPE-D16 board to coreboot for the company <a href="https://raptorengineeringinc.com/content/base/main.htm">Raptor Engineering</a> of which Timothy is the CEO, and
- collaborated with Leah on merging it in libreboot. Timothy maintains this code in coreboot, helping Leah with the libreboot integration for it.
- This person's contact details are on the raptor site, or you can ping <strong>tpearson</strong> on the freenode IRC network.
- </p>
- <h2>Paul Kocialkowski</h2>
- <p>
- Ported the ARM (Rockchip RK3288 SoC) based <em>Chromebook</em> laptops to libreboot. Also one of the main <a href="http://www.replicant.us/">Replicant</a> developers.
- Contact Paul on the libreboot IRC channel by the alias <strong>paulk</strong> or <strong>paulk-<hostname></strong> (hostname is variable).
- </p>
- <h2>Damien Zammit</h2>
- <p>
- Maintains the Gigabyte GA-G41M-ES2L coreboot port, which is integrated in libreboot. Also works on other hardware for the benefit of the libreboot project.
- Contact <strong>damo22</strong> on the freenode IRC network. This persons website is <a href="http://www.zammit.org/">zammit.org</a>.
- </p>
- <h2>Patrick "P. J." McDermott</h2>
- <p>
- <?php echo gettext("<a href=\"http://proteanos.com/\">ProteanOS</a> maintainer, responsible for maintaining ProteanOS builds on many libreboot targets, and contributes to libreboot."); ?>
- <?php echo gettext("This person's alias on the libreboot IRC channel is <strong>pehjota</strong>, or you can find contact information on the <a href=\"http://proteanos.com/contact/\">ProteanOS website</a>."); ?>
- Patrick also did a lot of research and wrote the libreboot FAQ section relating to the
- <a href="../faq/#intelme">Intel Management Engine</a>, in addition to making several
- improvements to the build system in libreboot.
- </p>
- <h2>Lisa Maginnis</h2>
- <p>
- <?php echo gettext("<a href=\"https://fsf.org/\">FSF</a> sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists, and much of the infrastructure that libreboot uses (for instance, libreboot uses Savannah for Git hosting)."); ?>
- <?php echo gettext("Contact <strong>nully</strong> in the libreboot IRC channel."); ?>
- </p>
- <h2>Steve Shenton</h2>
- <p>
- Ported the ThinkPad X200 to libreboot, by figuring out how to deactive the Intel Management Engine on
- that laptop, and remove the firmware while still making the system boot correctly.
- The ThinkPad T400, T500, R400 and R500 were also ported to libreboot, based on this work.
- </p>
- <h2>Denis 'GNUtoo' Carikli</h2>
- <p>
- Based on the work done by Peter Stuge, Vladimir Serbineko and others
- in the coreboot project, got native graphics initialization to work
- on the ThinkPad X60, allowing it to be supported in libreboot.
- Denis gave Leah a lot of advice and helped her to found the libreboot project.
- Contact <strong>GNUtoo-irssi</strong> in the #libreboot IRC channel. Denis is also
- one of the founders of the <a href="http://replicant.us/">Replicant</a> project.
- </p>
- <h2>Vladimir Serbinenko</h2>
- <p>
- Ported many of the thinkpads supported in libreboot, to coreboot, and made many fixes in
- coreboot which benefited the libreboot project. Contact <strong>phcoder</strong> in the #coreboot IRC
- channel on freenode.
- </p>
- <h2>Paul Menzel</h2>
- <p>
- Investigated and fixed a bug in coreboot on the ThinkPad X60/T60 exposed
- by Linux kernel 3.12 and up, which caused 3D acceleration to stop working
- and video generally to become unstable. Paul worked with Leah on this,
- sending her patches to test periodically until the bug was fixed in
- coreboot, and then helped her integrate the fix in libreboot.
- Contact <strong>PaulePanter</strong> in the #libreboot IRC channel.
- </p>
- <h2>Jeroen Quint</h2>
- <p>
- Contributed several fixes to the libreboot documentation, relating
- to installing Parabola GNU/Linux with full disk encryption on libreboot
- systems. Contact <strong>Jezza</strong> in the #libreboot IRC channel.
- </p>
- <h2>Arthur Heymans</h2>
- <p>
- Merged a patch from coreboot into libreboot, enabling C3 and C4 power states
- to work correctly on GM45 laptops. This was a long-standing issue before Athur's contribution.
- Arthur also fixed VRAM size on i945 on GM45 systems, allowing maximum VRAM allocation
- for the onboard GPUs on these systems, another longstanding issue in libreboot.
- Contact <strong>apvh</strong> in the #libreboot IRC channel.
- </p>
- <h2>Peter Stuge</h2>
- <p>
- Helped Leah write the section about DMA on <a href="../faq/#firmware-hddssd">../faq/#firmware-hddssd</a>,
- and provided general advice in early days of the project. Contact <strong>CareBear\</strong> in
- the #coreboot IRC channel on freenode.
- </p>
- <h2>Klemens Nanni</h2>
- <p>
- Made many fixes and improvements to the GRUB configuration used in libreboot,
- and several tweaks to the build system. Contact <strong>kl3</strong>
- in the #libreboot IRC channel.
- </p>
- <h2>Marcus Moeller</h2>
- <p>
- Made the libreboot logo.
- </p>
- <h2>Swift Geek</h2>
- <p>
- Contributed a patch for ich9gen to generate 16MiB descriptors. Contact <strong>swiftgeek</strong> in the IRC channel.
- </p>
- </div>
- <?php
- include "../common/footer.php";
- ?>
- </body>
- </html>
- <?php
- $strHtml = ob_get_clean();
- echo miniHtml($strHtml);
- ?>
|