CINXE.COM

Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="description" content="HP Elite 8200 SFF added. Libreboot is a free/opensource BIOS/UEFI boot firmware distribution based on coreboot with payloads like GNU GRUB boot loader."> <meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi"> <meta name="generator" content="pandoc"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="canonical" href="https://libreboot.org/news/hp8200sff.html" /> <!-- anti-social media tags --> <meta property="og:title" content="Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)"> <meta property="og:type" content="article" /> <meta property="og:image" content="https://av.vimuser.org/bootmenu.jpg"> <meta property="og:url" content="https://libreboot.org/news/hp8200sff.html"> <meta name="twitter:card" content="summary_large_image"> <meta property="og:description" content="Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)"> <meta property="og:site_name" content="Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)"> <meta name="twitter:image:alt" content="Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)"> <meta name="author" content="Leah Rowe"> <meta name="dcterms.date" content="2023-04-15"> <title>Libreboot – HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)</title> <link rel="stylesheet" href="/global.css"> <link rel="stylesheet" href=""> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/> </head> <body> <div class="page"> <header> <div class="title" onclick="location.href='/';"> <p class="title-logo"> <a href="/"><img loading="lazy" class="title-logo" alt="Libreboot logo" src="/favicon.ico" /></a> </p> <h1 class="title">HP Elite 8200 SFF support added to Libreboot (plus more desktops coming soon)</h1> </div> <p class="author">Leah Rowe</p> <p class="date">15 April 2023</p> <ul> <li><a href="/">Home</a></li> <li><a href="/faq.html">FAQ</a></li> <li><a href="/download.html">Download</a></li> <li><a href="/git.html">Git</a></li> <li style="font-size:1.3em;"><em><strong><a href="https://minifree.org/">Buy Libreboot preinstalled</a></strong></em></li> <li><a href="/docs/install/">Install</a></li> <li><a href="/docs/">Docs</a></li> <li><a href="/news/">News</a></li> <li><a href="https://codeberg.org/libreboot/lbmk/issues">Bugs</a></li> <li><a href="/contact.html">Contact</a></li> <li style="font-size:1.3em;"><em><strong><a href="https://www.patreon.com/libreleah">Donate</a></strong></em></li> <li><a href="/other.html">Other coreboot distros</a></li> </ul> <hr/> </header> <nav id="TOC"> <h2>Navigate this page:</h2> <ul> <li><a href="#free-software-biosuefi">Free software BIOS/UEFI</a> <ul> <li><a href="#hp-elitebook-2560p-laptop">HP EliteBook 2560p (laptop)</a></li> <li><a href="#dell-optiplex-70209020-probably-soon-testing-needed">Dell Optiplex 7020/9020 probably soon (testing needed)</a></li> <li><a href="#want-to-help-add-boards-yourself">Want to help add boards yourself?</a></li> </ul></li> </ul> </nav> <div class="pagetext"> <p><a href="hp8200sff.html">English</a> | <a href="hp8200sff.uk.html">українська</a></p> <p><a href="./">Return to index</a></p> <p>Article published by: Leah Rowe</p> <p>Date of publication: 15 April 2023</p> <div class="h"><h2 id="free-software-biosuefi">Free software BIOS/UEFI</h2><a aria-hidden="true" href="#free-software-biosuefi">[link]</a></div> <p>Today, Libreboot gains its <em>first</em> desktop machine for nearly 2 years. The last one added was Acer G43T-AM3.</p> <p>You can learn more about this on the <a href="../docs/install/hp8200sff.html">HP Elite 8200 SFF Libreboot installation and hardware information page</a>.</p> <p>The patch for Libreboot was done, courtesy of Riku Viitanen, IRC nick <code>Riku_V</code> on Libreboot IRC. It’s quite a nice Intel Sandybridge platform, with all libre initialisation on the coreboot side, and Libreboot’s build system automatically runs <code>me_cleaner</code> while building for this board.</p> <p>This board is significant because it’s relatively simple to flash, cheap, and readily available on merchant sites such as eBay. Desktop support has traditionally been much weaker in Libreboot, and this is something that should (can, and will) change.</p> <div class="h"><h3 id="hp-elitebook-2560p-laptop">HP EliteBook 2560p (laptop)</h3><a aria-hidden="true" href="#hp-elitebook-2560p-laptop">[link]</a></div> <p>Riku is also interested in adding HP EliteBook 2560p support in Libreboot. Coreboot has support for that board. For <em>that</em> board, I committed this patch in a branch of Libreboot, to make handling EC firmware easier for Riku:</p> <p><a href="https://browse.libreboot.org/lbmk.git/commit/?h=blobutil_kbc1126_ec&amp;id=b9ee4e79c33365ede01fb7d2a0d5c8f3c1a1928c" class="uri">https://browse.libreboot.org/lbmk.git/commit/?h=blobutil_kbc1126_ec&amp;id=b9ee4e79c33365ede01fb7d2a0d5c8f3c1a1928c</a></p> <p>I initially wrote the logic in that patch as part of another experimental branch of Libreboot, adding HP Elitebook 8560w (does not boot yet).</p> <p>If my EC download script works for Riku, and 2560p support confirmed working when Riku tests it, then both of them shall by merged into Libreboot’s master branch. The EC firmware is not on a separate IC, for that machine; instead, it must be handled during the coreboot build process, for insertion into the main boot flash. This is actually <em>better</em>, for similar reasons as explained in the Libreboot <a href="policy.html">blobs reduction policy</a>, because it makes the EC firmware easier to replace with libre code (based on reverse engineering, perhaps).</p> <div class="h"><h3 id="dell-optiplex-70209020-probably-soon-testing-needed">Dell Optiplex 7020/9020 probably soon (testing needed)</h3><a aria-hidden="true" href="#dell-optiplex-70209020-probably-soon-testing-needed">[link]</a></div> <p>I’ve purchased Dell Optiplex 7020 and 9020 workstations (Haswell gen), which is available for coreboot with this gerrit patch:</p> <p><a href="https://review.coreboot.org/c/coreboot/+/55232/" class="uri">https://review.coreboot.org/c/coreboot/+/55232/</a></p> <p>Libreboot will eventually support <em>all</em> coreboot targets.</p> <div class="h"><h3 id="want-to-help-add-boards-yourself">Want to help add boards yourself?</h3><a aria-hidden="true" href="#want-to-help-add-boards-yourself">[link]</a></div> <p>Libreboot has the following documentation available:</p> <ul> <li><a href="../docs/maintain/">lbmk maintenance manual</a> (build system documentation)</li> <li><a href="../docs/maintain/porting.html">porting guide</a> (largely Intel-centric, at the time of writing this post)</li> </ul> <p>Riku’s work was inspired by reading these. The guides themselves are also in need of constant maintenance and improvement, relative to the changes in Libreboot.</p> <div id="footer"> <hr /> <ul> <li><a href="/news/policy.html">Binary Blob Reduction Policy</a></li> <li><a href="/freedom-status.html">Freedom status</a></li> <li><a href="https://canoeboot.org/">Canoeboot</a></li> <li><a href="/git.html">Edit this page</a></li> <li><a href="/license.html">License</a></li> <li><a href="/template-license.html">Template</a></li> <li><a href="/logo-license.html">Logo</a></li> <li><a href="/contrib.html">Authors</a></li> </ul> <hr /> </div> <p>Markdown file for this page: <a href="https://libreboot.org/news/hp8200sff.md" class="uri">https://libreboot.org/news/hp8200sff.md</a></p> <p><a href="/feed.xml">Subscribe to RSS for this site</a></p> <p><a href="/sitemap.html">Site map</a></p> <p>This HTML page was generated by the <a href="https://libreboot.org/docs/sitegen/">Libreboot Static Site Generator</a>.</p> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10