<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://15h.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dodoid</id>
	<title>15h.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://15h.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dodoid"/>
	<link rel="alternate" type="text/html" href="https://15h.org/index.php/Special:Contributions/Dodoid"/>
	<updated>2026-04-28T14:26:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2118</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2118"/>
		<updated>2026-04-27T04:58:54Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Protected &amp;quot;Coreboot-15h&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;coreboot-15h&#039;&#039;&#039;, also known as &#039;&#039;&#039;Mike&#039;s coreboot&#039;&#039;&#039;, is a distribution of [[coreboot]] for various [[Family 15h]] motherboards, developed by [[User:Mrothfuss|mrothfuss]], using AMD&#039;s open-source fam15h AGESA and CIMX for initialization. This has allowed for the reintroduction of several boards long-deprecated upstream (such as the [[H8QGi+-F]]), and has allowed several previously-unsupported Family 15h boards (particularly others from [[Supermicro]]) to be ported. On [[ASUS]] boards that were once supported by [[Raptor Engineering]]&#039;s native initialization implementation (removed upstream in coreboot 4.12), coreboot-15h offers improved reliability and hardware compatibility over upstream coreboot 4.11 and [[Dasharo]] 0.4.0. Improvements include dramatically more reliable memory initialization (including support for more memory and denser modules), improved stability once booted, significantly improved HyperTransport configuration, native support for hardware monitoring and fan control, and patches to the build system to allow building on modern platforms. It is, at the time of writing, believed to be the most stable and complete coreboot variant available for the hardware it targets, and it currently appears to be the only actively-developed coreboot variant supporting family 15h.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Attempts were made in 2022 to complete the [[Raptor Engineering]] port of coreboot for the [[KGPE-D16|ASUS KGPE-D16]] motherboard. This involved an effort by [[User:Mrothfuss|mrothfuss]] to fix bugs in the previous 4.11 codebase&amp;lt;ref&amp;gt;https://github.com/mrothfuss/coreboot-D16 coreboot-D16&amp;lt;/ref&amp;gt; and development by [[Dasharo]] to migrate the platform to coreboot 4.15&amp;lt;ref&amp;gt;https://docs.dasharo.com/variants/asus_kgpe_d16/overview/&amp;lt;/ref&amp;gt;. Improvements made by [[User:Mrothfuss|mrothfuss]] were upstreamed to [[Dasharo]]&#039;s fork&amp;lt;ref&amp;gt;https://github.com/Dasharo/coreboot/pull/116&amp;lt;/ref&amp;gt;. Both efforts ultimately failed to produce reliable firmware for the [[KGPE-D16|ASUS KGPE-D16]] motherboard.&lt;br /&gt;
&lt;br /&gt;
Initial testing and development of AMD&#039;s open source AGESA/CIMx codebases by [[User:Mrothfuss|mrothfuss]] began in 2023 as a fork of coreboot 4.0 called [https://github.com/mrothfuss/coreboot-agesa coreboot-agesa]. Support for AMD Fam15 on the existing [[Supermicro]] [[H8SCM]] and [[H8QGi%2B-F]] motherboards was confirmed and improved. A new port for the [[H8DGi]] was successfully made using this codebase, providing a reliable and performant dual socket G34 motherboard similar to the [[KGPE-D16|ASUS KGPE-D16]]. Compilation of this old source code, however, required an inconvenient Debian 6 environment.&lt;br /&gt;
&lt;br /&gt;
In early 2025, the AGESA/CIMx codebases were successfully reintegrated into coreboot 4.11 under the [[coreboot-15h]] project. Initially the previous [[Supermicro]] motherboards ([[H8QGi%2B-F]], [[H8DGi]], [[H8SCM]]) were supported. New AGESA/CIMx ports for the [[ASUS]] motherboards, [[KGPE-D16]] and [[KCMA-D8]], were developed and tested by [[User:Mrothfuss|mrothfuss]] and [[User:Rane|rane]]. Integration of the AGESA/CIMx codebase into coreboot was subsequently improved, namely adding IOMMU support for AMD Fam15 motherboards. At this point, [[coreboot-15h]] surpassed all other firmware options for the supported motherboards; providing more features, better multicore performance, better power efficiency, and speculative-execution mitigation support.&lt;br /&gt;
&lt;br /&gt;
== Compiling coreboot from source ==&lt;br /&gt;
Compilation has been tested on Debian 12 and FreeBSD 14.2. Building on FreeBSD is the same as building on Linux, but &#039;make&#039; is replaced with &#039;gmake&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tested GCC Versions&#039;&#039;&#039;&lt;br /&gt;
* GCC12 Works&lt;br /&gt;
* GCC14 Fails, run-time errors.&lt;br /&gt;
* GCC15 Fails, compile-time errors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian 12 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 apt install git build-essential m4 bison flex zlib1g-dev libncurses-dev imagemagick python-is-python3 gnat libssl-dev pkg-config curl&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FreeBSD 14.2 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### This list may be incomplete&lt;br /&gt;
pkg install git bash gmake gcc12 m4 bison ImageMagick7  python autoconf automake gettext-tools gnu-unifont&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuring and Compiling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### Fetch coreboot-15h source&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth. You&lt;br /&gt;
#      will not be able to checkout previous commits if you&lt;br /&gt;
#      use this shallow clone option.&lt;br /&gt;
git clone https://git.15h.org/mrothfuss/coreboot-15h.git&lt;br /&gt;
cd coreboot-15h&lt;br /&gt;
&lt;br /&gt;
### Optional: Checkout a specific commit to reproduce a release&lt;br /&gt;
# git commit-id&#039;s are included at the end of a release name&lt;br /&gt;
# Example: 2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
git checkout 6f1fd5cf220&lt;br /&gt;
&lt;br /&gt;
### Optional: Fetch blobs (required for VGABIOS ROMs)&lt;br /&gt;
# Blobs can be explicitly excluded from the build by menuconfig&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/blobs&lt;br /&gt;
&lt;br /&gt;
### Optional: Manually fetch the vboot submodule&lt;br /&gt;
# This submodule will be fetched automatically, but needs to be&lt;br /&gt;
# manually downloaded if you want to use the &#039;UPDATED_SUBMODULES=1&#039;&lt;br /&gt;
# option during the coreboot.rom compilation (see below).&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/vboot&lt;br /&gt;
&lt;br /&gt;
### Build the cross compiler (may take a while)&lt;br /&gt;
make crossgcc-i386 CPUS=$(nproc)&lt;br /&gt;
&lt;br /&gt;
### Select a config template from ./configs&lt;br /&gt;
# These config files are used to compile the releases distributed on 15h.org&lt;br /&gt;
# Copy the config you want to start with, you can adjust it in the next step&lt;br /&gt;
cp configs/config.asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb .config&lt;br /&gt;
&lt;br /&gt;
### Optional: Review or adjust your configuration&lt;br /&gt;
make menuconfig&lt;br /&gt;
&lt;br /&gt;
### Build coreboot, your ROM will be at ./build/coreboot.rom&lt;br /&gt;
# Tip: Add the &#039;UPDATED_SUBMODULES=1&#039; argument to skip fetching/updating all submodules&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Listing Source Files&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To review a precise list of files compiled into your ./build/coreboot.rom file, use this command.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make filelist&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command works after a successful &#039;make&#039; and changes depending on the motherboard and configuration options selected.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fetching Updates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
git pull&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Switching Motherboards&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to switch motherboards, you must first clean the build environment. Afterwards, continue from the config selection step.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make distclean&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Stable==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KCMA-D8]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;KCMA-D8&#039;&#039;&#039; (Serial Numbers B9S2xxxxxxxx and up)&lt;br /&gt;
Unsupported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;KCMA-D8&#039;&#039;&#039; (Serial Numbers B8S2xxxxxxxx and below)&lt;br /&gt;
** These old boards only work with 4100 series Opterons&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.25-v4.11-44b96c1c93f&lt;br /&gt;
|&lt;br /&gt;
* Improved runtime performance&lt;br /&gt;
* Improved power efficiency&lt;br /&gt;
* Enabled PCIe ASPM support&lt;br /&gt;
* Enabled all SATA ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/ae/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/b/b6/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/8/85/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/68/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/a/a5/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/7/70/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/e/e9/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/d/db/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/a/a8/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/4/4f/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f5/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/48/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KGPE-D16]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16/CHN&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.25-v4.11-44b96c1c93f&lt;br /&gt;
|&lt;br /&gt;
* Improved runtime performance&lt;br /&gt;
* Improved power efficiency&lt;br /&gt;
* Enabled PCIe ASPM support&lt;br /&gt;
* Enabled all SATA ports&lt;br /&gt;
* Enabled TPM support&lt;br /&gt;
** TPM 1.2 and 2.0 are supported&lt;br /&gt;
** TPM 2.0 is enabled by default&lt;br /&gt;
** TPM measured boot is supported&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/58/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/a/ac/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/1/11/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/7/7b/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/4/4e/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/d/d9/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Added x16 support for PCIe Slot 4&lt;br /&gt;
** PCIe 4 Switches to x16 mode if PCIe 5 is empty&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/5/54/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/0/0c/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/9/9c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/8/86/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/4c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/0/0b/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.11-v4.11-63a34806baf &lt;br /&gt;
|&lt;br /&gt;
* Added support for microcode removal&lt;br /&gt;
* Created configs with blobs removed&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/16/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/2/27/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/8/89/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.10-v4.11-a99acc20d4a&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Robust support for all DIMM slots&lt;br /&gt;
*** up to 32GB RDIMMs supported&lt;br /&gt;
*** up to 64GB LRDIMMs supported&lt;br /&gt;
** Up to 4 PCIe cards supported&lt;br /&gt;
** Native fan control&lt;br /&gt;
** Latest microcode&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/6c/Coreboot-15h_2025.10.10-v4.11-a99acc20d4a_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SML]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8SML-i&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SML-iF&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SML-7&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SML-7F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.25-v4.11-44b96c1c93f&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/b/b8/Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_supermicro_h8sml_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SCM]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8SCM&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SCM-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.26-v4.11-7d242c2c805&lt;br /&gt;
|&lt;br /&gt;
* Improved runtime performance&lt;br /&gt;
* Improved power efficiency&lt;br /&gt;
* Enabled PCIe ASPM support&lt;br /&gt;
* Enabled all SATA ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/b/b2/Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c7/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Minor bug fixes relating to the C32 socket&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/ab/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/31/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for rev 1.02 motherboards&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/61/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/34/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/58/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SGL]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;H8SGL&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SGL-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.26-v4.11-7d242c2c805&lt;br /&gt;
|&lt;br /&gt;
* Improved runtime performance&lt;br /&gt;
* Improved power efficiency&lt;br /&gt;
* Enabled PCIe ASPM support&lt;br /&gt;
* Enabled all SATA ports&lt;br /&gt;
* Enabled TPM support&lt;br /&gt;
** TPM 1.2 and 2.0 are supported&lt;br /&gt;
** TPM 2.0 is enabled by default&lt;br /&gt;
** TPM measured boot is supported&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/d/dd/Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/26/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/cc/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/51/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.09.15-v4.11-58cfb23a680&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/a4/Coreboot-15h_2025.09.15-v4.11-58cfb23a680_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8QG6]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-F&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8QG6+-F&#039;&#039;&#039;&lt;br /&gt;
Unsupported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-LN4F&#039;&#039;&#039; and &#039;&#039;&#039;H8QG7+-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Support can be added if someone has either board&lt;br /&gt;
* &#039;&#039;&#039;H8QGi-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QG6-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QGi-LN4F&#039;&#039;&#039;, and &#039;&#039;&#039;H8QG7-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Dual northbridge support is incomplete&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.26-v4.11-7d242c2c805&lt;br /&gt;
|&lt;br /&gt;
* Improved runtime performance&lt;br /&gt;
* Improved power efficiency&lt;br /&gt;
* Improved ACPI support&lt;br /&gt;
* Enabled PCIe ASPM support&lt;br /&gt;
* Enabled all SATA ports&lt;br /&gt;
* Enabled TPM support&lt;br /&gt;
** TPM 1.2 and 2.0 are supported&lt;br /&gt;
** TPM 2.0 is enabled by default&lt;br /&gt;
** TPM measured boot is supported&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/d/d5/Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.13-v4.11-0b517349413&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c4/Coreboot-15h_2026.03.13-v4.11-0b517349413_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.25-v4.11-97011b87c1&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Enabled onboard SAS controller&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/64/Coreboot-15h_2025.02.25-v4.11-97011b87c1_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Lenovo ThinkPad X140e]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.29-v4.18-7ebae77863&lt;br /&gt;
|&lt;br /&gt;
* Added support for boards with the A4 CPU&lt;br /&gt;
* Enabled PCIe power saving features&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/7/73/Coreboot-15h_2026.03.29-v4.18-7ebae77863_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.26-v4.18-ff66166ebf&lt;br /&gt;
|&lt;br /&gt;
* Partial support for Fn hotkeys&lt;br /&gt;
* Added memtest and coreinfo payloads&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/0/08/Coreboot-15h_2026.03.26-v4.18-ff66166ebf_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.20-v4.18-60f79fa1ed&lt;br /&gt;
|&lt;br /&gt;
* Fixed speakers&lt;br /&gt;
* All USBs are  bootable&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/7/77/Coreboot-15h_2026.03.20-v4.18-60f79fa1ed_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.15-v4.18-7f0a560c9f&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/b/b0/Coreboot-15h_2026.03.15-v4.18-7f0a560c9f_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beta==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;F2A85-M&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;F2A85-M PRO&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;F2A85-M LE&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.04.06-v4.18-d36fa395e4&lt;br /&gt;
|&lt;br /&gt;
* Setup support for the iGPU and dGPU&lt;br /&gt;
* Fixed an IOAPIC ID calculation&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/3d/Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m_seabios_ucode_apu-oprom_vga-oproms.tar.gz 8MB F2A85-M]&lt;br /&gt;
** [https://15h.org/images/f/fc/Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-pro_seabios_ucode_apu-oprom_vga-oproms.tar.gz 8MB F2A85-M PRO]&lt;br /&gt;
** [https://15h.org/images/e/e6/Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-le_seabios_ucode_apu-oprom_vga-oproms.tar.gz 8MB F2A85-M LE]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Third-Party Support ==&lt;br /&gt;
These boards can be built using coreboot-15h, but are currently best-supported by Mike Banon&#039;s &amp;lt;code&amp;gt;restore_agesa.sh&amp;lt;/code&amp;gt; script.&lt;br /&gt;
&lt;br /&gt;
=== Lenovo G505s ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS A88XM-E ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS AM1I-A ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
&lt;br /&gt;
=== [[KGPE-D16 (Raptor)|ASUS KGPE-D16 (Raptor)]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated configs&lt;br /&gt;
** Sets default CMOS settings each boot&lt;br /&gt;
** Expanded CBFS for 16MB&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/b/b7/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/a/aa/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/7/72/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Added fan control&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/59/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/d/de/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/4/4f/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2024.09.16-v4.11-d176edf4ae&lt;br /&gt;
|&lt;br /&gt;
* Added more configuration variants&lt;br /&gt;
* Removed coreinfo as a secondary payload&lt;br /&gt;
* coreboot codebase unchanged&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/35/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/3/32/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/0/01/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/e/e6/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/5/5d/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/5/5a/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
2024.09.14-v4.11-065549759c&lt;br /&gt;
|&lt;br /&gt;
* Improved board stability&lt;br /&gt;
** Fixed bugs in RAM initialization code&lt;br /&gt;
** Fixed HyperTransport Deemphasis values&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/18/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/d/d4/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Home&amp;diff=2117</id>
		<title>Home</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Home&amp;diff=2117"/>
		<updated>2026-04-27T04:58:09Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Protected &amp;quot;Home&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Excerpt|Showcase|hat=no|templates=Infobox, Excerpt}}&lt;br /&gt;
&lt;br /&gt;
Welcome to 15h.org, a resource for documentation and open source support for AMD&#039;s [[Family 15h]] (fam15h) and other related processors and platforms.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;🖥️ Get Started with Hardware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;⚙️ Build your Firmware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;👋 Join Us!&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Motherboards]]&lt;br /&gt;
** [[ASUS KGPE-D16]]&lt;br /&gt;
** [[ASUS KCMA-D8]]&lt;br /&gt;
** [[Supermicro H8QG6]]&lt;br /&gt;
** [[Supermicro H8SGL]]&lt;br /&gt;
** [[Supermicro H8SCM]]&lt;br /&gt;
* [[Coolers|CPU Coolers]]&lt;br /&gt;
|&lt;br /&gt;
* [[coreboot-15h]]&lt;br /&gt;
* [[External Flashing]]&lt;br /&gt;
* [[EHCI Debugging]]&lt;br /&gt;
* [https://git.15h.org/explore/repos Browse our Git forge]&lt;br /&gt;
|&lt;br /&gt;
* Join us on [[Matrix]]&lt;br /&gt;
* [[Editing This Wiki|Edit this wiki!]]&lt;br /&gt;
* [[Add your build]]&lt;br /&gt;
* [[Community Todo List]]&lt;br /&gt;
|} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== Why 15h? ===&lt;br /&gt;
Released between 2011 and 2014, AMD&#039;s [[fam15h]] (and its approximately-contemporaneous relatives, [[fam10h]], [[fam14h]] and [[fam16h]]) are the final high-performance x86_64 microprocessors lacking most of the limitations newer x86 platforms are encumbered by. In many cases, fam15h hardware can provide a performant, full-featured system, using entirely free and open source software. It enforces no firmware signing (allowing things such as [[coreboot]]), can be booted entirely with free firmware (including memory initialization), and it requires no privileged management coprocessor (such as the Platform Security Processor or Management Engine, found on newer AMD and Intel platforms respectively). Where a [[Board Management Controller]] is present, it can usually reliably disabled, or better yet, flashed with [[OpenBMC]]. On fam10h, even microcode is unencrypted and unsigned, and can be modified by the user.&lt;br /&gt;
&lt;br /&gt;
Beyond their currently-unparalleled degree of firmware freedom for a modern x86_64 platform, AMD hardware of this era (in particular, 6200 and 6300-series [[Opteron]] platforms) remains a powerful and cost-effective option for many systems, especially under parallel workloads. Despite this, the comparative popularity of competing Intel processors during this era has limited the familiarity and uptake of these pre-Zen AMD platforms among many enthusiasts.&lt;br /&gt;
&lt;br /&gt;
If you are looking for an x86_64 platform under your complete control, this website serves to demystify fam15h and its relatives, so that these systems can remain in operation well into the future.&lt;br /&gt;
&lt;br /&gt;
=== What hardware was that again? ===&lt;br /&gt;
Robust support for coreboot on select fam15h motherboards has been developed and thoroughly tested at 15h.org. The current, production ready motherboards are [[KGPE-D16]], [[KCMA-D8]], [[H8QG6]], [[H8SGL]], and [[H8SCM]]. A handful of other fam15h motherboards have [[Motherboards|preliminary support]]. For these motherboards, the [[Bulldozer]] and [[Piledriver]] microarchitectures are supported by [[coreboot-15h]].&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
Benching this section for now. It is good information, but maybe a bit disorienting for someone looking for coreboot support.&lt;br /&gt;
&lt;br /&gt;
More broadly, fam15h consists of the [[Bulldozer]], [[Piledriver]], [[Steamroller]], and [[Excavator]] microarchitectures (sold under the AMD FX and AMD Opteron CPU brands, and combined with graphics under the A4, A6, A8, A10, A12, FirePro, Sempron X2, Athlon X2, and Athlon X4 APU brands) while fam10h corresponds with the [[K10]] microarchitecture (sold under the Athlon X2, Athlon II, Sempron, Sempron X2, Phenom, Phenom II, Turion II, and Opteron CPU brands, and combined with graphics under the Sempron X2, Athlon II X2, Athlon II X4, E2, A4, A6, and A8 APU brands). The related Family 16h, corresponding with the [[Jaguar]] microarchitecture, was sold exclusively combined with graphics, under the Athlon, Sempron, E1, E2, A4, A6, and Opteron APU brands.&lt;br /&gt;
&lt;br /&gt;
FOSS firmware development has to date focused primarily on platforms using Opteron processors of the K10, Bulldozer, and Piledriver microarchitectures (for example, the [[KGPE-D16]]), as well as APUs of the Piledriver (e.g. [[G505s]]), Steamroller (e.g. [[A88XM-E]]) and Jaguar (e.g. [[AM1I-A]], [[AM1ML]]) microarchitectures.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:Board Grid}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Ganoo&amp;diff=2081</id>
		<title>Ganoo</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Ganoo&amp;diff=2081"/>
		<updated>2026-04-09T19:40:07Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: fix image format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox individual system&lt;br /&gt;
  |image = Ganoo photo.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
  |caption = An inside view of Ganoo&lt;br /&gt;
&lt;br /&gt;
  |name = Ganoo&lt;br /&gt;
  |owner = [[User:Frantic|Frantic]]&lt;br /&gt;
  |built = 2026&lt;br /&gt;
&lt;br /&gt;
  |motherboard = [[KGPE-D16]]&lt;br /&gt;
  |cpu = 2x [[Opteron]] 6386 SE&lt;br /&gt;
  |ram = 96GB (3x Samsung M393B4G70BM0-YH9)&lt;br /&gt;
  |gpu = AMD Radeon RX 5700&lt;br /&gt;
  |storage1 = 1x 2TB NVMe SSD&lt;br /&gt;
  |storage2 = 1x 2TB SATA HDD&lt;br /&gt;
  |psu = 1000W (Corsair RM1000x 2024 ed.)&lt;br /&gt;
  |chassis = Chenbro SR11269&lt;br /&gt;
  |cooler = 2x [[Noctua NH-U12DO A3|Noctua NH-U12DO A3]]&lt;br /&gt;
&lt;br /&gt;
  |firmware = [[coreboot-15h]] master&lt;br /&gt;
  |payload = SeaBIOS&lt;br /&gt;
  |oproms = VGA Devices&lt;br /&gt;
  |os = Gentoo Linux&lt;br /&gt;
  |filesystem = ext4&lt;br /&gt;
  |workload = Workstation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Ganoo is [[User:Frantic|Frantic]]&#039;s silent workhorse.&lt;br /&gt;
&lt;br /&gt;
Includes a PCIe x4 -&amp;gt; NVMe adapter and PCIe x4 -&amp;gt; USB3 adapter.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Add_your_build&amp;diff=2077</id>
		<title>Add your build</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Add_your_build&amp;diff=2077"/>
		<updated>2026-04-09T09:48:09Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;15h.org users sometimes share specifications for their own fam15h-and-related-platform builds by adding pages about them to this wiki (if you&#039;re not already a wiki user, [[Get an Account|start by getting an account]]).&lt;br /&gt;
&lt;br /&gt;
For examples of existing build pages, see:&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
&lt;br /&gt;
If you are logged in, you can view a full list of added builds [https://15h.org/index.php/Special:WhatLinksHere?target=Template%3AInfobox+individual+system&amp;amp;namespace=0&amp;amp;limit=50 here]&lt;br /&gt;
&lt;br /&gt;
Adding your build isn&#039;t just for showing off - it helps document hardware compatibility, provides example configurations for people building new systems, and helps in discussions to debug your and others hardware.&lt;br /&gt;
&lt;br /&gt;
Once you add your build, you can also optionally choose to add it to the [[Showcase]] to be randomly displayed on the 15h.org homepage!&lt;br /&gt;
&lt;br /&gt;
To get started, enter the name of your system below. To create an infobox for your system, you can copy the example on [[Template:Infobox individual system/doc]] (to see how to embed this infobox, click View Source next to the search bar). Below the infobox code, you can include a few details about your system.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
width=100&lt;br /&gt;
break=no&lt;br /&gt;
buttonlabel=Create new article&lt;br /&gt;
placeholder=Article title&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=2046</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=2046"/>
		<updated>2026-03-26T18:33:36Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e coreboot.png&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
 |status = beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these machines are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use. If you have one of these machines, consider helping test or develop [[coreboot-15h]] on it!&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
 |status = alpha&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2045</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2045"/>
		<updated>2026-03-26T18:33:20Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;coreboot-15h&#039;&#039;&#039;, also known as &#039;&#039;&#039;Mike&#039;s coreboot&#039;&#039;&#039;, is a distribution of [[coreboot]] for various [[Family 15h]] motherboards, developed by [[User:Mrothfuss|mrothfuss]], using AMD&#039;s open-source fam15h AGESA and CIMX for initialization. This has allowed for the reintroduction of several boards long-deprecated upstream (such as the [[H8QGi+-F]]), and has allowed several previously-unsupported Family 15h boards (particularly others from [[Supermicro]]) to be ported. On [[ASUS]] boards that were once supported by [[Raptor Engineering]]&#039;s native initialization implementation (removed upstream in coreboot 4.12), coreboot-15h offers improved reliability and hardware compatibility over upstream coreboot 4.11 and [[Dasharo]] 0.4.0. Improvements include dramatically more reliable memory initialization (including support for more memory and denser modules), improved stability once booted, significantly improved HyperTransport configuration, native support for hardware monitoring and fan control, and patches to the build system to allow building on modern platforms. It is, at the time of writing, believed to be the most stable and complete coreboot variant available for the hardware it targets, and it currently appears to be the only actively-developed coreboot variant supporting family 15h.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Attempts were made in 2022 to complete the [[Raptor Engineering]] port of coreboot for the [[KGPE-D16|ASUS KGPE-D16]] motherboard. This involved an effort by [[User:Mrothfuss|mrothfuss]] to fix bugs in the previous 4.11 codebase&amp;lt;ref&amp;gt;https://github.com/mrothfuss/coreboot-D16 coreboot-D16&amp;lt;/ref&amp;gt; and development by [[Dasharo]] to migrate the platform to coreboot 4.15&amp;lt;ref&amp;gt;https://docs.dasharo.com/variants/asus_kgpe_d16/overview/&amp;lt;/ref&amp;gt;. Improvements made by [[User:Mrothfuss|mrothfuss]] were upstreamed to [[Dasharo]]&#039;s fork&amp;lt;ref&amp;gt;https://github.com/Dasharo/coreboot/pull/116&amp;lt;/ref&amp;gt;. Both efforts ultimately failed to produce reliable firmware for the [[KGPE-D16|ASUS KGPE-D16]] motherboard.&lt;br /&gt;
&lt;br /&gt;
Initial testing and development of AMD&#039;s open source AGESA/CIMx codebases by [[User:Mrothfuss|mrothfuss]] began in 2023 as a fork of coreboot 4.0 called [https://github.com/mrothfuss/coreboot-agesa coreboot-agesa]. Support for AMD Fam15 on the existing [[Supermicro]] [[H8SCM]] and [[H8QGi%2B-F]] motherboards was confirmed and improved. A new port for the [[H8DGi]] was successfully made using this codebase, providing a reliable and performant dual socket G34 motherboard similar to the [[KGPE-D16|ASUS KGPE-D16]]. Compilation of this old source code, however, required an inconvenient Debian 6 environment.&lt;br /&gt;
&lt;br /&gt;
In early 2025, the AGESA/CIMx codebases were successfully reintegrated into coreboot 4.11 under the [[coreboot-15h]] project. Initially the previous [[Supermicro]] motherboards ([[H8QGi%2B-F]], [[H8DGi]], [[H8SCM]]) were supported. New AGESA/CIMx ports for the [[ASUS]] motherboards, [[KGPE-D16]] and [[KCMA-D8]], were developed and tested by [[User:Mrothfuss|mrothfuss]] and [[User:Rane|rane]]. Integration of the AGESA/CIMx codebase into coreboot was subsequently improved, namely adding IOMMU support for AMD Fam15 motherboards. At this point, [[coreboot-15h]] surpassed all other firmware options for the supported motherboards; providing more features, better multicore performance, better power efficiency, and speculative-execution mitigation support.&lt;br /&gt;
&lt;br /&gt;
== Compiling coreboot from source ==&lt;br /&gt;
Compilation has been tested on Debian 12 and FreeBSD 14.2. Building on FreeBSD is the same as building on Linux, but &#039;make&#039; is replaced with &#039;gmake&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tested GCC Versions&#039;&#039;&#039;&lt;br /&gt;
* GCC12 Works&lt;br /&gt;
* GCC14 Fails, run-time errors.&lt;br /&gt;
* GCC15 Fails, compile-time errors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian 12 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
apt install git build-essential m4 bison flex zlib1g-dev libncurses-dev imagemagick python-is-python3 gnat libssl-dev pkg-config&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FreeBSD 14.2 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### This list may be incomplete&lt;br /&gt;
pkg install git bash gmake gcc12 m4 bison ImageMagick7  python autoconf automake gettext-tools gnu-unifont&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuring and Compiling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### Fetch coreboot-15h source&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth. You&lt;br /&gt;
#      will not be able to checkout previous commits if you&lt;br /&gt;
#      use this shallow clone option.&lt;br /&gt;
git clone https://git.15h.org/mrothfuss/coreboot-15h.git&lt;br /&gt;
cd coreboot-15h&lt;br /&gt;
&lt;br /&gt;
### Optional: Checkout a specific commit to reproduce a release&lt;br /&gt;
# git commit-id&#039;s are included at the end of a release name&lt;br /&gt;
# Example: 2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
git checkout 6f1fd5cf220&lt;br /&gt;
&lt;br /&gt;
### Optional: Fetch blobs (required for VGABIOS ROMs)&lt;br /&gt;
# Blobs can be explicitly excluded from the build by menuconfig&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/blobs&lt;br /&gt;
&lt;br /&gt;
### Optional: Manually fetch the vboot submodule&lt;br /&gt;
# This submodule will be fetched automatically, but needs to be&lt;br /&gt;
# manually downloaded if you want to use the &#039;UPDATED_SUBMODULES=1&#039;&lt;br /&gt;
# option during the coreboot.rom compilation (see below).&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/vboot&lt;br /&gt;
&lt;br /&gt;
### Build the cross compiler (may take a while)&lt;br /&gt;
make crossgcc-i386 CPUS=$(nproc)&lt;br /&gt;
&lt;br /&gt;
### Select a config template from ./configs&lt;br /&gt;
# These config files are used to compile the releases distributed on 15h.org&lt;br /&gt;
# Copy the config you want to start with, you can adjust it in the next step&lt;br /&gt;
cp configs/config.asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb .config&lt;br /&gt;
&lt;br /&gt;
### Optional: Review or adjust your configuration&lt;br /&gt;
make menuconfig&lt;br /&gt;
&lt;br /&gt;
### Build coreboot, your ROM will be at ./build/coreboot.rom&lt;br /&gt;
# Tip: Add the &#039;UPDATED_SUBMODULES=1&#039; argument to skip fetching/updating all submodules&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Listing Source Files&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To review a precise list of files compiled into your ./build/coreboot.rom file, use this command.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make filelist&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command works after a successful &#039;make&#039; and changes depending on the motherboard and configuration options selected.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fetching Updates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
git pull&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Switching Motherboards&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to switch motherboards, you must first clean the build environment. Afterwards, continue from the config selection step.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make distclean&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Stable==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KCMA-D8]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/68/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/a/a5/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/7/70/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/e/e9/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/d/db/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/a/a8/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/4/4f/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f5/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/48/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KGPE-D16]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16/CHN&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/7/7b/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/4/4e/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/d/d9/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Added x16 support for PCIe Slot 4&lt;br /&gt;
** PCIe 4 Switches to x16 mode if PCIe 5 is empty&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/5/54/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/0/0c/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/9/9c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/8/86/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/4c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/0/0b/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.11-v4.11-63a34806baf &lt;br /&gt;
|&lt;br /&gt;
* Added support for microcode removal&lt;br /&gt;
* Created configs with blobs removed&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/16/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/2/27/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/8/89/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.10-v4.11-a99acc20d4a&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Robust support for all DIMM slots&lt;br /&gt;
*** up to 32GB RDIMMs supported&lt;br /&gt;
*** up to 64GB LRDIMMs supported&lt;br /&gt;
** Up to 4 PCIe cards supported&lt;br /&gt;
** Native fan control&lt;br /&gt;
** Latest microcode&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/6c/Coreboot-15h_2025.10.10-v4.11-a99acc20d4a_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SCM]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8SCM&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SCM-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c7/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Minor bug fixes relating to the C32 socket&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/ab/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/31/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for rev 1.02 motherboards&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/61/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/34/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/58/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SGL]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;H8SGL&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SGL-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/26/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/cc/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/51/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.09.15-v4.11-58cfb23a680&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/a4/Coreboot-15h_2025.09.15-v4.11-58cfb23a680_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8QG6]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-F&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8QG6+-F&#039;&#039;&#039;&lt;br /&gt;
Unsupported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-LN4F&#039;&#039;&#039; and &#039;&#039;&#039;H8QG7+-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Support can be added if someone has either board&lt;br /&gt;
* &#039;&#039;&#039;H8QGi-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QG6-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QGi-LN4F&#039;&#039;&#039;, and &#039;&#039;&#039;H8QG7-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Dual northbridge support is incomplete&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.13-v4.11-0b517349413&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c4/Coreboot-15h_2026.03.13-v4.11-0b517349413_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.25-v4.11-97011b87c1&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Enabled onboard SAS controller&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/64/Coreboot-15h_2025.02.25-v4.11-97011b87c1_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Lenovo ThinkPad X140e]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.26-v4.18-ff66166ebf&lt;br /&gt;
|&lt;br /&gt;
* Partial support for Fn hotkeys&lt;br /&gt;
* Added memtest and coreinfo payloads&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/0/08/Coreboot-15h_2026.03.26-v4.18-ff66166ebf_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.20-v4.18-60f79fa1ed&lt;br /&gt;
|&lt;br /&gt;
* Fixed speakers&lt;br /&gt;
* All USBs are  bootable&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/7/77/Coreboot-15h_2026.03.20-v4.18-60f79fa1ed_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.15-v4.18-7f0a560c9f&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + APU-OpROM&lt;br /&gt;
** [https://15h.org/images/b/b0/Coreboot-15h_2026.03.15-v4.18-7f0a560c9f_lenovo_x140e_seabios_ucode_apu-oprom.tar.gz 4MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beta==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/0/03/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_f2a85-m_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M PRO]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.09-v4.11-1ca15f788b&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/a5/Coreboot-15h_2025.03.09-v4.11-1ca15f788b_asus_f2a85-m-pro_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB-UNTESTED]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M LE]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.09-v4.11-1ca15f788b&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/e/ee/Coreboot-15h_2025.03.09-v4.11-1ca15f788b_asus_f2a85-m-le_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB-UNTESTED]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8DG6]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.05.08-v4.11-7f9e8d15532&lt;br /&gt;
|&lt;br /&gt;
* Initial support&lt;br /&gt;
** Onboard SAS enabled&lt;br /&gt;
** No fan control&lt;br /&gt;
** Northbridge 2 is offline&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/63/Coreboot-15h_2025.05.08-v4.11-7f9e8d15532_supermicro_h8dg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Third-Party Support ==&lt;br /&gt;
These boards can be built using coreboot-15h, but are currently best-supported by Mike Banon&#039;s &amp;lt;code&amp;gt;restore_agesa.sh&amp;lt;/code&amp;gt; script.&lt;br /&gt;
&lt;br /&gt;
=== Lenovo G505s ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS A88XM-E ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS AM1I-A ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
&lt;br /&gt;
=== [[KGPE-D16 (Raptor)|ASUS KGPE-D16 (Raptor)]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated configs&lt;br /&gt;
** Sets default CMOS settings each boot&lt;br /&gt;
** Expanded CBFS for 16MB&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/b/b7/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/a/aa/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/7/72/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Added fan control&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/59/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/d/de/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/4/4f/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2024.09.16-v4.11-d176edf4ae&lt;br /&gt;
|&lt;br /&gt;
* Added more configuration variants&lt;br /&gt;
* Removed coreinfo as a secondary payload&lt;br /&gt;
* coreboot codebase unchanged&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/35/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/3/32/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/0/01/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/e/e6/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/5/5d/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/5/5a/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
2024.09.14-v4.11-065549759c&lt;br /&gt;
|&lt;br /&gt;
* Improved board stability&lt;br /&gt;
** Fixed bugs in RAM initialization code&lt;br /&gt;
** Fixed HyperTransport Deemphasis values&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/18/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/d/d4/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=2037</id>
		<title>Lenovo ThinkPad X140e</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=2037"/>
		<updated>2026-03-24T21:29:58Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Add SD card to infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = X140e coreboot.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 11.6&amp;quot; W x 8.5&amp;quot; D x 1.38&amp;quot; H&lt;br /&gt;
  |weight = 3.92 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
  |color2 = Red&lt;br /&gt;
&lt;br /&gt;
  |cpu1 = E1-2500&lt;br /&gt;
  |cpu2 = A4-5000&lt;br /&gt;
  |fch = None (Kabini is an SoC)&lt;br /&gt;
  |gpu1 = Integrated GCN - HD 8240 (if E1-2500)&lt;br /&gt;
  |gpu2 = Integrated GCN - HD 8330 (if A4-5000)&lt;br /&gt;
  |ec = ITE IT8518 (QUANTA_IT8518)&lt;br /&gt;
  |ram = 2 slots (1 channel) SODIMM - up to 16GB DDR3-1600 if A4-5000, DDR3-1333 if E1-2500&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 65W 20V Lenovo ThinkPad barrel jack power adapter&lt;br /&gt;
  |battery = Removable 6-cell 62.4 Wh Li-ion (Lenovo 35+)&lt;br /&gt;
&lt;br /&gt;
  |display = 11.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 40-series ThinkPad 6-row&lt;br /&gt;
  |point1 = UltraNav multitouch touchpad&lt;br /&gt;
  |point2 = ThinkPad TrackPoint (full-size cap)&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 7mm 6Gbps SATA bay&lt;br /&gt;
  |nic = Gigabit Realtek RTL8111F&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x always-powered USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
  |memorycard = Full-size SD card slot&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo ThinkPad X140e is an 11.6&amp;quot; laptop using AMD&#039;s fam16h [[Kabini]] SoCs.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the X140e is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA release for platform initialization. The git repository for the firmware can be reviewed [https://git.15h.org/mrothfuss/coreboot-15h here].&lt;br /&gt;
&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Lenovo ThinkPad X140e]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* Fn keys do not work&lt;br /&gt;
* SeaBIOS can not boot from the SD card&lt;br /&gt;
* FreeBSD requires the S3_VGA_ROM_RUN coreboot option for resume support in radeonkms&lt;br /&gt;
** S3_VGA_ROM_RUN does not work with Linux&lt;br /&gt;
*** Release ROMs have S3_VGA_ROM_RUN disabled&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
[[File:X140e flash1.png|frameless|200x200px]]&lt;br /&gt;
[[File:X140e flash2.png|frameless|200x200px]]&lt;br /&gt;
[[File:X140e flash3.png|frameless|200x200px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. Before switching to coreboot, make sure you are using the latest OEM BIOS to ensure the latest EC firmware is on your device. The SOIC-8 flash chip is easily accessible from the bottom of the laptop. With the rear panel removed (3 screws), the flash chip is under a piece of black tape and next to the RAM. A Pomona 5250 clip is recommended over generic clips to avoid colliding with the chassis frame. A 3.3V programmer should be used; flashrom will need the &amp;quot;-c W25Q32FV&amp;quot; argument to flash the chip. The CMOS should be cleared when switching to coreboot, the battery is next to the flash chip and can be disconnected to wipe the CMOS.&lt;br /&gt;
&lt;br /&gt;
=== Debugging ===&lt;br /&gt;
This laptop does not have a serial port. Because of this, the most practical way to get debug output from coreboot is via [[EHCI Debugging]]. Connect your EHCI debugging device to the yellow always-powered USB 2.0 port immediately next to the power input jack.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Home&amp;diff=2029</id>
		<title>Home</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Home&amp;diff=2029"/>
		<updated>2026-03-18T00:34:40Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Excerpt|Showcase|hat=no|templates=Infobox, Excerpt}}&lt;br /&gt;
&lt;br /&gt;
Welcome to 15h.org, a resource for documentation and open source support for AMD&#039;s [[Family 15h]] (fam15h) and other related processors and platforms.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;🖥️ Get Started with Hardware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;⚙️ Build your Firmware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;👋 Join Us!&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Motherboards]]&lt;br /&gt;
** [[ASUS KGPE-D16]]&lt;br /&gt;
** [[ASUS KCMA-D8]]&lt;br /&gt;
** [[Supermicro H8QG6]]&lt;br /&gt;
** [[Supermicro H8SGL]]&lt;br /&gt;
** [[Supermicro H8SCM]]&lt;br /&gt;
* [[Coolers|CPU Coolers]]&lt;br /&gt;
|&lt;br /&gt;
* [[coreboot-15h]]&lt;br /&gt;
* [[External Flashing]]&lt;br /&gt;
* [[EHCI Debugging]]&lt;br /&gt;
* [https://git.15h.org/explore/repos Browse our Git forge]&lt;br /&gt;
|&lt;br /&gt;
* Join us on [[Matrix]]&lt;br /&gt;
* [[Editing This Wiki|Edit this wiki!]]&lt;br /&gt;
* [[Add your build]]&lt;br /&gt;
* [[Community Todo List]]&lt;br /&gt;
|} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== Why 15h? ===&lt;br /&gt;
Released between 2011 and 2014, AMD&#039;s [[fam15h]] (and its approximately-contemporaneous relatives, [[fam10h]], [[fam14h]] and [[fam16h]]) are the final high-performance x86_64 microprocessors lacking most of the limitations newer x86 platforms are encumbered by. In many cases, fam15h hardware can provide a performant, full-featured system, using entirely free and open source software. It enforces no firmware signing (allowing things such as [[coreboot]]), can be booted entirely with free firmware (including memory initialization), and it requires no privileged management coprocessor (such as the Platform Security Processor or Management Engine, found on newer AMD and Intel platforms respectively). Where a [[Board Management Controller]] is present, it can usually reliably disabled, or better yet, flashed with [[OpenBMC]]. On fam10h, even microcode is unencrypted and unsigned, and can be modified by the user.&lt;br /&gt;
&lt;br /&gt;
Beyond their currently-unparalleled degree of firmware freedom for a modern x86_64 platform, AMD hardware of this era (in particular, 6200 and 6300-series [[Opteron]] platforms) remains a powerful and cost-effective option for many systems, especially under parallel workloads. Despite this, the comparative popularity of competing Intel processors during this era has limited the familiarity and uptake of these pre-Zen AMD platforms among many enthusiasts.&lt;br /&gt;
&lt;br /&gt;
If you are looking for an x86_64 platform under your complete control, this website serves to demystify fam15h and its relatives, so that these systems can remain in operation well into the future.&lt;br /&gt;
&lt;br /&gt;
=== What hardware was that again? ===&lt;br /&gt;
Robust support for coreboot on select fam15h motherboards has been developed and thoroughly tested at 15h.org. The current, production ready motherboards are [[KGPE-D16]], [[KCMA-D8]], [[H8QG6]], [[H8SGL]], and [[H8SCM]]. A handful of other fam15h motherboards have [[Motherboards|preliminary support]]. For these motherboards, the [[Bulldozer]] and [[Piledriver]] microarchitectures are supported by [[coreboot-15h]].&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
Benching this section for now. It is good information, but maybe a bit disorienting for someone looking for coreboot support.&lt;br /&gt;
&lt;br /&gt;
More broadly, fam15h consists of the [[Bulldozer]], [[Piledriver]], [[Steamroller]], and [[Excavator]] microarchitectures (sold under the AMD FX and AMD Opteron CPU brands, and combined with graphics under the A4, A6, A8, A10, A12, FirePro, Sempron X2, Athlon X2, and Athlon X4 APU brands) while fam10h corresponds with the [[K10]] microarchitecture (sold under the Athlon X2, Athlon II, Sempron, Sempron X2, Phenom, Phenom II, Turion II, and Opteron CPU brands, and combined with graphics under the Sempron X2, Athlon II X2, Athlon II X4, E2, A4, A6, and A8 APU brands). The related Family 16h, corresponding with the [[Jaguar]] microarchitecture, was sold exclusively combined with graphics, under the Athlon, Sempron, E1, E2, A4, A6, and Opteron APU brands.&lt;br /&gt;
&lt;br /&gt;
FOSS firmware development has to date focused primarily on platforms using Opteron processors of the K10, Bulldozer, and Piledriver microarchitectures (for example, the [[KGPE-D16]]), as well as APUs of the Piledriver (e.g. [[G505s]]), Steamroller (e.g. [[A88XM-E]]) and Jaguar (e.g. [[AM1I-A]], [[AM1ML]]) microarchitectures.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:Board Grid}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Get_an_Account&amp;diff=2028</id>
		<title>Get an Account</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Get_an_Account&amp;diff=2028"/>
		<updated>2026-03-18T00:32:59Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Redirected page to Editing This Wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Editing This Wiki]]&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Editing_This_Wiki&amp;diff=2027</id>
		<title>Editing This Wiki</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Editing_This_Wiki&amp;diff=2027"/>
		<updated>2026-03-18T00:32:40Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Expand and merge with Get an Account page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can edit the 15h.org wiki! All you need is a wiki account - anyone can get one. &lt;br /&gt;
&lt;br /&gt;
== Get an Account ==&lt;br /&gt;
To get a wiki account, ask [https://15h.org/index.php?title=Special:ListUsers&amp;amp;group=sysop a wiki administrator], usually [[User:Dodoid|Dodoid]], to create an account for you, via our [[Matrix]] room (if you are not already in the Matrix room, &lt;br /&gt;
[https://matrix.to/#/!OkpUfvLEYpLyALVvaW:dodoid.com?via=matrix.org click here] to join it).&lt;br /&gt;
&lt;br /&gt;
You will be sent a temporary wiki password via direct message on Matrix - be sure to change it at [[Special:ChangePassword]] once you first log in.&lt;br /&gt;
&lt;br /&gt;
If you are a wiki administrator, you can create an account for a new user at [[Special:CreateAccount]].&lt;br /&gt;
&lt;br /&gt;
== Advice for Editing ==&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve got an account, here are some conventions and advice, listed in no particular order.&lt;br /&gt;
&lt;br /&gt;
=== Board Pages ===&lt;br /&gt;
* Articles about boards (including laptops) should be named &amp;lt;nowiki&amp;gt;[Manufacturer] [Product Line] [Model]&amp;lt;/nowiki&amp;gt;, if the product is part of a named product line (e.g. [[Lenovo ThinkPad X140e]]. If there is no named product line, use &amp;lt;nowiki&amp;gt;[Manufacturer] [Model]&amp;lt;/nowiki&amp;gt; like [[ASUS KGPE-D16]].&lt;br /&gt;
* If you create an article about a board, create redirects, e.g. [[ThinkPad X140e]] and [[X140e]].&lt;br /&gt;
* If your board has third-party (non coreboot-15h) open-source firmware available, create a heading named &amp;lt;code&amp;gt;Open-Source Firmware&amp;lt;/code&amp;gt;, which explains where to find and how to install it. This heading will allow automatically linking to it from its card in the [[Board Grid]].&lt;br /&gt;
&lt;br /&gt;
=== Images ===&lt;br /&gt;
* If you can use a photo on a white or transparent background, this is preferred. You can remove the background from your own photos in e.g. GIMP.&lt;br /&gt;
* For infobox photos of motherboards, try for a photo high-resolution enough to read text and identify chips. Look for a properly-lit straight-on image with the I/O shield on the left.&lt;br /&gt;
* For infobox photos of laptops, try for a photo from the front of the machine open, showing the keyboard, palmrest, and display.&lt;br /&gt;
&lt;br /&gt;
=== Capitalization ===&lt;br /&gt;
* coreboot not Coreboot - use [[Template:Lowercase title]] in titles&lt;br /&gt;
* Supermicro not SuperMicro&lt;br /&gt;
* ASUS not Asus&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2026</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2026"/>
		<updated>2026-03-18T00:31:51Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | {{ #ifeq: {{{status}}} | thirdparty | [[{{{mfr}}} {{{name}}}#Open-Source Firmware|Third-Party coreboot →]] | [[Coreboot-15h#{{{mfr}}} {{{name}}}|{{ #ifeq: {{{status}}} | beta | Test | Get }} coreboot-15h →]] }}&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; }} [[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_AM1I-A&amp;diff=2025</id>
		<title>ASUS AM1I-A</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_AM1I-A&amp;diff=2025"/>
		<updated>2026-03-18T00:27:42Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: /* Open Source Firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = AM1I-A.webp&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2014&lt;br /&gt;
  |manufacturer = [[ASUS]]&lt;br /&gt;
&lt;br /&gt;
  |socket = AM1&lt;br /&gt;
  |fch = None (AM1 is an SoC)&lt;br /&gt;
  |ram = 2 slots (1 channel)&lt;br /&gt;
  |bios = 8 MiB socketed DIP-8&lt;br /&gt;
  |formfactor = Mini-ITX&lt;br /&gt;
  |power = 1x 4-pin EPS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The ASUS AM1I-A is a motherboard for AMD&#039;s highly-integrated [[AM1]] APUs on the fam16h [[Kabini]] platform.&lt;br /&gt;
&lt;br /&gt;
== Open-Source Firmware ==&lt;br /&gt;
This motherboard is not currently supported in [[coreboot-15h]]. However, it was supported in upstream coreboot until recently. Instructions for building its firmware can be found [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking on Mike Banon&#039;s webpage].&lt;br /&gt;
&lt;br /&gt;
The related MicroATX AM1&#039;&#039;&#039;M&#039;&#039;&#039;-A is not currently supported.&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:AM1I-A_Diagram.png|frameless|400x400px]]&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_A88XM-E&amp;diff=2024</id>
		<title>ASUS A88XM-E</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_A88XM-E&amp;diff=2024"/>
		<updated>2026-03-18T00:27:34Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: /* Open Source Firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = A88XM-E.webp&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2014&lt;br /&gt;
  |manufacturer = [[ASUS]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[FM2+]] ([[FM2]]-compatible)&lt;br /&gt;
  |fch = AMD A88X&lt;br /&gt;
  |ram = 2 slots (2 channels)&lt;br /&gt;
  |bios = 8 MiB socketed DIP-8&lt;br /&gt;
  |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
  |power = 1x 4-pin EPS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The ASUS A88XM-E is a motherboard using the AMD [[A88X]] chipset. Under coreboot, Richland APUs (Socket [[FM2]], such as A10-6800K) are supported, while Kaveri, Godavari, and Carizzo (Socket [[FM2+]], such as A10-7890K, Pro A12-8870, etc.) are not.&lt;br /&gt;
&lt;br /&gt;
== Open-Source Firmware ==&lt;br /&gt;
This motherboard is not currently supported in [[coreboot-15h]]. However, it was supported in upstream coreboot until recently. Instructions for building its firmware can be found [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking on Mike Banon&#039;s webpage].&lt;br /&gt;
&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;A88XM-E&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unsupported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;A88XM-E/USB 3.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:A88XM-E_Diagram.png|frameless|400x400px]]&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_G505s&amp;diff=2023</id>
		<title>Lenovo G505s</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_G505s&amp;diff=2023"/>
		<updated>2026-03-18T00:27:06Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: /* Open Source Firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = G505s.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 14.96&amp;quot; W x 10.24&amp;quot; D x 1.02&amp;quot; H&lt;br /&gt;
  |weight = 5.51 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
&lt;br /&gt;
  |socket = FS1r2&lt;br /&gt;
  |fch = A76M (Bolton-M3)&lt;br /&gt;
  |gpu1 = Integrated (e.g. HD 8650G in A10-5750M)&lt;br /&gt;
  |gpu2 = Optional Radeon HD 8570M 2GB dGPU&lt;br /&gt;
  |ec = ENE KB932 (COMPAL_ENE932)&lt;br /&gt;
  |ram = 2 slots (2 channels) SODIMM - up to 16GB DDR3-1600&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 90W 20V Lenovo &amp;quot;Slim Tip&amp;quot; power adapter&lt;br /&gt;
  |battery = Removable 4-cell 32 Wh Li-ion&lt;br /&gt;
&lt;br /&gt;
  |display = 15.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 6-row with numeric keypad&lt;br /&gt;
  |point1 = Multitouch touchpad&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 9.5mm 6Gbps SATA bay&lt;br /&gt;
  |storage2 = Tray-Loading DVD+R DL/DVD-RW optical drive&lt;br /&gt;
  |nic = 10/100 Atheros AR8162&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
  |memorycard = Full-size SD card slot&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo G505s is a 15.6&amp;quot; laptop using AMD&#039;s fam15h [[Richland]] APUs. Part of Lenovo&#039;s low-cost &amp;quot;Essential&amp;quot; laptop line, it is commonly misidentified as part of the separate IdeaPad product line. The G505s has historically been a well-known laptop option among [[Qubes OS]] users, as historically most older 100%-FOSS-firmware laptops (such as the ThinkPad T400) have not supported an IOMMU, required for Qubes as of 4.0.&lt;br /&gt;
&lt;br /&gt;
== Open-Source Firmware ==&lt;br /&gt;
This laptop is not currently supported in [[coreboot-15h]]. However, it was supported in upstream coreboot until recently. Instructions for building its firmware can be found [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking on Mike Banon&#039;s webpage].&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=2021</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=2021"/>
		<updated>2026-03-16T16:23:51Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e coreboot.png&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
 |status = beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
 |status = beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
 |status = thirdparty&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these machines are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use. If you have one of these machines, consider helping test or develop [[coreboot-15h]] on it!&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
 |status = alpha&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2020</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2020"/>
		<updated>2026-03-16T16:23:21Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | {{ #ifeq: {{{status}}} | thirdparty | [[{{{mfr}}} {{{name}}}#Open Source Firmware|Third-Party coreboot →]] | [[Coreboot-15h#{{{mfr}}} {{{name}}}|{{ #ifeq: {{{status}}} | beta | Test | Get }} coreboot-15h →]] }}&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; }} [[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2019</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2019"/>
		<updated>2026-03-16T16:21:33Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | {{ #ifeq: {{{status}}} | thirdparty | [[{{{mfr}}} {{{name}}}#Open Source Firmware|Get coreboot →]] | [[Coreboot-15h#{{{mfr}}} {{{name}}}|{{ #ifeq: {{{status}}} | beta | Test | Get }} coreboot-15h →]] }}&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; }} [[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2018</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2018"/>
		<updated>2026-03-16T16:20:51Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | {{ #ifeq: {{{status}}} | thirdparty | [[{{{mfr}}} {{{name}}}|Open Source Firmware|Get coreboot →]] | [[Coreboot-15h#{{{mfr}}} {{{name}}}|{{ #ifeq: {{{status}}} | beta | Test | Get }} coreboot-15h →]] }}&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; }} [[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2017</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2017"/>
		<updated>2026-03-16T16:14:23Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; }} [[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2016</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2016"/>
		<updated>2026-03-16T16:13:52Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| {{ #ifeq: {{{status}}} | alpha | | [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]] }}&lt;br /&gt;
    |}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;display: block; height: 200px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=2015</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=2015"/>
		<updated>2026-03-16T16:05:45Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e coreboot.png&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these machines are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use. If you have one of these machines, consider helping test or develop [[coreboot-15h]] on it!&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
 |status = alpha&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2014</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2014"/>
		<updated>2026-03-16T15:54:01Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2013</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2013"/>
		<updated>2026-03-16T15:52:29Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px|link={{{mfr}}} {{{name}}}]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo&amp;diff=2012</id>
		<title>Lenovo</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo&amp;diff=2012"/>
		<updated>2026-03-16T10:29:42Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Laptops ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Motherboard !! Microarchitecture !! Size !! Coreboot Status&lt;br /&gt;
|-&lt;br /&gt;
|[[G505s]]&lt;br /&gt;
|15h, Trinity&lt;br /&gt;
|15.6 in&lt;br /&gt;
| style=&amp;quot;background-color:#AFA&amp;quot; | Excellent&lt;br /&gt;
|-&lt;br /&gt;
|[[ThinkPad Edge E545]]&lt;br /&gt;
|15h, Trinity&lt;br /&gt;
|15.6 in&lt;br /&gt;
|style=&amp;quot;background-color:#FFA&amp;quot;| Planned&lt;br /&gt;
|-&lt;br /&gt;
|[[ThinkPad X140e]]&lt;br /&gt;
|16h, Jaguar&lt;br /&gt;
|11.6 in&lt;br /&gt;
| style=&amp;quot;background-color:#AFA&amp;quot; | Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[G505]] || 16h, Jaguar || 15.6 in || style=&amp;quot;background-color:#FAA&amp;quot; | No&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2007</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2007"/>
		<updated>2026-03-15T22:33:49Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534; table-layout: fixed;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2006</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2006"/>
		<updated>2026-03-15T22:30:33Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2005</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2005"/>
		<updated>2026-03-15T22:30:14Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;display: inline-block; width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;display: inline-block; width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;display: inline-block; width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;display: inline-block; width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2004</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2004"/>
		<updated>2026-03-15T22:29:04Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 300px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2 style=&amp;quot;width: 150px;&amp;quot;| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Board_card&amp;diff=2003</id>
		<title>Template:Board card</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Board_card&amp;diff=2003"/>
		<updated>2026-03-15T22:28:11Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: center; display: inline-block; border-style: solid; border-width: 2px; background-color: #ddddff; width: 320px; height: 566px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;margin: 0; padding: 0; spacing: 0;&amp;quot; |&lt;br /&gt;
    {| style=&amp;quot;text-align: center; width: 312px; height: 534;&amp;quot;&lt;br /&gt;
    |style=&amp;quot;padding-left: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{Mfrlogo {{{mfr}}}}}|frameless|64px]]&lt;br /&gt;
    |colspan=2 style=&amp;quot;font-size: 20px;&amp;quot;| &#039;&#039;&#039;[[{{{mfr}}} {{{name}}}|{{{name}}}]]&#039;&#039;&#039;&lt;br /&gt;
    |style=&amp;quot;padding-right: 5px; width: 64px; height: 64px&amp;quot;| [[File:{{CPUlogo {{{cpubrand}}}}}|frameless|64px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 302px;&amp;quot;| [[File:{{{image}}}|frameless|300x300px]]&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2| &#039;&#039;&#039;{{{socket}}}&#039;&#039;&#039; CPU&lt;br /&gt;
    |colspan=2| Max &#039;&#039;&#039;{{{cores}}}&#039;&#039;&#039; cores&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=2| &#039;&#039;&#039;{{{formfactor}}}&#039;&#039;&#039;&lt;br /&gt;
    |colspan=2| Max &#039;&#039;&#039;{{{ram}}}&#039;&#039;&#039;&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4 style=&amp;quot;height: 96px;&amp;quot;| {{{desc}}}&lt;br /&gt;
    |-&lt;br /&gt;
    |colspan=4| [[Coreboot-15h#{{{mfr}}} {{{name}}}|Get coreboot-15h →]]&amp;lt;span style=&amp;quot;display: inline-block; width: 30px;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;[[{{{mfr}}} {{{name}}}|Learn More →]]&lt;br /&gt;
    |}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=2002</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=2002"/>
		<updated>2026-03-15T22:18:53Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: /* Beta Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e coreboot.png&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these machines are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use. If you have one of these machines, consider helping test or develop [[coreboot-15h]] on it!&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=2001</id>
		<title>Lenovo ThinkPad X140e</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=2001"/>
		<updated>2026-03-15T22:18:15Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Update image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = X140e coreboot.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 11.6&amp;quot; W x 8.5&amp;quot; D x 1.38&amp;quot; H&lt;br /&gt;
  |weight = 3.92 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
  |color2 = Red&lt;br /&gt;
&lt;br /&gt;
  |cpu1 = E1-2500&lt;br /&gt;
  |cpu2 = A4-5000&lt;br /&gt;
  |fch = None (Kabini is an SoC)&lt;br /&gt;
  |gpu1 = Integrated GCN - HD 8240 (if E1-2500)&lt;br /&gt;
  |gpu2 = Integrated GCN - HD 8330 (if A4-5000)&lt;br /&gt;
  |ec = ITE IT8518 (QUANTA_IT8518)&lt;br /&gt;
  |ram = 2 slots (1 channel) SODIMM - up to 16GB DDR3-1600 if A4-5000, DDR3-1333 if E1-2500&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 65W 20V Lenovo ThinkPad barrel jack power adapter&lt;br /&gt;
  |battery = Removable 6-cell 62.4 Wh Li-ion (Lenovo 35+)&lt;br /&gt;
&lt;br /&gt;
  |display = 11.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 40-series ThinkPad 6-row&lt;br /&gt;
  |point1 = UltraNav multitouch touchpad&lt;br /&gt;
  |point2 = ThinkPad TrackPoint (full-size cap)&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 7mm 6Gbps SATA bay&lt;br /&gt;
  |nic = Gigabit Realtek RTL8111F&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x always-powered USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo ThinkPad X140e is an 11.6&amp;quot; laptop using AMD&#039;s fam16h [[Kabini]] SoCs.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the X140e is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA release for platform initialization. The git repository for the firmware can be reviewed [https://git.15h.org/mrothfuss/coreboot-15h here].&lt;br /&gt;
&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Lenovo ThinkPad X140e]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* The system fan does not turn off during S3&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
[[File:X140e flash1.png|frameless|200x200px]]&lt;br /&gt;
[[File:X140e flash2.png|frameless|200x200px]]&lt;br /&gt;
[[File:X140e flash3.png|frameless|200x200px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. Before switching to coreboot, make sure you are using the latest OEM BIOS to ensure the latest EC firmware is on your device. The SOIC-8 flash chip is easily accessible from the bottom of the laptop. With the rear panel removed (3 screws), the flash chip is under a piece of black tape and next to the RAM. A Pomona 5250 clip is recommended over generic clips to avoid colliding with the chassis frame. A 3.3V programmer should be used; flashrom will need the &amp;quot;-c W25Q32FV&amp;quot; argument to flash the chip. The CMOS should be cleared when switching to coreboot, the battery is next to the flash chip and can be disconnected to wipe the CMOS.&lt;br /&gt;
&lt;br /&gt;
=== Debugging ===&lt;br /&gt;
This laptop does not have a serial port. Because of this, the most practical way to get debug output from coreboot is via [[EHCI Debugging]]. Connect your EHCI debugging device to the yellow always-powered USB 2.0 port immediately next to the power input jack.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:X140e_coreboot.png&amp;diff=2000</id>
		<title>File:X140e coreboot.png</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:X140e_coreboot.png&amp;diff=2000"/>
		<updated>2026-03-15T22:17:30Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1987</id>
		<title>Lenovo ThinkPad X140e</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1987"/>
		<updated>2026-03-15T01:42:24Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = X140e.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 11.6&amp;quot; W x 8.5&amp;quot; D x 1.38&amp;quot; H&lt;br /&gt;
  |weight = 3.92 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
  |color2 = Red&lt;br /&gt;
&lt;br /&gt;
  |cpu1 = E1-2500&lt;br /&gt;
  |cpu2 = A4-5000&lt;br /&gt;
  |fch = None (Kabini is an SoC)&lt;br /&gt;
  |gpu1 = Integrated GCN - HD 8240 (if E1-2500)&lt;br /&gt;
  |gpu2 = Integrated GCN - HD 8330 (if A4-5000)&lt;br /&gt;
  |ec = ITE IT8518 (QUANTA_IT8518)&lt;br /&gt;
  |ram = 2 slots (1 channel) SODIMM - up to 16GB DDR3-1600 if A4-5000, DDR3-1333 if E1-2500&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 65W 20V Lenovo ThinkPad barrel jack power adapter&lt;br /&gt;
  |battery = Removable 6-cell 62.4 Wh Li-ion (Lenovo 35+)&lt;br /&gt;
&lt;br /&gt;
  |display = 11.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 40-series ThinkPad 6-row&lt;br /&gt;
  |point1 = UltraNav multitouch touchpad&lt;br /&gt;
  |point2 = ThinkPad TrackPoint (full-size cap)&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 7mm 6Gbps SATA bay&lt;br /&gt;
  |nic = Gigabit Realtek RTL8111F&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x always-powered USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo ThinkPad X140e is an 11.6&amp;quot; laptop using AMD&#039;s fam16h [[Kabini]] SoCs.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
This laptop is experimentally supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
=== Debugging coreboot ===&lt;br /&gt;
This laptop does not have a serial port. Because of this, the most practical way to get debug output from coreboot is via [[EHCI Debugging]]. Connect your EHCI debugging device to the yellow always-powered USB 2.0 port immediately next to the power input jack.&lt;br /&gt;
&lt;br /&gt;
=== Flashing Firmware ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Home&amp;diff=1986</id>
		<title>Home</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Home&amp;diff=1986"/>
		<updated>2026-03-15T01:39:35Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Excerpt|Showcase|hat=no|templates=Infobox, Excerpt}}&lt;br /&gt;
&lt;br /&gt;
Welcome to 15h.org, a resource for documentation and open source support for AMD&#039;s [[Family 15h]] (fam15h) and other related processors and platforms.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;🖥️ Get Started with Hardware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;⚙️ Build your Firmware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;👋 Join Us!&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Motherboards]]&lt;br /&gt;
** [[ASUS KGPE-D16]]&lt;br /&gt;
** [[ASUS KCMA-D8]]&lt;br /&gt;
** [[Supermicro H8QG6]]&lt;br /&gt;
** [[Supermicro H8SGL]]&lt;br /&gt;
** [[Supermicro H8SCM]]&lt;br /&gt;
* [[Coolers|CPU Coolers]]&lt;br /&gt;
|&lt;br /&gt;
* [[coreboot-15h]]&lt;br /&gt;
* [[External Flashing]]&lt;br /&gt;
* [[EHCI Debugging]]&lt;br /&gt;
* [https://git.15h.org/explore/repos Browse our Git forge]&lt;br /&gt;
|&lt;br /&gt;
* Join us on [[Matrix]]&lt;br /&gt;
* [[Get an Account|Get a 15h.org wiki account]]&lt;br /&gt;
* [[Add your build]]&lt;br /&gt;
* [[Community Todo List]]&lt;br /&gt;
* [[Editing This Wiki]]&lt;br /&gt;
|} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== Why 15h? ===&lt;br /&gt;
Released between 2011 and 2014, AMD&#039;s [[fam15h]] (and its approximately-contemporaneous relatives, [[fam10h]], [[fam14h]] and [[fam16h]]) are the final high-performance x86_64 microprocessors lacking most of the limitations newer x86 platforms are encumbered by. In many cases, fam15h hardware can provide a performant, full-featured system, using entirely free and open source software. It enforces no firmware signing (allowing things such as [[coreboot]]), can be booted entirely with free firmware (including memory initialization), and it requires no privileged management coprocessor (such as the Platform Security Processor or Management Engine, found on newer AMD and Intel platforms respectively). Where a [[Board Management Controller]] is present, it can usually reliably disabled, or better yet, flashed with [[OpenBMC]]. On fam10h, even microcode is unencrypted and unsigned, and can be modified by the user.&lt;br /&gt;
&lt;br /&gt;
Beyond their currently-unparalleled degree of firmware freedom for a modern x86_64 platform, AMD hardware of this era (in particular, 6200 and 6300-series [[Opteron]] platforms) remains a powerful and cost-effective option for many systems, especially under parallel workloads. Despite this, the comparative popularity of competing Intel processors during this era has limited the familiarity and uptake of these pre-Zen AMD platforms among many enthusiasts.&lt;br /&gt;
&lt;br /&gt;
If you are looking for an x86_64 platform under your complete control, this website serves to demystify fam15h and its relatives, so that these systems can remain in operation well into the future.&lt;br /&gt;
&lt;br /&gt;
=== What hardware was that again? ===&lt;br /&gt;
Robust support for coreboot on select fam15h motherboards has been developed and thoroughly tested at 15h.org. The current, production ready motherboards are [[KGPE-D16]], [[KCMA-D8]], [[H8QG6]], [[H8SGL]], and [[H8SCM]]. A handful of other fam15h motherboards have [[Motherboards|preliminary support]]. For these motherboards, the [[Bulldozer]] and [[Piledriver]] microarchitectures are supported by [[coreboot-15h]].&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
Benching this section for now. It is good information, but maybe a bit disorienting for someone looking for coreboot support.&lt;br /&gt;
&lt;br /&gt;
More broadly, fam15h consists of the [[Bulldozer]], [[Piledriver]], [[Steamroller]], and [[Excavator]] microarchitectures (sold under the AMD FX and AMD Opteron CPU brands, and combined with graphics under the A4, A6, A8, A10, A12, FirePro, Sempron X2, Athlon X2, and Athlon X4 APU brands) while fam10h corresponds with the [[K10]] microarchitecture (sold under the Athlon X2, Athlon II, Sempron, Sempron X2, Phenom, Phenom II, Turion II, and Opteron CPU brands, and combined with graphics under the Sempron X2, Athlon II X2, Athlon II X4, E2, A4, A6, and A8 APU brands). The related Family 16h, corresponding with the [[Jaguar]] microarchitecture, was sold exclusively combined with graphics, under the Athlon, Sempron, E1, E2, A4, A6, and Opteron APU brands.&lt;br /&gt;
&lt;br /&gt;
FOSS firmware development has to date focused primarily on platforms using Opteron processors of the K10, Bulldozer, and Piledriver microarchitectures (for example, the [[KGPE-D16]]), as well as APUs of the Piledriver (e.g. [[G505s]]), Steamroller (e.g. [[A88XM-E]]) and Jaguar (e.g. [[AM1I-A]], [[AM1ML]]) microarchitectures.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:Board Grid}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=1985</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=1985"/>
		<updated>2026-03-15T01:22:45Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: /* Alpha Support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these machines are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use. If you have one of these machines, consider helping test or develop [[coreboot-15h]] on it!&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e.jpg&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=1984</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=1984"/>
		<updated>2026-03-15T01:19:28Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Mention third-party restore_agesa&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;coreboot-15h&#039;&#039;&#039;, also known as &#039;&#039;&#039;Mike&#039;s coreboot&#039;&#039;&#039;, is a distribution of [[coreboot]] for various [[Family 15h]] motherboards, developed by [[User:Mrothfuss|mrothfuss]], using AMD&#039;s open-source fam15h AGESA and CIMX for initialization. This has allowed for the reintroduction of several boards long-deprecated upstream (such as the [[H8QGi+-F]]), and has allowed several previously-unsupported Family 15h boards (particularly others from [[Supermicro]]) to be ported. On [[ASUS]] boards that were once supported by [[Raptor Engineering]]&#039;s native initialization implementation (removed upstream in coreboot 4.12), coreboot-15h offers improved reliability and hardware compatibility over upstream coreboot 4.11 and [[Dasharo]] 0.4.0. Improvements include dramatically more reliable memory initialization (including support for more memory and denser modules), improved stability once booted, significantly improved HyperTransport configuration, native support for hardware monitoring and fan control, and patches to the build system to allow building on modern platforms. It is, at the time of writing, believed to be the most stable and complete coreboot variant available for the hardware it targets, and it currently appears to be the only actively-developed coreboot variant supporting family 15h.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
Attempts were made in 2022 to complete the [[Raptor Engineering]] port of coreboot for the [[KGPE-D16|ASUS KGPE-D16]] motherboard. This involved an effort by [[User:Mrothfuss|mrothfuss]] to fix bugs in the previous 4.11 codebase&amp;lt;ref&amp;gt;https://github.com/mrothfuss/coreboot-D16 coreboot-D16&amp;lt;/ref&amp;gt; and development by [[Dasharo]] to migrate the platform to coreboot 4.15&amp;lt;ref&amp;gt;https://docs.dasharo.com/variants/asus_kgpe_d16/overview/&amp;lt;/ref&amp;gt;. Improvements made by [[User:Mrothfuss|mrothfuss]] were upstreamed to [[Dasharo]]&#039;s fork&amp;lt;ref&amp;gt;https://github.com/Dasharo/coreboot/pull/116&amp;lt;/ref&amp;gt;. Both efforts ultimately failed to produce reliable firmware for the [[KGPE-D16|ASUS KGPE-D16]] motherboard.&lt;br /&gt;
&lt;br /&gt;
Initial testing and development of AMD&#039;s open source AGESA/CIMx codebases by [[User:Mrothfuss|mrothfuss]] began in 2023 as a fork of coreboot 4.0 called [https://github.com/mrothfuss/coreboot-agesa coreboot-agesa]. Support for AMD Fam15 on the existing [[Supermicro]] [[H8SCM]] and [[H8QGi%2B-F]] motherboards was confirmed and improved. A new port for the [[H8DGi]] was successfully made using this codebase, providing a reliable and performant dual socket G34 motherboard similar to the [[KGPE-D16|ASUS KGPE-D16]]. Compilation of this old source code, however, required an inconvenient Debian 6 environment.&lt;br /&gt;
&lt;br /&gt;
In early 2025, the AGESA/CIMx codebases were successfully reintegrated into coreboot 4.11 under the [[coreboot-15h]] project. Initially the previous [[Supermicro]] motherboards ([[H8QGi%2B-F]], [[H8DGi]], [[H8SCM]]) were supported. New AGESA/CIMx ports for the [[ASUS]] motherboards, [[KGPE-D16]] and [[KCMA-D8]], were developed and tested by [[User:Mrothfuss|mrothfuss]] and [[User:Rane|rane]]. Integration of the AGESA/CIMx codebase into coreboot was subsequently improved, namely adding IOMMU support for AMD Fam15 motherboards. At this point, [[coreboot-15h]] surpassed all other firmware options for the supported motherboards; providing more features, better multicore performance, better power efficiency, and speculative-execution mitigation support.&lt;br /&gt;
&lt;br /&gt;
== Compiling coreboot from source ==&lt;br /&gt;
Compilation has been tested on Debian 12 and FreeBSD 14.2. Building on FreeBSD is the same as building on Linux, but &#039;make&#039; is replaced with &#039;gmake&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tested GCC Versions&#039;&#039;&#039;&lt;br /&gt;
* GCC12 Works&lt;br /&gt;
* GCC14 Fails, run-time errors.&lt;br /&gt;
* GCC15 Fails, compile-time errors.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian 12 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
apt install git build-essential m4 bison flex zlib1g-dev libncurses-dev imagemagick python-is-python3 gnat libssl-dev pkg-config&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FreeBSD 14.2 Dependencies&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### This list may be incomplete&lt;br /&gt;
pkg install git bash gmake gcc12 m4 bison ImageMagick7  python autoconf automake gettext-tools gnu-unifont&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuring and Compiling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
### Fetch coreboot-15h source&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth. You&lt;br /&gt;
#      will not be able to checkout previous commits if you&lt;br /&gt;
#      use this shallow clone option.&lt;br /&gt;
git clone https://git.15h.org/mrothfuss/coreboot-15h.git&lt;br /&gt;
cd coreboot-15h&lt;br /&gt;
&lt;br /&gt;
### Optional: Checkout a specific commit to reproduce a release&lt;br /&gt;
# git commit-id&#039;s are included at the end of a release name&lt;br /&gt;
# Example: 2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
git checkout 6f1fd5cf220&lt;br /&gt;
&lt;br /&gt;
### Optional: Fetch blobs (required for VGABIOS ROMs)&lt;br /&gt;
# Blobs can be explicitly excluded from the build by menuconfig&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/blobs&lt;br /&gt;
&lt;br /&gt;
### Optional: Manually fetch the vboot submodule&lt;br /&gt;
# This submodule will be fetched automatically, but needs to be&lt;br /&gt;
# manually downloaded if you want to use the &#039;UPDATED_SUBMODULES=1&#039;&lt;br /&gt;
# option during the coreboot.rom compilation (see below).&lt;br /&gt;
# Tip: Add the &#039;--depth=1&#039; argument to save bandwidth&lt;br /&gt;
git submodule update --init --checkout 3rdparty/vboot&lt;br /&gt;
&lt;br /&gt;
### Build the cross compiler (may take a while)&lt;br /&gt;
make crossgcc-i386 CPUS=$(nproc)&lt;br /&gt;
&lt;br /&gt;
### Select a config template from ./configs&lt;br /&gt;
# These config files are used to compile the releases distributed on 15h.org&lt;br /&gt;
# Copy the config you want to start with, you can adjust it in the next step&lt;br /&gt;
cp configs/config.asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb .config&lt;br /&gt;
&lt;br /&gt;
### Optional: Review or adjust your configuration&lt;br /&gt;
make menuconfig&lt;br /&gt;
&lt;br /&gt;
### Build coreboot, your ROM will be at ./build/coreboot.rom&lt;br /&gt;
# Tip: Add the &#039;UPDATED_SUBMODULES=1&#039; argument to skip fetching/updating all submodules&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Listing Source Files&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To review a precise list of files compiled into your ./build/coreboot.rom file, use this command.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make filelist&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command works after a successful &#039;make&#039; and changes depending on the motherboard and configuration options selected.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fetching Updates&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
git pull&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Switching Motherboards&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you want to switch motherboards, you must first clean the build environment. Afterwards, continue from the config selection step.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
make distclean&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Stable==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KCMA-D8]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/68/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/a/a5/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/7/70/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/e/e9/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/d/db/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/a/a8/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/4/4f/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f5/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/48/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS KGPE-D16]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;KGPE-D16/CHN&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.17-v4.11-582d6f37158&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for the BMC module&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/7/7b/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/4/4e/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/d/d9/Coreboot-15h_2025.12.17-v4.11-582d6f37158_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.12.08-v4.11-4bb1cd46931&lt;br /&gt;
|&lt;br /&gt;
* Added x16 support for PCIe Slot 4&lt;br /&gt;
** PCIe 4 Switches to x16 mode if PCIe 5 is empty&lt;br /&gt;
* Enabled COM2&lt;br /&gt;
* Fixed COM1/COM2 ACPI Entries&lt;br /&gt;
** Improves OS detection of COM1/COM2 ports&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/5/54/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/0/0c/Coreboot-15h_2025.12.08-v4.11-4bb1cd46931_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/9/9c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/8/86/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/4/4c/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/0/0b/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.11-v4.11-63a34806baf &lt;br /&gt;
|&lt;br /&gt;
* Added support for microcode removal&lt;br /&gt;
* Created configs with blobs removed&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/16/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS + uCode (text-mode)&lt;br /&gt;
** [https://15h.org/images/2/27/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
* SeaBIOS (text-mode, blob-free)&lt;br /&gt;
** [https://15h.org/images/8/89/Coreboot-15h_2025.10.11-v4.11-63a34806baf_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.10-v4.11-a99acc20d4a&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Robust support for all DIMM slots&lt;br /&gt;
*** up to 32GB RDIMMs supported&lt;br /&gt;
*** up to 64GB LRDIMMs supported&lt;br /&gt;
** Up to 4 PCIe cards supported&lt;br /&gt;
** Native fan control&lt;br /&gt;
** Latest microcode&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/6c/Coreboot-15h_2025.10.10-v4.11-a99acc20d4a_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SCM]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8SCM&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SCM-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c7/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.11-v4.11-61cbef5bdd2&lt;br /&gt;
|&lt;br /&gt;
* Minor bug fixes relating to the C32 socket&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/ab/Coreboot-15h_2025.11.11-v4.11-61cbef5bdd2_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/22/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/31/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Fixed support for rev 1.02 motherboards&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/61/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/34/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/58/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8SGL]] ===&lt;br /&gt;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;H8SGL&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8SGL-F&#039;&#039;&#039;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.18-v4.11-4094163932a&lt;br /&gt;
|&lt;br /&gt;
* Partial UART support&lt;br /&gt;
** Requires the BMC to be online&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/2/26/Coreboot-15h_2025.11.18-v4.11-4094163932a_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.11.09-v4.11-6f1fd5cf220&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/cc/Coreboot-15h_2025.11.09-v4.11-6f1fd5cf220_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/51/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.09.15-v4.11-58cfb23a680&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/a4/Coreboot-15h_2025.09.15-v4.11-58cfb23a680_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8QG6]] ===&lt;br /&gt;
Supported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-F&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;H8QG6+-F&#039;&#039;&#039;&lt;br /&gt;
Unsupported motherboard variants:&lt;br /&gt;
* &#039;&#039;&#039;H8QGi+-LN4F&#039;&#039;&#039; and &#039;&#039;&#039;H8QG7+-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Support can be added if someone has either board&lt;br /&gt;
* &#039;&#039;&#039;H8QGi-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QG6-F&#039;&#039;&#039;, &#039;&#039;&#039;H8QGi-LN4F&#039;&#039;&#039;, and &#039;&#039;&#039;H8QG7-LN4F&#039;&#039;&#039;&lt;br /&gt;
** Dual northbridge support is incomplete&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2026.03.13-v4.11-0b517349413&lt;br /&gt;
|&lt;br /&gt;
* Optimized HyperTransport Speed and Deemphasis&lt;br /&gt;
* Optimized RAM Power Saving&lt;br /&gt;
* Optimized RAM ECC Scrub Rates&lt;br /&gt;
* Setup Thermal Throttling&lt;br /&gt;
* Enabled Thermal Shutdown&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/c/c4/Coreboot-15h_2026.03.13-v4.11-0b517349413_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.10.31-v4.11-c71dd7896fe&lt;br /&gt;
|&lt;br /&gt;
* Enabled the IOMMU&lt;br /&gt;
* Enabled the HPET&lt;br /&gt;
* Added coreinfo and memtest&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/f/f9/Coreboot-15h_2025.10.31-v4.11-c71dd7896fe_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.04.28-v4.11-34811b78c48&lt;br /&gt;
|&lt;br /&gt;
* Added support for UDIMM and LRDIMM memory&lt;br /&gt;
* Updated config&lt;br /&gt;
** RAM interleaving is only enabled for channels, not bank nor nodes&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.04.28-v4.11-34811b78c48_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated config&lt;br /&gt;
** Onboard VGA is no longer primary by default&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/65/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.25-v4.11-97011b87c1&lt;br /&gt;
|&lt;br /&gt;
* Initial v4.11 AGESA release&lt;br /&gt;
** Microcode Updated&lt;br /&gt;
** Added fan control&lt;br /&gt;
** Enabled onboard SAS controller&lt;br /&gt;
** Various AGESA bugs fixed&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/64/Coreboot-15h_2025.02.25-v4.11-97011b87c1_supermicro_h8qg6-pm-f_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Beta==&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/0/03/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_f2a85-m_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M PRO]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.09-v4.11-1ca15f788b&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/a/a5/Coreboot-15h_2025.03.09-v4.11-1ca15f788b_asus_f2a85-m-pro_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB-UNTESTED]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[ASUS F2A85-M LE]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.09-v4.11-1ca15f788b&lt;br /&gt;
|&lt;br /&gt;
* Initial release&lt;br /&gt;
** Uses the existing AGESA 15TN codebase&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + XHCI-FW + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/e/ee/Coreboot-15h_2025.03.09-v4.11-1ca15f788b_asus_f2a85-m-le_seabios_ucode_xhci-fw_vga-oproms_8mb.tar.gz 8MB-UNTESTED]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== [[Supermicro H8DG6]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.05.08-v4.11-7f9e8d15532&lt;br /&gt;
|&lt;br /&gt;
* Initial support&lt;br /&gt;
** Onboard SAS enabled&lt;br /&gt;
** No fan control&lt;br /&gt;
** Northbridge 2 is offline&lt;br /&gt;
** IOMMU is disabled&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/6/63/Coreboot-15h_2025.05.08-v4.11-7f9e8d15532_supermicro_h8dg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz 2MB]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Third-Party Support ==&lt;br /&gt;
These boards can be built using coreboot-15h, but are currently best-supported by Mike Banon&#039;s &amp;lt;code&amp;gt;restore_agesa.sh&amp;lt;/code&amp;gt; script.&lt;br /&gt;
&lt;br /&gt;
=== Lenovo G505s ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS A88XM-E ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
=== ASUS AM1I-A ===&lt;br /&gt;
See [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking#restore_agesa.sh here]&lt;br /&gt;
&lt;br /&gt;
== Deprecated ==&lt;br /&gt;
&lt;br /&gt;
=== [[KGPE-D16 (Raptor)|ASUS KGPE-D16 (Raptor)]] ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| {{center|&#039;&#039;&#039;Release&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Notes&#039;&#039;&#039;}}&lt;br /&gt;
| {{center|&#039;&#039;&#039;Download Options&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|2025.03.08-v4.11-9f78cb25cd&lt;br /&gt;
|&lt;br /&gt;
* Updated configs&lt;br /&gt;
** Sets default CMOS settings each boot&lt;br /&gt;
** Expanded CBFS for 16MB&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/b/b7/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/a/aa/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/7/72/Coreboot-15h_2025.03.08-v4.11-9f78cb25cd_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2025.02.23-v4.11-583f5e6a34&lt;br /&gt;
|&lt;br /&gt;
* Added fan control&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/5/59/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/d/de/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/a/af/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/d/dc/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/4/4f/Coreboot-15h_2025.02.23-v4.11-583f5e6a34_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|2024.09.16-v4.11-d176edf4ae&lt;br /&gt;
|&lt;br /&gt;
* Added more configuration variants&lt;br /&gt;
* Removed coreinfo as a secondary payload&lt;br /&gt;
* coreboot codebase unchanged&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/3/35/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/3/32/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS + uCode&lt;br /&gt;
** [https://15h.org/images/0/01/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/e/e6/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
* SeaBIOS (blob-free)&lt;br /&gt;
** [https://15h.org/images/5/5d/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz 2MB] [https://15h.org/images/5/5a/Coreboot-15h_2024.09.16-v4.11-d176edf4ae_asus_kgpe-d16_seabios_no-ucode_no-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
2024.09.14-v4.11-065549759c&lt;br /&gt;
|&lt;br /&gt;
* Improved board stability&lt;br /&gt;
** Fixed bugs in RAM initialization code&lt;br /&gt;
** Fixed HyperTransport Deemphasis values&lt;br /&gt;
|&lt;br /&gt;
* SeaBIOS + uCode + VGA-OpROMs&lt;br /&gt;
** [https://15h.org/images/1/18/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz 2MB] [https://15h.org/images/d/d4/Coreboot-15h_2024.09.14-v4.11-065549759c_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_16mb.tar.gz 16MB]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Home&amp;diff=1983</id>
		<title>Home</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Home&amp;diff=1983"/>
		<updated>2026-03-15T01:14:16Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Excerpt|Showcase|hat=no|templates=Infobox, Excerpt}}&lt;br /&gt;
&lt;br /&gt;
Welcome to 15h.org, a resource for documentation and open source support for AMD&#039;s [[Family 15h]] (fam15h) and other related processors and platforms.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;🖥️ Get Started with Hardware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;⚙️ Build your Firmware&#039;&#039;&#039;}}&lt;br /&gt;
| style=&amp;quot;width: 33.33%&amp;quot;| {{center|&#039;&#039;&#039;👋 Join Us!&#039;&#039;&#039;}}&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[Motherboards]]&lt;br /&gt;
** [[ASUS KGPE-D16]]&lt;br /&gt;
** [[ASUS KCMA-D8]]&lt;br /&gt;
** [[Supermicro H8QG6]]&lt;br /&gt;
** [[Supermicro H8SGL]]&lt;br /&gt;
** [[Supermicro H8SCM]]&lt;br /&gt;
* [[Coolers|CPU Coolers]]&lt;br /&gt;
|&lt;br /&gt;
* [[coreboot-15h]]&lt;br /&gt;
* [https://git.15h.org/explore/repos Browse our Git forge]&lt;br /&gt;
|&lt;br /&gt;
* Join us on [[Matrix]]&lt;br /&gt;
* [[Get an Account|Get a 15h.org wiki account]]&lt;br /&gt;
* [[Add your build]]&lt;br /&gt;
* [[Community Todo List]]&lt;br /&gt;
* [[Editing This Wiki]]&lt;br /&gt;
|} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
=== Why 15h? ===&lt;br /&gt;
Released between 2011 and 2014, AMD&#039;s [[fam15h]] (and its approximately-contemporaneous relatives, [[fam10h]], [[fam14h]] and [[fam16h]]) are the final high-performance x86_64 microprocessors lacking most of the limitations newer x86 platforms are encumbered by. In many cases, fam15h hardware can provide a performant, full-featured system, using entirely free and open source software. It enforces no firmware signing (allowing things such as [[coreboot]]), can be booted entirely with free firmware (including memory initialization), and it requires no privileged management coprocessor (such as the Platform Security Processor or Management Engine, found on newer AMD and Intel platforms respectively). Where a [[Board Management Controller]] is present, it can usually reliably disabled, or better yet, flashed with [[OpenBMC]]. On fam10h, even microcode is unencrypted and unsigned, and can be modified by the user.&lt;br /&gt;
&lt;br /&gt;
Beyond their currently-unparalleled degree of firmware freedom for a modern x86_64 platform, AMD hardware of this era (in particular, 6200 and 6300-series [[Opteron]] platforms) remains a powerful and cost-effective option for many systems, especially under parallel workloads. Despite this, the comparative popularity of competing Intel processors during this era has limited the familiarity and uptake of these pre-Zen AMD platforms among many enthusiasts.&lt;br /&gt;
&lt;br /&gt;
If you are looking for an x86_64 platform under your complete control, this website serves to demystify fam15h and its relatives, so that these systems can remain in operation well into the future.&lt;br /&gt;
&lt;br /&gt;
=== What hardware was that again? ===&lt;br /&gt;
Robust support for coreboot on select fam15h motherboards has been developed and thoroughly tested at 15h.org. The current, production ready motherboards are [[KGPE-D16]], [[KCMA-D8]], [[H8QG6]], [[H8SGL]], and [[H8SCM]]. A handful of other fam15h motherboards have [[Motherboards|preliminary support]]. For these motherboards, the [[Bulldozer]] and [[Piledriver]] microarchitectures are supported by [[coreboot-15h]].&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
Benching this section for now. It is good information, but maybe a bit disorienting for someone looking for coreboot support.&lt;br /&gt;
&lt;br /&gt;
More broadly, fam15h consists of the [[Bulldozer]], [[Piledriver]], [[Steamroller]], and [[Excavator]] microarchitectures (sold under the AMD FX and AMD Opteron CPU brands, and combined with graphics under the A4, A6, A8, A10, A12, FirePro, Sempron X2, Athlon X2, and Athlon X4 APU brands) while fam10h corresponds with the [[K10]] microarchitecture (sold under the Athlon X2, Athlon II, Sempron, Sempron X2, Phenom, Phenom II, Turion II, and Opteron CPU brands, and combined with graphics under the Sempron X2, Athlon II X2, Athlon II X4, E2, A4, A6, and A8 APU brands). The related Family 16h, corresponding with the [[Jaguar]] microarchitecture, was sold exclusively combined with graphics, under the Athlon, Sempron, E1, E2, A4, A6, and Opteron APU brands.&lt;br /&gt;
&lt;br /&gt;
FOSS firmware development has to date focused primarily on platforms using Opteron processors of the K10, Bulldozer, and Piledriver microarchitectures (for example, the [[KGPE-D16]]), as well as APUs of the Piledriver (e.g. [[G505s]]), Steamroller (e.g. [[A88XM-E]]) and Jaguar (e.g. [[AM1I-A]], [[AM1ML]]) microarchitectures.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:Board Grid}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Board_Grid&amp;diff=1982</id>
		<title>Board Grid</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Board_Grid&amp;diff=1982"/>
		<updated>2026-03-15T01:14:07Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Stable Support ==&lt;br /&gt;
coreboot ports for these machines work with a wide range of peripherals (in some cases supporting more hardware than their stock firmware), have reliable hardware-based fan control, and have been deployed successfully by 15h.org community members. Review the corresponding [[Motherboards|motherboard]] page for any remaining missing or untested features. For source, see [https://git.15h.org/mrothfuss/coreboot-15h our git forge].&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = G505s&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = G505s.jpg&lt;br /&gt;
 |socket = FS1r2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = 15.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Mainstream laptop with Piledriver APU and optional dGPU. Comprehensive FOSS firmware effort.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KGPE-D16&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Kgpe-d16.jpeg&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Popular choice among 15h users. BMC supports blob-free VGA and OpenBMC. Versatile I/O.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = KCMA-D8&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
 |socket = 2x C32&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI CEB&lt;br /&gt;
 |desc = Lower-power and more compact than KGPE-D16. BMC supports blob-free VGA and OpenBMC.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8QG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8QGi+-F_Motherboard.png&lt;br /&gt;
 |socket = 4x G34&lt;br /&gt;
 |cores = 64&lt;br /&gt;
 |ram = 1TB ECC&lt;br /&gt;
 |formfactor = SWTX&lt;br /&gt;
 |desc = The largest and most-performant board supported in coreboot-15h.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SGL&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SGL_Board.png&lt;br /&gt;
 |socket = 1x G34&lt;br /&gt;
 |cores = 16&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = ATX 12x8&amp;quot;&lt;br /&gt;
 |desc = ATX 12&amp;quot; x 8&amp;quot; form factor fits standard cases.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8SCM&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8SCM_Motherboard.png&lt;br /&gt;
 |socket = 1x C32&lt;br /&gt;
 |cores = 8&lt;br /&gt;
 |ram = 256GB ECC&lt;br /&gt;
 |formfactor = uATX 9.6x8.6&amp;quot;&lt;br /&gt;
 |desc = Smallest 15h Opteron board available - well-suited to networking and storage applications.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Beta Support ==&lt;br /&gt;
coreboot ports for these boards may be complete enough to be used in a production setting, depending on your needs. Review the corresponding [[Motherboards|motherboard]] page for missing features, known bugs, or untested features.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = F2A85-M&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = F2A85-M.png&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 32GB&lt;br /&gt;
 |formfactor = uATX 9.6x9.6&amp;quot;&lt;br /&gt;
 |desc = Inexpensive and efficient, reasonable single-thread performance.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = A88XM-E&lt;br /&gt;
 |cpubrand = A10&lt;br /&gt;
 |image = A88XM-E.webp&lt;br /&gt;
 |socket = FM2&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = uATX 8.9x7.4&amp;quot;&lt;br /&gt;
 |desc = Smaller than F2A85-M, with fewer RAM and PCIe slots. Socket also fits FM2+, coreboot supports FM2 only.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = ASUS&lt;br /&gt;
 |name = AM1I-A&lt;br /&gt;
 |cpubrand = Athlon&lt;br /&gt;
 |image = AM1I-A.webp&lt;br /&gt;
 |socket = AM1&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = Mini-ITX&lt;br /&gt;
 |desc = Small-form-factor motherboard for the highly-integrated AM1 platform (16h Kabini).&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Alpha Support ==&lt;br /&gt;
coreboot ports for these boards are capable of booting, but are missing important functionality and are unlikely to be suitable for non-development use.&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Lenovo&lt;br /&gt;
 |name = ThinkPad X140e&lt;br /&gt;
 |cpubrand = A4&lt;br /&gt;
 |image = X140e.jpg&lt;br /&gt;
 |socket = Kabini&lt;br /&gt;
 |cores = 4&lt;br /&gt;
 |ram = 16GB&lt;br /&gt;
 |formfactor = 11.6&amp;quot; Laptop&lt;br /&gt;
 |desc = Compact and efficient 11.6&amp;quot; laptop using a highly-integrated 16h Kabini APU.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Board card&lt;br /&gt;
 |mfr = Supermicro&lt;br /&gt;
 |name = H8DG6&lt;br /&gt;
 |cpubrand = Opteron&lt;br /&gt;
 |image = H8DGI.png&lt;br /&gt;
 |socket = 2x G34&lt;br /&gt;
 |cores = 32&lt;br /&gt;
 |ram = 512GB ECC&lt;br /&gt;
 |formfactor = SSI EEB&lt;br /&gt;
 |desc = Alternative to KGPE-D16 - theoretically more PCIe lanes, but some slots and BMC currently unsupported.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:CPUlogo_Athlon&amp;diff=1981</id>
		<title>Template:CPUlogo Athlon</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:CPUlogo_Athlon&amp;diff=1981"/>
		<updated>2026-03-15T01:04:44Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Created page with &amp;quot;AthlonBadge.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AthlonBadge.png&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:AthlonBadge.png&amp;diff=1980</id>
		<title>File:AthlonBadge.png</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:AthlonBadge.png&amp;diff=1980"/>
		<updated>2026-03-15T01:03:47Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:CPUlogo_A4&amp;diff=1979</id>
		<title>Template:CPUlogo A4</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:CPUlogo_A4&amp;diff=1979"/>
		<updated>2026-03-15T00:33:15Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Created page with &amp;quot;A4Badge.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A4Badge.png&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:A4Badge.png&amp;diff=1978</id>
		<title>File:A4Badge.png</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:A4Badge.png&amp;diff=1978"/>
		<updated>2026-03-15T00:32:51Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Mfrlogo_Lenovo&amp;diff=1977</id>
		<title>Template:Mfrlogo Lenovo</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Mfrlogo_Lenovo&amp;diff=1977"/>
		<updated>2026-03-15T00:29:27Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Created page with &amp;quot;Lenovo_logo_(English).svg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lenovo_logo_(English).svg&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_G505s&amp;diff=1967</id>
		<title>Lenovo G505s</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_G505s&amp;diff=1967"/>
		<updated>2026-03-14T15:08:56Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = G505s.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 14.96&amp;quot; W x 10.24&amp;quot; D x 1.02&amp;quot; H&lt;br /&gt;
  |weight = 5.51 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
&lt;br /&gt;
  |socket = FS1r2&lt;br /&gt;
  |fch = A76M (Bolton-M3)&lt;br /&gt;
  |gpu1 = Integrated (e.g. HD 8650G in A10-5750M)&lt;br /&gt;
  |gpu2 = Optional Radeon HD 8570M 2GB dGPU&lt;br /&gt;
  |ec = ENE KB932 (COMPAL_ENE932)&lt;br /&gt;
  |ram = 2 slots (2 channels) SODIMM - up to 16GB DDR3-1600&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 90W 20V Lenovo &amp;quot;Slim Tip&amp;quot; power adapter&lt;br /&gt;
  |battery = Removable 4-cell 32 Wh Li-ion&lt;br /&gt;
&lt;br /&gt;
  |display = 15.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 6-row with numeric keypad&lt;br /&gt;
  |point1 = Multitouch touchpad&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 9.5mm 6Gbps SATA bay&lt;br /&gt;
  |storage2 = Tray-Loading DVD+R DL/DVD-RW optical drive&lt;br /&gt;
  |nic = 10/100 Atheros AR8162&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
  |memorycard = Full-size SD card slot&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo G505s is a 15.6&amp;quot; laptop using AMD&#039;s fam15h [[Richland]] APUs. Part of Lenovo&#039;s low-cost &amp;quot;Essential&amp;quot; laptop line, it is commonly misidentified as part of the separate IdeaPad product line. The G505s has historically been a well-known laptop option among [[Qubes OS]] users, as historically most older 100%-FOSS-firmware laptops (such as the ThinkPad T400) have not supported an IOMMU, required for Qubes as of 4.0.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
This laptop is not currently supported in [[coreboot-15h]]. However, it was supported in upstream coreboot until recently. Instructions for building its firmware can be found [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking on Mike Banon&#039;s webpage].&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1966</id>
		<title>Lenovo ThinkPad X140e</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1966"/>
		<updated>2026-03-14T14:29:51Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = X140e.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 11.6&amp;quot; W x 8.5&amp;quot; D x 1.38&amp;quot; H&lt;br /&gt;
  |weight = 3.92 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
  |color2 = Red&lt;br /&gt;
&lt;br /&gt;
  |cpu1 = E1-2500&lt;br /&gt;
  |cpu2 = A4-5000&lt;br /&gt;
  |fch = None (Kabini is an SoC)&lt;br /&gt;
  |gpu1 = Integrated GCN - HD 8240 (if E1-2500)&lt;br /&gt;
  |gpu2 = Integrated GCN - HD 8330 (if A4-5000)&lt;br /&gt;
  |ec = ITE IT8518 (QUANTA_IT8518)&lt;br /&gt;
  |ram = 2 slots (1 channel) SODIMM - up to 16GB DDR3-1600 if A4-5000, DDR3-1333 if E1-2500&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 65W 20V Lenovo ThinkPad barrel jack power adapter&lt;br /&gt;
  |battery = Removable 6-cell 62.4 Wh Li-ion (Lenovo 35+)&lt;br /&gt;
&lt;br /&gt;
  |display = 11.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 40-series ThinkPad 6-row&lt;br /&gt;
  |point1 = UltraNav multitouch touchpad&lt;br /&gt;
  |point2 = ThinkPad TrackPoint (full-size cap)&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 7mm 6Gbps SATA bay&lt;br /&gt;
  |nic = Gigabit Realtek RTL8111F&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x always-powered USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo ThinkPad X140e is an 11.6&amp;quot; laptop using AMD&#039;s fam16h [[Kabini]] SoCs.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
This laptop is experimentally supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_G505s&amp;diff=1965</id>
		<title>Lenovo G505s</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_G505s&amp;diff=1965"/>
		<updated>2026-03-14T14:29:33Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: Created page with &amp;quot;{{Infobox laptop   |image = G505s.jpg   |image_size = 300    |introduced = 2013   |manufacturer = Lenovo   |dimensions = 14.96&amp;quot; W x 10.24&amp;quot; D x 1.02&amp;quot; H   |weight = 5.51 lb   |color1 = Black    |socket = FS1r2   |fch = A76M (Bolton-M3)   |gpu1 = Integrated (e.g. HD 8650G in A10-5750M)   |gpu2 = Optional Radeon HD 8570M 2GB dGPU   |ec = ENE KB932 (COMPAL_ENE932)   |ram = 2 slots (2 channels) SODIMM - up to 16GB DDR3-1600   |bios = 4 MiB soldered SOIC-16    |ac = 90W 20V...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = G505s.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 14.96&amp;quot; W x 10.24&amp;quot; D x 1.02&amp;quot; H&lt;br /&gt;
  |weight = 5.51 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
&lt;br /&gt;
  |socket = FS1r2&lt;br /&gt;
  |fch = A76M (Bolton-M3)&lt;br /&gt;
  |gpu1 = Integrated (e.g. HD 8650G in A10-5750M)&lt;br /&gt;
  |gpu2 = Optional Radeon HD 8570M 2GB dGPU&lt;br /&gt;
  |ec = ENE KB932 (COMPAL_ENE932)&lt;br /&gt;
  |ram = 2 slots (2 channels) SODIMM - up to 16GB DDR3-1600&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 90W 20V Lenovo &amp;quot;Slim Tip&amp;quot; power adapter&lt;br /&gt;
  |battery = Removable 3-cell 32 Wh Li-ion&lt;br /&gt;
&lt;br /&gt;
  |display = 15.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 6-row with numeric keypad&lt;br /&gt;
  |point1 = Multitouch touchpad&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 9.5mm 6Gbps SATA bay&lt;br /&gt;
  |storage2 = Tray-Loading DVD+R DL/DVD-RW optical drive&lt;br /&gt;
  |nic = 10/100 Atheros AR8162&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb1 = 2x USB3&lt;br /&gt;
  |usb2 = 1x USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
  |memorycard = Full-size SD card slot&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo G505s is a 15.6&amp;quot; laptop using AMD&#039;s fam15h [[Richland]] APUs. Part of Lenovo&#039;s low-cost &amp;quot;Essential&amp;quot; laptop line, it is commonly misidentified as part of the separate IdeaPad product line. The G505s has historically been a well-known laptop option among [[Qubes OS]] users, as historically most older 100%-FOSS-firmware laptops (such as the ThinkPad T400) have not supported an IOMMU, required for Qubes as of 4.0.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
This laptop is not currently supported in [[coreboot-15h]]. However, it was supported in upstream coreboot until recently. Instructions for building its firmware can be found [https://dangerousprototypes.com/docs/Lenovo_G505S_hacking on Mike Banon&#039;s webpage].&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Infobox_laptop&amp;diff=1964</id>
		<title>Template:Infobox laptop</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Infobox_laptop&amp;diff=1964"/>
		<updated>2026-03-14T14:28:11Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ infobox&lt;br /&gt;
| aboveclass = fn&lt;br /&gt;
| above = {{{name|&amp;lt;includeonly&amp;gt;{{PAGENAMEBASE}}&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
| abovestyle  = background-color:#C0C0C0; padding:4px; text-align:center; font-size:1.35em&lt;br /&gt;
| bodyclass = hproduct&lt;br /&gt;
| bodystyle =  width:25em&lt;br /&gt;
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}|upright={{{upright|1.25}}}|suppressplaceholder=yes}}&lt;br /&gt;
| captionstyle = font-size: 95%; font-style: italic;&lt;br /&gt;
| caption = {{{caption|}}}&lt;br /&gt;
| headerstyle = background-color: #C0C0C0&lt;br /&gt;
&lt;br /&gt;
| header1  = Overview&lt;br /&gt;
&lt;br /&gt;
| label2   = Introduced&lt;br /&gt;
| data2    = {{{introduced|}}}&lt;br /&gt;
&lt;br /&gt;
| label3   = Manufacturer&lt;br /&gt;
| data3    = {{{manufacturer|}}}&lt;br /&gt;
&lt;br /&gt;
| label4   = Overall Dimensions&lt;br /&gt;
| data4    = {{{dimensions|}}}&lt;br /&gt;
&lt;br /&gt;
| label5   = Weight&lt;br /&gt;
| data5    = {{{weight|}}}&lt;br /&gt;
&lt;br /&gt;
| label6  = Color{{ #if: {{{color2|}}}|s}} Available&lt;br /&gt;
| data6   = {{unbulleted list&lt;br /&gt;
| {{{color1|}}}&lt;br /&gt;
| {{{color2|}}}&lt;br /&gt;
| {{{color3|}}}&lt;br /&gt;
| {{{color4|}}}&lt;br /&gt;
| {{{color5|}}}&lt;br /&gt;
| {{{color6|}}}&lt;br /&gt;
| {{{color7|}}}&lt;br /&gt;
| {{{color8|}}}&lt;br /&gt;
| {{{color9|}}}&lt;br /&gt;
| {{{color10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| header7  = Motherboard&lt;br /&gt;
&lt;br /&gt;
| label8   = Socketed CPU&lt;br /&gt;
| data8    = {{{socket|}}}&lt;br /&gt;
&lt;br /&gt;
| label9  = Soldered CPU {{ #if: {{{cpu2|}}}|Options}}&lt;br /&gt;
| data9   = {{unbulleted list&lt;br /&gt;
| {{{cpu1|}}}&lt;br /&gt;
| {{{cpu2|}}}&lt;br /&gt;
| {{{cpu3|}}}&lt;br /&gt;
| {{{cpu4|}}}&lt;br /&gt;
| {{{cpu5|}}}&lt;br /&gt;
| {{{cpu6|}}}&lt;br /&gt;
| {{{cpu7|}}}&lt;br /&gt;
| {{{cpu8|}}}&lt;br /&gt;
| {{{cpu9|}}}&lt;br /&gt;
| {{{cpu10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label10   = [[Northbridge]]&lt;br /&gt;
| data10    = {{{northbridge|}}}&lt;br /&gt;
&lt;br /&gt;
| label11   = [[Southbridge]]&lt;br /&gt;
| data11    = {{{southbridge|}}}&lt;br /&gt;
&lt;br /&gt;
| label12   = [[FCH|Chipset]]&lt;br /&gt;
| data12    = {{{fch|}}}&lt;br /&gt;
&lt;br /&gt;
| label13  = GPU {{ #if: {{{cpu2|}}}|Options}}&lt;br /&gt;
| data13   = {{unbulleted list&lt;br /&gt;
| {{{gpu1|}}}&lt;br /&gt;
| {{{gpu2|}}}&lt;br /&gt;
| {{{gpu3|}}}&lt;br /&gt;
| {{{gpu4|}}}&lt;br /&gt;
| {{{gpu5|}}}&lt;br /&gt;
| {{{gpu6|}}}&lt;br /&gt;
| {{{gpu7|}}}&lt;br /&gt;
| {{{gpu8|}}}&lt;br /&gt;
| {{{gpu9|}}}&lt;br /&gt;
| {{{gpu10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label14   = [[Embedded Controller]]&lt;br /&gt;
| data14    = {{{ec|}}}&lt;br /&gt;
&lt;br /&gt;
| label15   = Memory&lt;br /&gt;
| data15    = {{{ram|}}}&lt;br /&gt;
&lt;br /&gt;
| label16   = [[BIOS Flash]]&lt;br /&gt;
| data16    = {{{bios|}}}&lt;br /&gt;
&lt;br /&gt;
| header17  = Power&lt;br /&gt;
&lt;br /&gt;
| label18   = AC Adapter&lt;br /&gt;
| data18    = {{{ac|}}}&lt;br /&gt;
&lt;br /&gt;
| label19   = Battery&lt;br /&gt;
| data19    = {{{battery|}}}&lt;br /&gt;
&lt;br /&gt;
| header20  = Human Interface&lt;br /&gt;
&lt;br /&gt;
| label21   = Display&lt;br /&gt;
| data21    = {{{display|}}}&lt;br /&gt;
&lt;br /&gt;
| label22   = Keyboard&lt;br /&gt;
| data22    = {{{keyboard|}}}&lt;br /&gt;
&lt;br /&gt;
| label23  = Pointing Device{{ #if: {{{point2|}}}|s}}&lt;br /&gt;
| data23   = {{unbulleted list&lt;br /&gt;
| {{{point1|}}}&lt;br /&gt;
| {{{point2|}}}&lt;br /&gt;
| {{{point3|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label24   = Fingerprint Reader&lt;br /&gt;
| data24    = {{{fingerprint|}}}&lt;br /&gt;
&lt;br /&gt;
| label25   = Webcam&lt;br /&gt;
| data25    = {{{webcam|}}}&lt;br /&gt;
&lt;br /&gt;
| header26  = I/O&lt;br /&gt;
&lt;br /&gt;
| label27  = Expansion Slot{{ #if: {{{slot2|}}}|s}}&lt;br /&gt;
| data27   = {{unbulleted list&lt;br /&gt;
| {{{slot1|}}}&lt;br /&gt;
| {{{slot2|}}}&lt;br /&gt;
| {{{slot3|}}}&lt;br /&gt;
| {{{slot4|}}}&lt;br /&gt;
| {{{slot5|}}}&lt;br /&gt;
| {{{slot6|}}}&lt;br /&gt;
| {{{slot7|}}}&lt;br /&gt;
| {{{slot8|}}}&lt;br /&gt;
| {{{slot9|}}}&lt;br /&gt;
| {{{slot10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label28  = Storage&lt;br /&gt;
| data28   = {{unbulleted list&lt;br /&gt;
| {{{storage1|}}}&lt;br /&gt;
| {{{storage2|}}}&lt;br /&gt;
| {{{storage3|}}}&lt;br /&gt;
| {{{storage4|}}}&lt;br /&gt;
| {{{storage5|}}}&lt;br /&gt;
| {{{storage6|}}}&lt;br /&gt;
| {{{storage7|}}}&lt;br /&gt;
| {{{storage8|}}}&lt;br /&gt;
| {{{storage9|}}}&lt;br /&gt;
| {{{storage10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label29   = Ethernet Interface&lt;br /&gt;
| data29    = {{{nic|}}}&lt;br /&gt;
&lt;br /&gt;
| label30   = Factory WLAN Card&lt;br /&gt;
| data30    = {{{factorywlan|}}}&lt;br /&gt;
&lt;br /&gt;
| label31   = Soldered WLAN&lt;br /&gt;
| data31    = {{{solderedwlan|}}}&lt;br /&gt;
&lt;br /&gt;
| label32  = USB Ports&lt;br /&gt;
| data32   = {{unbulleted list&lt;br /&gt;
| {{{usb1|}}}&lt;br /&gt;
| {{{usb2|}}}&lt;br /&gt;
| {{{usb3|}}}&lt;br /&gt;
| {{{usb4|}}}&lt;br /&gt;
| {{{usb5|}}}&lt;br /&gt;
| {{{usb6|}}}&lt;br /&gt;
| {{{usb7|}}}&lt;br /&gt;
| {{{usb8|}}}&lt;br /&gt;
| {{{usb9|}}}&lt;br /&gt;
| {{{usb10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label33  = Audio Interface{{ #if: {{{audio2|}}}|s}}&lt;br /&gt;
| data33   = {{unbulleted list&lt;br /&gt;
| {{{audio1|}}}&lt;br /&gt;
| {{{audio2|}}}&lt;br /&gt;
| {{{audio3|}}}&lt;br /&gt;
| {{{audio4|}}}&lt;br /&gt;
| {{{audio5|}}}&lt;br /&gt;
| {{{audio6|}}}&lt;br /&gt;
| {{{audio7|}}}&lt;br /&gt;
| {{{audio8|}}}&lt;br /&gt;
| {{{audio9|}}}&lt;br /&gt;
| {{{audio10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label34  = Display Output{{ #if: {{{dispout2|}}}|s}}&lt;br /&gt;
| data34   = {{unbulleted list&lt;br /&gt;
| {{{dispout1|}}}&lt;br /&gt;
| {{{dispout2|}}}&lt;br /&gt;
| {{{dispout3|}}}&lt;br /&gt;
| {{{dispout4|}}}&lt;br /&gt;
| {{{dispout5|}}}&lt;br /&gt;
| {{{dispout6|}}}&lt;br /&gt;
| {{{dispout7|}}}&lt;br /&gt;
| {{{dispout8|}}}&lt;br /&gt;
| {{{dispout9|}}}&lt;br /&gt;
| {{{dispout10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label35   = Memory Card Reader&lt;br /&gt;
| data35    = {{{memorycard|}}}&lt;br /&gt;
&lt;br /&gt;
| label36  = Other Port{{ #if: {{{other2|}}}|s}}&lt;br /&gt;
| data36   = {{unbulleted list&lt;br /&gt;
| {{{other1|}}}&lt;br /&gt;
| {{{other2|}}}&lt;br /&gt;
| {{{other3|}}}&lt;br /&gt;
| {{{other4|}}}&lt;br /&gt;
| {{{other5|}}}&lt;br /&gt;
| {{{other6|}}}&lt;br /&gt;
| {{{other7|}}}&lt;br /&gt;
| {{{other8|}}}&lt;br /&gt;
| {{{other9|}}}&lt;br /&gt;
| {{{other10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Template:Infobox_laptop&amp;diff=1963</id>
		<title>Template:Infobox laptop</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Template:Infobox_laptop&amp;diff=1963"/>
		<updated>2026-03-14T14:26:07Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ infobox&lt;br /&gt;
| aboveclass = fn&lt;br /&gt;
| above = {{{name|&amp;lt;includeonly&amp;gt;{{PAGENAMEBASE}}&amp;lt;/includeonly&amp;gt;}}}&lt;br /&gt;
| abovestyle  = background-color:#C0C0C0; padding:4px; text-align:center; font-size:1.35em&lt;br /&gt;
| bodyclass = hproduct&lt;br /&gt;
| bodystyle =  width:25em&lt;br /&gt;
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}|upright={{{upright|1.25}}}|suppressplaceholder=yes}}&lt;br /&gt;
| captionstyle = font-size: 95%; font-style: italic;&lt;br /&gt;
| caption = {{{caption|}}}&lt;br /&gt;
| headerstyle = background-color: #C0C0C0&lt;br /&gt;
&lt;br /&gt;
| header1  = Overview&lt;br /&gt;
&lt;br /&gt;
| label2   = Introduced&lt;br /&gt;
| data2    = {{{introduced|}}}&lt;br /&gt;
&lt;br /&gt;
| label3   = Manufacturer&lt;br /&gt;
| data3    = {{{manufacturer|}}}&lt;br /&gt;
&lt;br /&gt;
| label4   = Overall Dimensions&lt;br /&gt;
| data4    = {{{dimensions|}}}&lt;br /&gt;
&lt;br /&gt;
| label5   = Weight&lt;br /&gt;
| data5    = {{{weight|}}}&lt;br /&gt;
&lt;br /&gt;
| label6  = Color{{ #if: {{{color2|}}}|s}} Available&lt;br /&gt;
| data6   = {{unbulleted list&lt;br /&gt;
| {{{color1|}}}&lt;br /&gt;
| {{{color2|}}}&lt;br /&gt;
| {{{color3|}}}&lt;br /&gt;
| {{{color4|}}}&lt;br /&gt;
| {{{color5|}}}&lt;br /&gt;
| {{{color6|}}}&lt;br /&gt;
| {{{color7|}}}&lt;br /&gt;
| {{{color8|}}}&lt;br /&gt;
| {{{color9|}}}&lt;br /&gt;
| {{{color10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| header7  = Motherboard&lt;br /&gt;
&lt;br /&gt;
| label8   = Socketed CPU&lt;br /&gt;
| data8    = {{{socket|}}}&lt;br /&gt;
&lt;br /&gt;
| label9  = Soldered CPU {{ #if: {{{cpu2|}}}|Options}}&lt;br /&gt;
| data9   = {{unbulleted list&lt;br /&gt;
| {{{cpu1|}}}&lt;br /&gt;
| {{{cpu2|}}}&lt;br /&gt;
| {{{cpu3|}}}&lt;br /&gt;
| {{{cpu4|}}}&lt;br /&gt;
| {{{cpu5|}}}&lt;br /&gt;
| {{{cpu6|}}}&lt;br /&gt;
| {{{cpu7|}}}&lt;br /&gt;
| {{{cpu8|}}}&lt;br /&gt;
| {{{cpu9|}}}&lt;br /&gt;
| {{{cpu10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label10   = [[Northbridge]]&lt;br /&gt;
| data10    = {{{northbridge|}}}&lt;br /&gt;
&lt;br /&gt;
| label11   = [[Southbridge]]&lt;br /&gt;
| data11    = {{{southbridge|}}}&lt;br /&gt;
&lt;br /&gt;
| label12   = [[FCH|Chipset]]&lt;br /&gt;
| data12    = {{{fch|}}}&lt;br /&gt;
&lt;br /&gt;
| label13  = GPU {{ #if: {{{cpu2|}}}|Options}}&lt;br /&gt;
| data13   = {{unbulleted list&lt;br /&gt;
| {{{gpu1|}}}&lt;br /&gt;
| {{{gpu2|}}}&lt;br /&gt;
| {{{gpu3|}}}&lt;br /&gt;
| {{{gpu4|}}}&lt;br /&gt;
| {{{gpu5|}}}&lt;br /&gt;
| {{{gpu6|}}}&lt;br /&gt;
| {{{gpu7|}}}&lt;br /&gt;
| {{{gpu8|}}}&lt;br /&gt;
| {{{gpu9|}}}&lt;br /&gt;
| {{{gpu10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label14   = [[Embedded Controller]]&lt;br /&gt;
| data14    = {{{ec|}}}&lt;br /&gt;
&lt;br /&gt;
| label15   = Memory&lt;br /&gt;
| data15    = {{{ram|}}}&lt;br /&gt;
&lt;br /&gt;
| label16   = [[BIOS Flash]]&lt;br /&gt;
| data16    = {{{bios|}}}&lt;br /&gt;
&lt;br /&gt;
| header17  = Power&lt;br /&gt;
&lt;br /&gt;
| label18   = AC Adapter&lt;br /&gt;
| data18    = {{{ac|}}}&lt;br /&gt;
&lt;br /&gt;
| label19   = Battery&lt;br /&gt;
| data19    = {{{battery|}}}&lt;br /&gt;
&lt;br /&gt;
| header20  = Human Interface&lt;br /&gt;
&lt;br /&gt;
| label21   = Display&lt;br /&gt;
| data21    = {{{display|}}}&lt;br /&gt;
&lt;br /&gt;
| label22   = Keyboard&lt;br /&gt;
| data22    = {{{keyboard|}}}&lt;br /&gt;
&lt;br /&gt;
| label23  = Pointing Device{{ #if: {{{point2|}}}|s}}&lt;br /&gt;
| data23   = {{unbulleted list&lt;br /&gt;
| {{{point1|}}}&lt;br /&gt;
| {{{point2|}}}&lt;br /&gt;
| {{{point3|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label24   = Fingerprint Reader&lt;br /&gt;
| data24    = {{{fingerprint|}}}&lt;br /&gt;
&lt;br /&gt;
| label25   = Webcam&lt;br /&gt;
| data25    = {{{webcam|}}}&lt;br /&gt;
&lt;br /&gt;
| header26  = I/O&lt;br /&gt;
&lt;br /&gt;
| label27  = Expansion Slot{{ #if: {{{slot2|}}}|s}}&lt;br /&gt;
| data27   = {{unbulleted list&lt;br /&gt;
| {{{slot1|}}}&lt;br /&gt;
| {{{slot2|}}}&lt;br /&gt;
| {{{slot3|}}}&lt;br /&gt;
| {{{slot4|}}}&lt;br /&gt;
| {{{slot5|}}}&lt;br /&gt;
| {{{slot6|}}}&lt;br /&gt;
| {{{slot7|}}}&lt;br /&gt;
| {{{slot8|}}}&lt;br /&gt;
| {{{slot9|}}}&lt;br /&gt;
| {{{slot10|}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| label28  = Storage&lt;br /&gt;
| data28   = {{unbulleted list&lt;br /&gt;
| {{{storage1|}}}&lt;br /&gt;
| {{{storage2|}}}&lt;br /&gt;
| {{{storage3|}}}&lt;br /&gt;
| {{{storage4|}}}&lt;br /&gt;
| {{{storage5|}}}&lt;br /&gt;
| {{{storage6|}}}&lt;br /&gt;
| {{{storage7|}}}&lt;br /&gt;
| {{{storage8|}}}&lt;br /&gt;
| {{{storage9|}}}&lt;br /&gt;
| {{{storage10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label29   = Ethernet Interface&lt;br /&gt;
| data29    = {{{nic|}}}&lt;br /&gt;
&lt;br /&gt;
| label30   = Factory WLAN Card&lt;br /&gt;
| data30    = {{{factorywlan|}}}&lt;br /&gt;
&lt;br /&gt;
| label31   = Soldered WLAN&lt;br /&gt;
| data31    = {{{solderedwlan|}}}&lt;br /&gt;
&lt;br /&gt;
| label32  = USB Ports&lt;br /&gt;
| data32   = {{unbulleted list&lt;br /&gt;
| {{{usb1|}}}&lt;br /&gt;
| {{{usb2|}}}&lt;br /&gt;
| {{{usb3|}}}&lt;br /&gt;
| {{{usb4|}}}&lt;br /&gt;
| {{{usb5|}}}&lt;br /&gt;
| {{{usb6|}}}&lt;br /&gt;
| {{{usb7|}}}&lt;br /&gt;
| {{{usb8|}}}&lt;br /&gt;
| {{{usb9|}}}&lt;br /&gt;
| {{{usb10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label33  = Audio Interface{{ #if: {{{audio2|}}}|s}}&lt;br /&gt;
| data33   = {{unbulleted list&lt;br /&gt;
| {{{audio1|}}}&lt;br /&gt;
| {{{audio2|}}}&lt;br /&gt;
| {{{audio3|}}}&lt;br /&gt;
| {{{audio4|}}}&lt;br /&gt;
| {{{audio5|}}}&lt;br /&gt;
| {{{audio6|}}}&lt;br /&gt;
| {{{audio7|}}}&lt;br /&gt;
| {{{audio8|}}}&lt;br /&gt;
| {{{audio9|}}}&lt;br /&gt;
| {{{audio10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
| label34  = Display Output{{ #if: {{{dispout2|}}}|s}}&lt;br /&gt;
| data34   = {{unbulleted list&lt;br /&gt;
| {{{dispout1|}}}&lt;br /&gt;
| {{{dispout2|}}}&lt;br /&gt;
| {{{dispout3|}}}&lt;br /&gt;
| {{{dispout4|}}}&lt;br /&gt;
| {{{dispout5|}}}&lt;br /&gt;
| {{{dispout6|}}}&lt;br /&gt;
| {{{dispout7|}}}&lt;br /&gt;
| {{{dispout8|}}}&lt;br /&gt;
| {{{dispout9|}}}&lt;br /&gt;
| {{{dispout10|}}}&lt;br /&gt;
&lt;br /&gt;
| label35   = Memory Card Reader&lt;br /&gt;
| data35    = {{{memorycard|}}}&lt;br /&gt;
&lt;br /&gt;
| label36  = Other Port{{ #if: {{{dispout2|}}}|s}}&lt;br /&gt;
| data36   = {{unbulleted list&lt;br /&gt;
| {{{other1|}}}&lt;br /&gt;
| {{{other2|}}}&lt;br /&gt;
| {{{other3|}}}&lt;br /&gt;
| {{{other4|}}}&lt;br /&gt;
| {{{other5|}}}&lt;br /&gt;
| {{{other6|}}}&lt;br /&gt;
| {{{other7|}}}&lt;br /&gt;
| {{{other8|}}}&lt;br /&gt;
| {{{other9|}}}&lt;br /&gt;
| {{{other10|}}}&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1962</id>
		<title>Lenovo ThinkPad X140e</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_ThinkPad_X140e&amp;diff=1962"/>
		<updated>2026-03-14T13:49:12Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox laptop&lt;br /&gt;
  |image = X140e.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2013&lt;br /&gt;
  |manufacturer = [[Lenovo]]&lt;br /&gt;
  |dimensions = 11.6&amp;quot; W x 8.5&amp;quot; D x 1.38&amp;quot; H&lt;br /&gt;
  |weight = 3.92 lb&lt;br /&gt;
  |color1 = Black&lt;br /&gt;
  |color2 = Red&lt;br /&gt;
&lt;br /&gt;
  |cpu1 = E1-2500&lt;br /&gt;
  |cpu2 = A4-5000&lt;br /&gt;
  |fch = None (Kabini is an SoC)&lt;br /&gt;
  |gpu1 = Integrated GCN - HD 8240 (if E1-2500)&lt;br /&gt;
  |gpu2 = Integrated GCN - HD 8330 (if A4-5000)&lt;br /&gt;
  |ec = ITE IT8518 (QUANTA_IT8518)&lt;br /&gt;
  |ram = 2 slots (1 channel) SODIMM - up to 16GB DDR3-1600 if A4-5000, DDR3-1333 if E1-2500&lt;br /&gt;
  |bios = 4 MiB soldered SOIC-16&lt;br /&gt;
&lt;br /&gt;
  |ac = 65W 20V Lenovo ThinkPad barrel jack power adapter&lt;br /&gt;
  |battery = Removable 6-cell 62.4 Wh Li-ion (Lenovo 35+)&lt;br /&gt;
&lt;br /&gt;
  |display = 11.6&amp;quot; 1366x768 (16:9)&lt;br /&gt;
  |keyboard = 40-series ThinkPad 6-row&lt;br /&gt;
  |point1 = UltraNav multitouch touchpad&lt;br /&gt;
  |point2 = ThinkPad TrackPoint (full-size cap)&lt;br /&gt;
  |webcam = 1280x720 wide-angle&lt;br /&gt;
&lt;br /&gt;
  |slot1 = Half-Length mPCIe (for WLAN)&lt;br /&gt;
  |storage1 = 2.5&amp;quot; 7mm 6Gbps SATA bay&lt;br /&gt;
  |nic = Gigabit Realtek RTL8111F&lt;br /&gt;
  |factorywlan = Various&lt;br /&gt;
  |usb = 2x USB3, 1x always-powered USB2&lt;br /&gt;
  |audio1 = Integrated speaker and microphone&lt;br /&gt;
  |audio2 = 3.5mm combo headset jack&lt;br /&gt;
  |dispout1 = 1x HDMI&lt;br /&gt;
  |dispout2 = 1x VGA&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Lenovo ThinkPad X140e is an 11.6&amp;quot; laptop using AMD&#039;s fam16h [[Kabini]] SoCs.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
This laptop is experimentally supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required.&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:G505s.jpg&amp;diff=1961</id>
		<title>File:G505s.jpg</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:G505s.jpg&amp;diff=1961"/>
		<updated>2026-03-14T13:25:35Z</updated>

		<summary type="html">&lt;p&gt;Dodoid: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dodoid</name></author>
	</entry>
</feed>