<?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=Mrothfuss</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=Mrothfuss"/>
	<link rel="alternate" type="text/html" href="https://15h.org/index.php/Special:Contributions/Mrothfuss"/>
	<updated>2026-04-28T14:26:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2120</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2120"/>
		<updated>2026-04-27T06:20:09Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &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;
|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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2119</id>
		<title>ASUS KGPE-D16</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2119"/>
		<updated>2026-04-27T05:35:33Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Deployed Systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Kgpe-d16.jpeg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5690]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83667HG-A]]&lt;br /&gt;
  |bmc = [[ASPEED AST2050]]&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SSI EEB&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (disabled if Slot 2 in use)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (disables Slot 1 if in use)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (x8 if Slot 5 in use)&lt;br /&gt;
  |slot5 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = [[ASPEED AST2050|AST2050 Integrated VGA]]&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;ASUS KGPE-D16&#039;&#039;&#039;, commonly referred to as the &#039;&#039;&#039;D16&#039;&#039;&#039;, is a dual-socket server/workstation motherboard released by ASUS on April 7th, 2010&amp;lt;ref&amp;gt;https://www.techpowerup.com/119540/asus-releases-kgpe-d16-socket-g34-motherboard-for-12-core-amd-opteron-processors&amp;lt;/ref&amp;gt;, for use with [[Socket G34]] Opteron processors. Originally sold as a standalone board in a mostly-standard SSI EEB form factor, and intended for both desktop and rack-mounted uses, the KGPE-D16 is popular among enthusiasts as a relatively versatile and workstation-friendly G34 platform.&lt;br /&gt;
&lt;br /&gt;
Ports of [[coreboot]] and [[OpenBMC]] to the D16 were initially developed by [[Raptor Engineering]] between 2015 and 2017. Among major coreboot versions, it was first supported in coreboot 4.2 in October 2015, and last supported in coreboot 4.11 in November 2019. The port was never completed and was removed in coreboot 4.12 due to lack of maintenance. Between 2021 and 2022, after seeking funding for such an effort for several years, [[3mdeb]] developed an out-of-tree fork of coreboot 4.15 for the board under their Dasharo brand. The effort to complete and re-upstream the [[Raptor Engineering|Raptor]] port was unsuccessful and officially abandoned in August 2025&amp;lt;ref&amp;gt;https://github.com/Dasharo/dasharo-issues/issues/478&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An independent port of [[coreboot]] to the D16, using AMD&#039;s open source AGESA and CIMx codebases, was released in October 2025 by 15h.org. It is currently the most complete and only actively developed port of [[coreboot]] for the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KGPE-D16 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KGPE-D16]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Display Output ===&lt;br /&gt;
[[File:KGPE-D16 VGA Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The mainboard VGA_SW1 jumper determines whether the onboard VGA ([[ASPEED AST2050|AST2050]]) or a PCIe GPU will be used as the bootup display. Set VGA_SW1 to &amp;quot;Enable&amp;quot; to use the onboard VGA. Set VGA_SW1 to &amp;quot;Disable&amp;quot; to use a PCIe GPU. Once your OS has booted, drivers for any GPU of your choice can be used to setup a display. For blob-free opertions, it is recommended to use the onboard VGA in textmode for the bootup display but then switch to a FOSS driver (ie: amdgpu) for the user interface.&lt;br /&gt;
&lt;br /&gt;
==== Onboard VGA Output ====&lt;br /&gt;
The onboard VGA, [[ASPEED AST2050|AST2050]], can be setup with a closed-source VGABIOS (full VGA support) or with an open-source coreboot driver (textmode VGA support). A compatible display, generally an old VGA monitor, will be required to use the open-source driver. The closed-source VGABIOS is only included in coreboot-15h release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag.&lt;br /&gt;
&lt;br /&gt;
==== PCIe GPU Output ====&lt;br /&gt;
To use a PCIe GPU as the bootup display, PCIe Option ROMs must be executed by SeaBIOS. This is enabled in 15h.org release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag. The relevant coreboot-15h menuconfig option for SeaBIOS is &amp;quot;Payload &amp;gt; Execute PCIe Option ROMs&amp;quot;. The &amp;quot;VGA Only&amp;quot; option is the recommended setting when using a PCIe GPU as the bootup display.&lt;br /&gt;
&lt;br /&gt;
=== Fan Output ===&lt;br /&gt;
[[File:KGPE-D16 Fan Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The [[coreboot-15h]] release ROMs for KGPE-D16 are configured to adjust fan speeds based on temperatures measured at the CPUs and the Northbridge. The KGPE-D16 has two fan zones: one for CPU fans (CPUFAN_SEL1) and one for chassis fans (CHAFAN_SEL1). These can be assigned to either 4-pin (PWM regulated) or 3-pin (Voltage regulated) fan control outputs. The 4-pin (PWM regulation) mode offers better control over fan speeds and is the recommended setting for both fan zones. It is important to not use a 4-pin fan in a zone configured for 3-pin control; the fan will receive both voltage regulation and PWM regulation, causing irregular fan speeds. For quiet 3-pin chassis fans, it is recommended to leave the CHAFAN_SEL1 set to 4-pin (PWM regulation) mode. This will let the 3-pin chassis fans operate at 100% speed regardless of thermal readings.&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KGPE-D16. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer, disconnect the power cord and any powered peripherals (Monitors, USB devices, etc)&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCIe Slot 2) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
* [[EmCAST]]&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Orion]]&lt;br /&gt;
* [[Unc]]&lt;br /&gt;
* [[Ganoo]]&lt;br /&gt;
* [[RAD01]]&lt;br /&gt;
* [[RAD03]]&lt;br /&gt;
&lt;br /&gt;
Outside of the 15h.org community, it is known that, at least as of 2022, the [https://fsf.org Free Software Foundation] uses KGPE-D16s with 6200-series Opterons [https://www.fsf.org/blogs/sysadmin/closing-in-on-fully-free-bioses-with-the-fsf-tech-team for their servers].&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KGPE-D16 Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KGPE-D16 BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
There is an undocumented 9-pin VGA header next to the rear-IO VGA port. The pins are shared between this header and the rear-IO VGA port.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KGPE-D16-DIMM-Diagram.png|frameless|1000x1000px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KGPE-D16 DDR3 Setting.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KGPE-D16 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|A special PCIe slot designed for the ASUS MIO audio card. Disabled if PCIe2 is occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe2&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|Disables PCIe1 if occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe4&lt;br /&gt;
|x16&lt;br /&gt;
|x8 or x16&lt;br /&gt;
|Switches to x16 mode if PCIe5 is empty. If motherboard jumper PCIE5_SW1 is set to position 2-3, it will always be in x8 mode.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|Disables if no card is detected. Set motherboard jumper PCIE5_SW1 to positions 2-3 to always enable PCIe5.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for [[IT Mode]], but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to [[IT Mode]], is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
The ASUS thermal sensor cable (10G090101035) can be used to control fan speeds based on case air temperature readings.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Revisions ==&lt;br /&gt;
Four KGPE-D16 revisions are known: 1.02G, 1.03G, 1.04, and 1.05. The differences between the four revisions have not been disclosed. The more recent boards (1.04 and 1.05) are generally in better condition and are recommended. Board revisions 1.03G, 1.04, and 1.05 are known to perform equally well when in similar condition. No community members have tested a 1.02G revision board. The KGPE-D16 can be found rebranded for distribution in China (KGPE-D16/CHN). The CHN variant can also run coreboot like the other KGPE-D16 variants, there are no known differences.&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KGPE-D16. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f0/ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip]&lt;br /&gt;
&lt;br /&gt;
== Custom Parts and Mods ==&lt;br /&gt;
=== Northbridge Fan ===&lt;br /&gt;
[[File:KGPE-D16-40mm-Noctua-chipset.png|frameless|300px]]&lt;br /&gt;
[[File:KGPE-D16 Northbridge Cooling Fan.jpeg|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A4x10 fan. If your motherboard is not in a high-airflow server case, the northbridge fan is highly recommended. The fan bracket mounts onto the northbridge heatsink by snapping onto the metal arms that secure the heatsink. The file may need to be edited to accommodate the exact placement of your 40mm fan cable (the provided design has a cable hole at the bottom right position).&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/8/8a/KGPE-D16_Chipsetfan_40mm.stl KGPE-D16_Chipsetfan_40mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/98/KGPE-D16_Chipsetfan_40mm.blend KGPE-D16_Chipsetfan_40mm.blend]&lt;br /&gt;
&lt;br /&gt;
=== Chipset Thermal Paste ===&lt;br /&gt;
[[File:KGPE-D16_North_bridge_picture.png|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
Removing the NB/SB heatsinks to reapply the thermal paste can be daunting due to glue used for the NB heatsink, limited wiggle room, and marginal benefit. It is generally considered not worth it.&lt;br /&gt;
&lt;br /&gt;
=== RAM Fan ===&lt;br /&gt;
[[File:KGPE-D16-80mm-Noctua-ram.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A8 fan. When two of these fan mounts are attached to a Noctua NF-A8 fan, they will be spaced correctly to snap onto the KGPE-D16 RAM clips (white). These clips vary between boards. The included file is designed to work with L-shaped RAM clips. It will not fit as nicely onto the parallelogram-shaped RAM clips.&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f8/KGPE-D16_Ramfan_80mm.stl KGPE-D16_Ramfan_80mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/9c/KGPE-D16_Ramfan_80mm.blend KGPE-D16_Ramfan_80mm.blend]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[https://15h.org/images/4/48/KGPE-D16_Manual.pdf]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8SCM&amp;diff=2116</id>
		<title>Supermicro H8SCM</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8SCM&amp;diff=2116"/>
		<updated>2026-04-27T00:40:01Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8SCM Motherboard.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = [[SuperMicro]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[C32]]&lt;br /&gt;
  |northbridge = [[AMD SR5650]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = Winbond W83527HG&lt;br /&gt;
  |bmc = [[Nuvoton WPCM450]]&lt;br /&gt;
  |bmcflash = Onboard&lt;br /&gt;
  |ram = 4 slots (2 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 256GB&lt;br /&gt;
  |bios = 2 MiB soldered SOIC-8 (W25Q16V)&lt;br /&gt;
  |formfactor = u-ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot2 = PCIe Gen2 x8&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200eW&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One external, one internal&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8SCM motherboard is highly supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the H8SCM is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases for platform initialization.&lt;br /&gt;
&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Supermicro H8SCM]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* The TPM does not work.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* The two serial ports do not work while the BMC is offline.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
[[File:H8SCM Flashchip Location.png|frameless|300x300px]]&lt;br /&gt;
[[File:H8SCM Flashchip Orientation.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The flash chip is located above the circular CMOS battery slot. The circle marking the location of pin 1 is highlighted red in the above image. The circle is a subtle indentation on the chip that can be seen with the aid of a flashlight. A 3.3V CH341a programmer can be used to flash coreboot onto the H8SCM.&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Talos]]&lt;br /&gt;
* [[Komos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:H8SCM Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8SCM BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5650 ===&lt;br /&gt;
{{Excerpt|AMD SR5650|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83527HG ===&lt;br /&gt;
{{Excerpt|Winbond W83527HG|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2115</id>
		<title>Supermicro H8DG6</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2115"/>
		<updated>2026-04-26T19:32:33Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8DGI.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = TBD&lt;br /&gt;
  |manufacturer = Super Micro&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = 2x AMD SR5690&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83527&lt;br /&gt;
  |bmc = Winbond WPCM450 BMC&lt;br /&gt;
  |bmcflash = Onboard Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB soldered&lt;br /&gt;
  |formfactor = E-ATX&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x8 (electrically x4, NB2)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (NB1)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot5 = PCIe Gen2 x8 (electrically x4, NB1)&lt;br /&gt;
  |slot6 = PCIe Gen2 x16 (NB1)&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200 16MB DDR2&lt;br /&gt;
  |nic = 2x Intel 82576 Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8DGi motherboard is partially supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:H8DGI Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8DGI BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Board Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83627DHG-P ===&lt;br /&gt;
{{Excerpt|Winbond W83627DHG-P|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Missing Features ==&lt;br /&gt;
* The board will boot FreeBSD and Gentoo, but not Debian.&lt;br /&gt;
* Support for the secondary SR5690 has not been implemented (PCIe slots 1, 2, and 4 are offline).&lt;br /&gt;
* Support 6100 series Opteron CPUs is untested.&lt;br /&gt;
* Support for the onboard BMC is untested.&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
[[File:H8DGI Flashing.jpg|frameless|600x600px]]&lt;br /&gt;
[[File:H8DGI_Flashed.jpeg|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The stock BIOS chip is a 2 MiB SOIC8 located below PCIe slot 2, next to the NVRAM battery.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8SCM&amp;diff=2114</id>
		<title>Supermicro H8SCM</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8SCM&amp;diff=2114"/>
		<updated>2026-04-26T19:28:31Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8SCM Motherboard.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = [[SuperMicro]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[C32]]&lt;br /&gt;
  |northbridge = [[AMD SR5650]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = Winbond W83527HG&lt;br /&gt;
  |bmc = [[Nuvoton WPCM450]]&lt;br /&gt;
  |bmcflash = Onboard&lt;br /&gt;
  |ram = 4 slots (2 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 256GB&lt;br /&gt;
  |bios = 2 MiB soldered SOIC-8 (W25Q16V)&lt;br /&gt;
  |formfactor = u-ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot2 = PCIe Gen2 x8&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200eW&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One external, one internal&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8SCM motherboard is highly supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the H8SCM is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases for platform initialization.&lt;br /&gt;
&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Supermicro H8SCM]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* The two serial ports do not work while the BMC is offline.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
[[File:H8SCM Flashchip Location.png|frameless|300x300px]]&lt;br /&gt;
[[File:H8SCM Flashchip Orientation.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The flash chip is located above the circular CMOS battery slot. The circle marking the location of pin 1 is highlighted red in the above image. The circle is a subtle indentation on the chip that can be seen with the aid of a flashlight. A 3.3V CH341a programmer can be used to flash coreboot onto the H8SCM.&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Talos]]&lt;br /&gt;
* [[Komos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:H8SCM Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8SCM BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5650 ===&lt;br /&gt;
{{Excerpt|AMD SR5650|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83527HG ===&lt;br /&gt;
{{Excerpt|Winbond W83527HG|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8SGL&amp;diff=2113</id>
		<title>Supermicro H8SGL</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8SGL&amp;diff=2113"/>
		<updated>2026-04-26T19:28:23Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8SGL Board.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = [[SuperMicro]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5650]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83527HG]]&lt;br /&gt;
  |bmc = [[Nuvoton WPCM450]]&lt;br /&gt;
  |bmcflash = Onboard&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 256GB&lt;br /&gt;
  |bios = 2 MiB soldered SOIC-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot2 = PCIe Gen2 x8&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200eW&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One external, one internal&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8SGL motherboard is highly supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the H8SGL is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases for platform initialization.&lt;br /&gt;
&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Supermicro H8SGL]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* The two serial ports do not work while the BMC is offline.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The flash chip is located between PCI slots 2 and 3, near the SP5100.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:H8SGL Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8SGL BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The SP5100 is incorrectly labeled &amp;quot;SR5100&amp;quot; in the board diagram.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5650 ===&lt;br /&gt;
{{Excerpt|AMD SR5650|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83527HG ===&lt;br /&gt;
{{Excerpt|Winbond W83527HG|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2112</id>
		<title>ASUS KCMA-D8</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2112"/>
		<updated>2026-04-26T19:27:03Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[C32]]&lt;br /&gt;
  |northbridge = 1x AMD SR5670&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83667HG-A&lt;br /&gt;
  |bmc = ASPEED AST2050 (OpenBMC-compatible)&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot5 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = AST2050 Integrated VGA&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Support for the KCMA-D8 motherboard by [[coreboot-15h]], 15h.org&#039;s downstream coreboot variant for fam15h systems, was recently completed.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KCMA-D8 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KCMA-D8]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KCMA-D8. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer and disconnect the power cord&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCI Slot 4) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Ponos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KCMA-D8 Motherboard Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KCMA-D8 Motherboard BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Slots.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Voltage.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KCMA-D8 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|Disabled if PIKE is occupied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for IT mode, but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to IT mode, is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KCMA-D8.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KCMA-D8. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[[File:Asus KCMA-D8 1.02 Schematics.zip]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8QG6&amp;diff=2111</id>
		<title>Supermicro H8QG6</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8QG6&amp;diff=2111"/>
		<updated>2026-04-26T19:26:43Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8QGi+-F Motherboard.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |manufacturer = [[Supermicro]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 4x [[G34]]&lt;br /&gt;
  |northbridge = AMD SR5690&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83527DHG-P&lt;br /&gt;
  |bmc = [[Nuvoton WPCM450]]&lt;br /&gt;
  |bmcflash = Onboard&lt;br /&gt;
  |ram = 32 slots (4 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 1024GB&lt;br /&gt;
  |bios = 2 MiB soldered SOIC-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SWTX&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200eW&lt;br /&gt;
  |nic = 2x Intel 82576 Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One external, one internal&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8QG6 motherboard variants with one northbridge (&#039;&#039;&#039;H8QGi+-F&#039;&#039;&#039; and &#039;&#039;&#039;H8QG6+-F&#039;&#039;&#039;) are highly supported by [[coreboot-15h]]. The H8QG6 motherboards have 4 [[G34]] sockets, each with 8 DIMM slots; supporting a maximum configuration of 64 cores and 1 TB of RAM. LRDIMM modules may bring the maximum memory up to 2 TB, but this has not been tested.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the H8QG6 series is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases for platform initialization.&lt;br /&gt;
=== coreboot-15h ===&lt;br /&gt;
{{Excerpt|Coreboot-15h|[[Supermicro H8QG6]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* Support for the onboard BMC is untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
[[File:H8QGi Flashchip Location.png|frameless|300x300px]]&lt;br /&gt;
[[File:H8QGi Flashchip Orientation.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The flash chip is located below the circular CMOS battery slot. The circle marking the location of pin 1 is highlighted red in the above image. The circle is a subtle indentation on the chip that can be seen with the aid of a flashlight.&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[RAD02]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:H8QGi Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8QGi BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The W83627DHG-P is incorrectly labeled &amp;quot;W83527DHG-P&amp;quot; in the block diagram.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{:AMD Opteron 6100 Series}}&lt;br /&gt;
&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{:AMD Opteron 6200 and 6300 Series}}&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83627DHG-P ===&lt;br /&gt;
{{Excerpt|Winbond W83627DHG-P|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2110</id>
		<title>ASUS KCMA-D8</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2110"/>
		<updated>2026-04-26T19:25:57Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[C32]]&lt;br /&gt;
  |northbridge = 1x AMD SR5670&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83667HG-A&lt;br /&gt;
  |bmc = ASPEED AST2050 (OpenBMC-compatible)&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot5 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = AST2050 Integrated VGA&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Support for the KCMA-D8 motherboard by [[coreboot-15h]], 15h.org&#039;s downstream coreboot variant for fam15h systems, was recently completed.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KCMA-D8 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KCMA-D8]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KCMA-D8. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer and disconnect the power cord&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCI Slot 4) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Ponos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KCMA-D8 Motherboard Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KCMA-D8 Motherboard BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Slots.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Voltage.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KCMA-D8 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|Disabled if PIKE is occupied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for IT mode, but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to IT mode, is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KCMA-D8.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KCMA-D8. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[[File:Asus KCMA-D8 1.02 Schematics.zip]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2109</id>
		<title>ASUS KGPE-D16</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2109"/>
		<updated>2026-04-26T19:25:42Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Kgpe-d16.jpeg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5690]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83667HG-A]]&lt;br /&gt;
  |bmc = [[ASPEED AST2050]]&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SSI EEB&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (disabled if Slot 2 in use)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (disables Slot 1 if in use)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (x8 if Slot 5 in use)&lt;br /&gt;
  |slot5 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = [[ASPEED AST2050|AST2050 Integrated VGA]]&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;ASUS KGPE-D16&#039;&#039;&#039;, commonly referred to as the &#039;&#039;&#039;D16&#039;&#039;&#039;, is a dual-socket server/workstation motherboard released by ASUS on April 7th, 2010&amp;lt;ref&amp;gt;https://www.techpowerup.com/119540/asus-releases-kgpe-d16-socket-g34-motherboard-for-12-core-amd-opteron-processors&amp;lt;/ref&amp;gt;, for use with [[Socket G34]] Opteron processors. Originally sold as a standalone board in a mostly-standard SSI EEB form factor, and intended for both desktop and rack-mounted uses, the KGPE-D16 is popular among enthusiasts as a relatively versatile and workstation-friendly G34 platform.&lt;br /&gt;
&lt;br /&gt;
Ports of [[coreboot]] and [[OpenBMC]] to the D16 were initially developed by [[Raptor Engineering]] between 2015 and 2017. Among major coreboot versions, it was first supported in coreboot 4.2 in October 2015, and last supported in coreboot 4.11 in November 2019. The port was never completed and was removed in coreboot 4.12 due to lack of maintenance. Between 2021 and 2022, after seeking funding for such an effort for several years, [[3mdeb]] developed an out-of-tree fork of coreboot 4.15 for the board under their Dasharo brand. The effort to complete and re-upstream the [[Raptor Engineering|Raptor]] port was unsuccessful and officially abandoned in August 2025&amp;lt;ref&amp;gt;https://github.com/Dasharo/dasharo-issues/issues/478&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An independent port of [[coreboot]] to the D16, using AMD&#039;s open source AGESA and CIMx codebases, was released in October 2025 by 15h.org. It is currently the most complete and only actively developed port of [[coreboot]] for the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KGPE-D16 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KGPE-D16]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Display Output ===&lt;br /&gt;
[[File:KGPE-D16 VGA Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The mainboard VGA_SW1 jumper determines whether the onboard VGA ([[ASPEED AST2050|AST2050]]) or a PCIe GPU will be used as the bootup display. Set VGA_SW1 to &amp;quot;Enable&amp;quot; to use the onboard VGA. Set VGA_SW1 to &amp;quot;Disable&amp;quot; to use a PCIe GPU. Once your OS has booted, drivers for any GPU of your choice can be used to setup a display. For blob-free opertions, it is recommended to use the onboard VGA in textmode for the bootup display but then switch to a FOSS driver (ie: amdgpu) for the user interface.&lt;br /&gt;
&lt;br /&gt;
==== Onboard VGA Output ====&lt;br /&gt;
The onboard VGA, [[ASPEED AST2050|AST2050]], can be setup with a closed-source VGABIOS (full VGA support) or with an open-source coreboot driver (textmode VGA support). A compatible display, generally an old VGA monitor, will be required to use the open-source driver. The closed-source VGABIOS is only included in coreboot-15h release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag.&lt;br /&gt;
&lt;br /&gt;
==== PCIe GPU Output ====&lt;br /&gt;
To use a PCIe GPU as the bootup display, PCIe Option ROMs must be executed by SeaBIOS. This is enabled in 15h.org release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag. The relevant coreboot-15h menuconfig option for SeaBIOS is &amp;quot;Payload &amp;gt; Execute PCIe Option ROMs&amp;quot;. The &amp;quot;VGA Only&amp;quot; option is the recommended setting when using a PCIe GPU as the bootup display.&lt;br /&gt;
&lt;br /&gt;
=== Fan Output ===&lt;br /&gt;
[[File:KGPE-D16 Fan Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The [[coreboot-15h]] release ROMs for KGPE-D16 are configured to adjust fan speeds based on temperatures measured at the CPUs and the Northbridge. The KGPE-D16 has two fan zones: one for CPU fans (CPUFAN_SEL1) and one for chassis fans (CHAFAN_SEL1). These can be assigned to either 4-pin (PWM regulated) or 3-pin (Voltage regulated) fan control outputs. The 4-pin (PWM regulation) mode offers better control over fan speeds and is the recommended setting for both fan zones. It is important to not use a 4-pin fan in a zone configured for 3-pin control; the fan will receive both voltage regulation and PWM regulation, causing irregular fan speeds. For quiet 3-pin chassis fans, it is recommended to leave the CHAFAN_SEL1 set to 4-pin (PWM regulation) mode. This will let the 3-pin chassis fans operate at 100% speed regardless of thermal readings.&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Hibernation and Suspend/Resume are unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KGPE-D16. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer, disconnect the power cord and any powered peripherals (Monitors, USB devices, etc)&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCIe Slot 2) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
* [[EmCAST]]&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Orion]]&lt;br /&gt;
* [[Unc]]&lt;br /&gt;
* [[RAD01]]&lt;br /&gt;
* [[RAD03]]&lt;br /&gt;
&lt;br /&gt;
Outside of the 15h.org community, it is known that, at least as of 2022, the [https://fsf.org Free Software Foundation] uses KGPE-D16s with 6200-series Opterons [https://www.fsf.org/blogs/sysadmin/closing-in-on-fully-free-bioses-with-the-fsf-tech-team for their servers].&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KGPE-D16 Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KGPE-D16 BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
There is an undocumented 9-pin VGA header next to the rear-IO VGA port. The pins are shared between this header and the rear-IO VGA port.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KGPE-D16-DIMM-Diagram.png|frameless|1000x1000px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KGPE-D16 DDR3 Setting.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KGPE-D16 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|A special PCIe slot designed for the ASUS MIO audio card. Disabled if PCIe2 is occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe2&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|Disables PCIe1 if occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe4&lt;br /&gt;
|x16&lt;br /&gt;
|x8 or x16&lt;br /&gt;
|Switches to x16 mode if PCIe5 is empty. If motherboard jumper PCIE5_SW1 is set to position 2-3, it will always be in x8 mode.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|Disables if no card is detected. Set motherboard jumper PCIE5_SW1 to positions 2-3 to always enable PCIe5.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for [[IT Mode]], but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to [[IT Mode]], is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
The ASUS thermal sensor cable (10G090101035) can be used to control fan speeds based on case air temperature readings.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Revisions ==&lt;br /&gt;
Four KGPE-D16 revisions are known: 1.02G, 1.03G, 1.04, and 1.05. The differences between the four revisions have not been disclosed. The more recent boards (1.04 and 1.05) are generally in better condition and are recommended. Board revisions 1.03G, 1.04, and 1.05 are known to perform equally well when in similar condition. No community members have tested a 1.02G revision board. The KGPE-D16 can be found rebranded for distribution in China (KGPE-D16/CHN). The CHN variant can also run coreboot like the other KGPE-D16 variants, there are no known differences.&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KGPE-D16. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f0/ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip]&lt;br /&gt;
&lt;br /&gt;
== Custom Parts and Mods ==&lt;br /&gt;
=== Northbridge Fan ===&lt;br /&gt;
[[File:KGPE-D16-40mm-Noctua-chipset.png|frameless|300px]]&lt;br /&gt;
[[File:KGPE-D16 Northbridge Cooling Fan.jpeg|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A4x10 fan. If your motherboard is not in a high-airflow server case, the northbridge fan is highly recommended. The fan bracket mounts onto the northbridge heatsink by snapping onto the metal arms that secure the heatsink. The file may need to be edited to accommodate the exact placement of your 40mm fan cable (the provided design has a cable hole at the bottom right position).&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/8/8a/KGPE-D16_Chipsetfan_40mm.stl KGPE-D16_Chipsetfan_40mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/98/KGPE-D16_Chipsetfan_40mm.blend KGPE-D16_Chipsetfan_40mm.blend]&lt;br /&gt;
&lt;br /&gt;
=== Chipset Thermal Paste ===&lt;br /&gt;
[[File:KGPE-D16_North_bridge_picture.png|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
Removing the NB/SB heatsinks to reapply the thermal paste can be daunting due to glue used for the NB heatsink, limited wiggle room, and marginal benefit. It is generally considered not worth it.&lt;br /&gt;
&lt;br /&gt;
=== RAM Fan ===&lt;br /&gt;
[[File:KGPE-D16-80mm-Noctua-ram.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A8 fan. When two of these fan mounts are attached to a Noctua NF-A8 fan, they will be spaced correctly to snap onto the KGPE-D16 RAM clips (white). These clips vary between boards. The included file is designed to work with L-shaped RAM clips. It will not fit as nicely onto the parallelogram-shaped RAM clips.&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f8/KGPE-D16_Ramfan_80mm.stl KGPE-D16_Ramfan_80mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/9c/KGPE-D16_Ramfan_80mm.blend KGPE-D16_Ramfan_80mm.blend]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[https://15h.org/images/4/48/KGPE-D16_Manual.pdf]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2108</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2108"/>
		<updated>2026-04-26T19:24:16Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Supermicro H8SCM */&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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2107</id>
		<title>File:Coreboot-15h 2026.04.26-v4.11-7d242c2c805 supermicro h8scm seabios ucode matrox-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8scm_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2107"/>
		<updated>2026-04-26T19:23:49Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2106</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2106"/>
		<updated>2026-04-26T19:23:15Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Supermicro H8SGL */&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;
|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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2105</id>
		<title>File:Coreboot-15h 2026.04.26-v4.11-7d242c2c805 supermicro h8sgl seabios ucode matrox-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8sgl_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2105"/>
		<updated>2026-04-26T19:22:35Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2104</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2104"/>
		<updated>2026-04-26T19:22:13Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Supermicro H8QG6 */&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;
|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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2103</id>
		<title>File:Coreboot-15h 2026.04.26-v4.11-7d242c2c805 supermicro h8qg6 seabios ucode matrox-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.26-v4.11-7d242c2c805_supermicro_h8qg6_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2103"/>
		<updated>2026-04-26T19:19:47Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2102</id>
		<title>Supermicro H8DG6</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2102"/>
		<updated>2026-04-26T11:44:46Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* User Builds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8DGI.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = TBD&lt;br /&gt;
  |manufacturer = Super Micro&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = 2x AMD SR5690&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83527&lt;br /&gt;
  |bmc = Winbond WPCM450 BMC&lt;br /&gt;
  |bmcflash = Onboard Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB soldered&lt;br /&gt;
  |formfactor = E-ATX&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x8 (electrically x4, NB2)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (NB1)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot5 = PCIe Gen2 x8 (electrically x4, NB1)&lt;br /&gt;
  |slot6 = PCIe Gen2 x16 (NB1)&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200 16MB DDR2&lt;br /&gt;
  |nic = 2x Intel 82576 Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8DGi motherboard is partially supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:H8DGI Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8DGI BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Board Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83627DHG-P ===&lt;br /&gt;
{{Excerpt|Winbond W83627DHG-P|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Missing Features ==&lt;br /&gt;
* The board will boot FreeBSD and Gentoo, but not Debian.&lt;br /&gt;
* Support for the W83795 is incomplete (no fan control).&lt;br /&gt;
* Support for the secondary SR5690 has not been implemented (PCIe slots 1, 2, and 4 are offline).&lt;br /&gt;
* Support for the SR5690 IOMMU has not been implemented.&lt;br /&gt;
* Support 6100 series Opteron CPUs is untested.&lt;br /&gt;
* Support for the onboard BMC is untested.&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
[[File:H8DGI Flashing.jpg|frameless|600x600px]]&lt;br /&gt;
[[File:H8DGI_Flashed.jpeg|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The stock BIOS chip is a 2 MiB SOIC8 located below PCIe slot 2, next to the NVRAM battery.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2101</id>
		<title>Supermicro H8DG6</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro_H8DG6&amp;diff=2101"/>
		<updated>2026-04-26T11:44:26Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Board Variants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = H8DGI.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = TBD&lt;br /&gt;
  |manufacturer = Super Micro&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = 2x AMD SR5690&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83527&lt;br /&gt;
  |bmc = Winbond WPCM450 BMC&lt;br /&gt;
  |bmcflash = Onboard Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC RDIMM/UDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB soldered&lt;br /&gt;
  |formfactor = E-ATX&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x8 (electrically x4, NB2)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (NB1)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (NB2)&lt;br /&gt;
  |slot5 = PCIe Gen2 x8 (electrically x4, NB1)&lt;br /&gt;
  |slot6 = PCIe Gen2 x16 (NB1)&lt;br /&gt;
&lt;br /&gt;
  |gpu = Matrox G200 16MB DDR2&lt;br /&gt;
  |nic = 2x Intel 82576 Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps)&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232&lt;br /&gt;
  |audio = None&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The H8DGi motherboard is partially supported by [[coreboot-15h]].&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:H8DGI Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:H8DGI BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Board Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83627DHG-P ===&lt;br /&gt;
{{Excerpt|Winbond W83627DHG-P|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
=== Nuvoton WPCM450 ===&lt;br /&gt;
{{Excerpt|Nuvoton WPCM450|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Missing Features ==&lt;br /&gt;
* The board will boot FreeBSD and Gentoo, but not Debian.&lt;br /&gt;
* Support for the W83795 is incomplete (no fan control).&lt;br /&gt;
* Support for the secondary SR5690 has not been implemented (PCIe slots 1, 2, and 4 are offline).&lt;br /&gt;
* Support for the SR5690 IOMMU has not been implemented.&lt;br /&gt;
* Support 6100 series Opteron CPUs is untested.&lt;br /&gt;
* Support for the onboard BMC is untested.&lt;br /&gt;
&lt;br /&gt;
== Flashing Firmware ==&lt;br /&gt;
[[File:H8DGI Flashing.jpg|frameless|600x600px]]&lt;br /&gt;
[[File:H8DGI_Flashed.jpeg|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The stock BIOS chip is a 2 MiB SOIC8 located below PCIe slot 2, next to the NVRAM battery.&lt;br /&gt;
&lt;br /&gt;
== User Builds ==&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2100</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2100"/>
		<updated>2026-04-25T23:25:33Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Stable */&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;
|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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_supermicro_h8sml_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2099</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f supermicro h8sml seabios ucode matrox-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_supermicro_h8sml_seabios_ucode_matrox-oprom_vga-oproms.tar.gz&amp;diff=2099"/>
		<updated>2026-04-25T23:24:16Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2098</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2098"/>
		<updated>2026-04-25T23:20:25Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* ASUS KCMA-D8 */&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 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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz&amp;diff=2097</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kcma-d8 seabios ucode ast2050-oprom vga-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz&amp;diff=2097"/>
		<updated>2026-04-25T23:19:15Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz&amp;diff=2096</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kcma-d8 seabios ucode no-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_ucode_no-oproms_2mb.tar.gz&amp;diff=2096"/>
		<updated>2026-04-25T23:19:08Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz&amp;diff=2095</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kcma-d8 seabios no-ucode no-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kcma-d8_seabios_no-ucode_no-oproms_2mb.tar.gz&amp;diff=2095"/>
		<updated>2026-04-25T23:18:59Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2094</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2094"/>
		<updated>2026-04-25T23:18:19Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* ASUS KGPE-D16 */&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;
|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 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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz&amp;diff=2093</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kgpe-d16 seabios ucode ast2050-oprom vga-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_ast2050-oprom_vga-oproms_2mb.tar.gz&amp;diff=2093"/>
		<updated>2026-04-25T23:14:07Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz&amp;diff=2092</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kgpe-d16 seabios ucode no-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_ucode_no-oproms_2mb.tar.gz&amp;diff=2092"/>
		<updated>2026-04-25T23:13:55Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz&amp;diff=2091</id>
		<title>File:Coreboot-15h 2026.04.25-v4.11-44b96c1c93f asus kgpe-d16 seabios no-ucode no-oproms 2mb.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.25-v4.11-44b96c1c93f_asus_kgpe-d16_seabios_no-ucode_no-oproms_2mb.tar.gz&amp;diff=2091"/>
		<updated>2026-04-25T23:13:43Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Supermicro&amp;diff=2090</id>
		<title>Supermicro</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Supermicro&amp;diff=2090"/>
		<updated>2026-04-24T20:53:55Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Server and Workstation Motherboards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Supermicro has to date created a total of 30 [[Family 15h]] compatible [[motherboards]] 19 [[G34|G34 socketed]] and 4 [[C32|C32 socketed]]. &lt;br /&gt;
&lt;br /&gt;
== Server and Workstation Motherboards ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Motherboard !! Sockets !! Form Factor !! Coreboot Status&lt;br /&gt;
|-&lt;br /&gt;
|[[H8SML-i]]&lt;br /&gt;
|1x [[AM3+]]&lt;br /&gt;
|u-ATX&lt;br /&gt;
|style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
|[[H8SML-iF]]&lt;br /&gt;
|1x [[AM3+]]&lt;br /&gt;
|u-ATX&lt;br /&gt;
|style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
|[[H8SML-7]]&lt;br /&gt;
|1x [[AM3+]]&lt;br /&gt;
|u-ATX&lt;br /&gt;
|style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
|[[H8SML-7F]]&lt;br /&gt;
|1x [[AM3+]]&lt;br /&gt;
|u-ATX&lt;br /&gt;
|style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8SCM]] || 1x [[Socket C32|C32]] || u-ATX ||style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8SCM-F]] || 1x [[Socket C32|C32]] || u-ATX ||style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DCL]] || 2x [[Socket C32|C32]] || ATX ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8SGL]] || 1x [[Socket G34|G34]] || ATX ||style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8SGL-F]] || 1x [[Socket G34|G34]] || ATX ||style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGi]] || 2x [[Socket G34|G34]] || E-ATX ||style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGi-F]] || 2x [[Socket G34|G34]] || E-ATX ||style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DG6]] || 2x [[Socket G34|G34]] || E-ATX ||style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DG6-F]] || 2x [[Socket G34|G34]] || E-ATX ||style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGi+-F]] || 4x [[Socket G34|G34]] || SWTX ||style=&amp;quot;background-color:#AFA&amp;quot;| Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QG6+-F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFA&amp;quot; | Excellent&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGi+-LN4F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QG7+-LN4F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGi-F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QG6-F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGi-LN4F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QG7-LN4F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#AFF&amp;quot;| Incomplete&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGL-iF+]] || 4x [[Socket G34|G34]] || SWTX ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGL-6F+]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGL-iF]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8QGL-6F]] || 4x [[Socket G34|G34]] || SWTX || style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
|[[H8SME-F]]&lt;br /&gt;
|1x [[AM3+]]&lt;br /&gt;
|Proprietary&lt;br /&gt;
|style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DCT]] || 2x [[Socket C32|C32]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGU]] || 2x [[Socket G34|G34]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGG-QF]] || 2x [[Socket G34|G34]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGT-HIBQF]] || 2x [[Socket G34|G34]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[H8DGT-HLIBQF]] || 2x [[Socket G34|G34]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|-&lt;br /&gt;
| [[BHQGE]] || 4x [[Socket G34|G34]] || Proprietary ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Naming convention ==&lt;br /&gt;
The Supermicro board naming convention can be a bit awkward to navigate.&lt;br /&gt;
&lt;br /&gt;
Lets take the [[H8QGi+-F]] as an example:&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;q&amp;quot; in h8&#039;&#039;&#039;q&#039;&#039;&#039;gi+-F stands for quad socket while &amp;quot;d&amp;quot; stand for dual socket and &amp;quot;s&amp;quot; stands for single socket&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;g&amp;quot; in h8q&#039;&#039;&#039;g&#039;&#039;&#039;i+-F stands for G34 while on the other hand if we were to be talking about a [[H8SCM|H8S&#039;&#039;&#039;C&#039;&#039;&#039;M]] ie a &amp;quot;c&amp;quot; that would indicate a [[C32]] socket motherboard.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;i&amp;quot; in h8qg&#039;&#039;&#039;i&#039;&#039;&#039;+-F stands for no onboard SAS while on the other hand if it were to be [[H8QG6+-F|H8QG&#039;&#039;&#039;6&#039;&#039;&#039;+-F]] or [[H8QG7-LN4F|H8QG&#039;&#039;&#039;7&#039;&#039;&#039;-LN4F]] ie a &amp;quot;6&amp;quot; or a &amp;quot;7&amp;quot; instead of an &amp;quot;i&amp;quot; that would indicate onboard SAS.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;+-&amp;quot; in h8qgi&#039;&#039;&#039;+-&#039;&#039;&#039;F represents a single north bridge while on the other hand if we were to be talking about the [[H8QGi-F|H8QGi&#039;&#039;&#039;-&#039;&#039;&#039;F]] ie a &amp;quot;-&amp;quot; that would represent dual north bridge. Note this indicator is inconsistent take the following as an example [[H8SCM-F]] has one NB, [[H8QGi-F]] has two NB, [[H8QGi+-F]] has one NB.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;F&amp;quot; in h8qgi+-&#039;&#039;&#039;F&#039;&#039;&#039; tells you this board has 2 Ethernet ports this can be inconsistent as a board without -F could also have 2 Ethernet ports take the [[H8DGi]] as an example while on the other hand if we were to replace &amp;quot;F&amp;quot; with &amp;quot;LN4F&amp;quot; as is the case with [[H8QG7+-LN4F|H8QG7+-&#039;&#039;&#039;LN4F&#039;&#039;&#039;]] that would indicate 4 Ethernet ports.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Winbond_W83527HG&amp;diff=2088</id>
		<title>Winbond W83527HG</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Winbond_W83527HG&amp;diff=2088"/>
		<updated>2026-04-24T15:15:57Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Winbond W83527HG]] is a member of Nuvoton’s LPC Super I/O product line for desktop PCs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Official Documentation&#039;&#039;&#039;&lt;br /&gt;
* [https://15h.org/images/f/f9/Da00-w83527hga1-644e98d187293470986888.pdf Data Book]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Da00-w83527hga1-644e98d187293470986888.pdf&amp;diff=2087</id>
		<title>File:Da00-w83527hga1-644e98d187293470986888.pdf</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Da00-w83527hga1-644e98d187293470986888.pdf&amp;diff=2087"/>
		<updated>2026-04-24T15:15:41Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2086</id>
		<title>ASUS KCMA-D8</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2086"/>
		<updated>2026-04-17T17:38:21Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[C32]]&lt;br /&gt;
  |northbridge = 1x AMD SR5670&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83667HG-A&lt;br /&gt;
  |bmc = ASPEED AST2050 (OpenBMC-compatible)&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot5 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = AST2050 Integrated VGA&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Support for the KCMA-D8 motherboard by [[coreboot-15h]], 15h.org&#039;s downstream coreboot variant for fam15h systems, was recently completed.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KCMA-D8 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KCMA-D8]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* The two black SATA ports are inactive.&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KCMA-D8. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer and disconnect the power cord&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCI Slot 4) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Ponos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KCMA-D8 Motherboard Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KCMA-D8 Motherboard BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Slots.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Voltage.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KCMA-D8 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|Disabled if PIKE is occupied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for IT mode, but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to IT mode, is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KCMA-D8.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KCMA-D8. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[[File:Asus KCMA-D8 1.02 Schematics.zip]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2085</id>
		<title>ASUS KGPE-D16</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2085"/>
		<updated>2026-04-17T17:37:39Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Missing Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Kgpe-d16.jpeg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5690]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83667HG-A]]&lt;br /&gt;
  |bmc = [[ASPEED AST2050]]&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SSI EEB&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (disabled if Slot 2 in use)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (disables Slot 1 if in use)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (x8 if Slot 5 in use)&lt;br /&gt;
  |slot5 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = [[ASPEED AST2050|AST2050 Integrated VGA]]&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;ASUS KGPE-D16&#039;&#039;&#039;, commonly referred to as the &#039;&#039;&#039;D16&#039;&#039;&#039;, is a dual-socket server/workstation motherboard released by ASUS on April 7th, 2010&amp;lt;ref&amp;gt;https://www.techpowerup.com/119540/asus-releases-kgpe-d16-socket-g34-motherboard-for-12-core-amd-opteron-processors&amp;lt;/ref&amp;gt;, for use with [[Socket G34]] Opteron processors. Originally sold as a standalone board in a mostly-standard SSI EEB form factor, and intended for both desktop and rack-mounted uses, the KGPE-D16 is popular among enthusiasts as a relatively versatile and workstation-friendly G34 platform.&lt;br /&gt;
&lt;br /&gt;
Ports of [[coreboot]] and [[OpenBMC]] to the D16 were initially developed by [[Raptor Engineering]] between 2015 and 2017. Among major coreboot versions, it was first supported in coreboot 4.2 in October 2015, and last supported in coreboot 4.11 in November 2019. The port was never completed and was removed in coreboot 4.12 due to lack of maintenance. Between 2021 and 2022, after seeking funding for such an effort for several years, [[3mdeb]] developed an out-of-tree fork of coreboot 4.15 for the board under their Dasharo brand. The effort to complete and re-upstream the [[Raptor Engineering|Raptor]] port was unsuccessful and officially abandoned in August 2025&amp;lt;ref&amp;gt;https://github.com/Dasharo/dasharo-issues/issues/478&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An independent port of [[coreboot]] to the D16, using AMD&#039;s open source AGESA and CIMx codebases, was released in October 2025 by 15h.org. It is currently the most complete and only actively developed port of [[coreboot]] for the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KGPE-D16 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KGPE-D16]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Display Output ===&lt;br /&gt;
[[File:KGPE-D16 VGA Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The mainboard VGA_SW1 jumper determines whether the onboard VGA ([[ASPEED AST2050|AST2050]]) or a PCIe GPU will be used as the bootup display. Set VGA_SW1 to &amp;quot;Enable&amp;quot; to use the onboard VGA. Set VGA_SW1 to &amp;quot;Disable&amp;quot; to use a PCIe GPU. Once your OS has booted, drivers for any GPU of your choice can be used to setup a display. For blob-free opertions, it is recommended to use the onboard VGA in textmode for the bootup display but then switch to a FOSS driver (ie: amdgpu) for the user interface.&lt;br /&gt;
&lt;br /&gt;
==== Onboard VGA Output ====&lt;br /&gt;
The onboard VGA, [[ASPEED AST2050|AST2050]], can be setup with a closed-source VGABIOS (full VGA support) or with an open-source coreboot driver (textmode VGA support). A compatible display, generally an old VGA monitor, will be required to use the open-source driver. The closed-source VGABIOS is only included in coreboot-15h release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag.&lt;br /&gt;
&lt;br /&gt;
==== PCIe GPU Output ====&lt;br /&gt;
To use a PCIe GPU as the bootup display, PCIe Option ROMs must be executed by SeaBIOS. This is enabled in 15h.org release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag. The relevant coreboot-15h menuconfig option for SeaBIOS is &amp;quot;Payload &amp;gt; Execute PCIe Option ROMs&amp;quot;. The &amp;quot;VGA Only&amp;quot; option is the recommended setting when using a PCIe GPU as the bootup display.&lt;br /&gt;
&lt;br /&gt;
=== Fan Output ===&lt;br /&gt;
[[File:KGPE-D16 Fan Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The [[coreboot-15h]] release ROMs for KGPE-D16 are configured to adjust fan speeds based on temperatures measured at the CPUs and the Northbridge. The KGPE-D16 has two fan zones: one for CPU fans (CPUFAN_SEL1) and one for chassis fans (CHAFAN_SEL1). These can be assigned to either 4-pin (PWM regulated) or 3-pin (Voltage regulated) fan control outputs. The 4-pin (PWM regulation) mode offers better control over fan speeds and is the recommended setting for both fan zones. It is important to not use a 4-pin fan in a zone configured for 3-pin control; the fan will receive both voltage regulation and PWM regulation, causing irregular fan speeds. For quiet 3-pin chassis fans, it is recommended to leave the CHAFAN_SEL1 set to 4-pin (PWM regulation) mode. This will let the 3-pin chassis fans operate at 100% speed regardless of thermal readings.&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* The two black SATA ports are inactive.&lt;br /&gt;
* TPM support is in progress.&lt;br /&gt;
* SeaBIOS does not respond to keyboards behind a USB hub.&lt;br /&gt;
* S3 Suspend/Resume is unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KGPE-D16. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer, disconnect the power cord and any powered peripherals (Monitors, USB devices, etc)&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCIe Slot 2) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
* [[EmCAST]]&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Orion]]&lt;br /&gt;
* [[Unc]]&lt;br /&gt;
* [[RAD01]]&lt;br /&gt;
* [[RAD03]]&lt;br /&gt;
&lt;br /&gt;
Outside of the 15h.org community, it is known that, at least as of 2022, the [https://fsf.org Free Software Foundation] uses KGPE-D16s with 6200-series Opterons [https://www.fsf.org/blogs/sysadmin/closing-in-on-fully-free-bioses-with-the-fsf-tech-team for their servers].&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KGPE-D16 Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KGPE-D16 BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
There is an undocumented 9-pin VGA header next to the rear-IO VGA port. The pins are shared between this header and the rear-IO VGA port.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KGPE-D16-DIMM-Diagram.png|frameless|1000x1000px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KGPE-D16 DDR3 Setting.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KGPE-D16 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|A special PCIe slot designed for the ASUS MIO audio card. Disabled if PCIe2 is occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe2&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|Disables PCIe1 if occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe4&lt;br /&gt;
|x16&lt;br /&gt;
|x8 or x16&lt;br /&gt;
|Switches to x16 mode if PCIe5 is empty. If motherboard jumper PCIE5_SW1 is set to position 2-3, it will always be in x8 mode.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|Disables if no card is detected. Set motherboard jumper PCIE5_SW1 to positions 2-3 to always enable PCIe5.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for [[IT Mode]], but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to [[IT Mode]], is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
The ASUS thermal sensor cable (10G090101035) can be used to control fan speeds based on case air temperature readings.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Revisions ==&lt;br /&gt;
Four KGPE-D16 revisions are known: 1.02G, 1.03G, 1.04, and 1.05. The differences between the four revisions have not been disclosed. The more recent boards (1.04 and 1.05) are generally in better condition and are recommended. Board revisions 1.03G, 1.04, and 1.05 are known to perform equally well when in similar condition. No community members have tested a 1.02G revision board. The KGPE-D16 can be found rebranded for distribution in China (KGPE-D16/CHN). The CHN variant can also run coreboot like the other KGPE-D16 variants, there are no known differences.&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KGPE-D16. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f0/ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip]&lt;br /&gt;
&lt;br /&gt;
== Custom Parts and Mods ==&lt;br /&gt;
=== Northbridge Fan ===&lt;br /&gt;
[[File:KGPE-D16-40mm-Noctua-chipset.png|frameless|300px]]&lt;br /&gt;
[[File:KGPE-D16 Northbridge Cooling Fan.jpeg|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A4x10 fan. If your motherboard is not in a high-airflow server case, the northbridge fan is highly recommended. The fan bracket mounts onto the northbridge heatsink by snapping onto the metal arms that secure the heatsink. The file may need to be edited to accommodate the exact placement of your 40mm fan cable (the provided design has a cable hole at the bottom right position).&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/8/8a/KGPE-D16_Chipsetfan_40mm.stl KGPE-D16_Chipsetfan_40mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/98/KGPE-D16_Chipsetfan_40mm.blend KGPE-D16_Chipsetfan_40mm.blend]&lt;br /&gt;
&lt;br /&gt;
=== Chipset Thermal Paste ===&lt;br /&gt;
[[File:KGPE-D16_North_bridge_picture.png|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
Removing the NB/SB heatsinks to reapply the thermal paste can be daunting due to glue used for the NB heatsink, limited wiggle room, and marginal benefit. It is generally considered not worth it.&lt;br /&gt;
&lt;br /&gt;
=== RAM Fan ===&lt;br /&gt;
[[File:KGPE-D16-80mm-Noctua-ram.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A8 fan. When two of these fan mounts are attached to a Noctua NF-A8 fan, they will be spaced correctly to snap onto the KGPE-D16 RAM clips (white). These clips vary between boards. The included file is designed to work with L-shaped RAM clips. It will not fit as nicely onto the parallelogram-shaped RAM clips.&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f8/KGPE-D16_Ramfan_80mm.stl KGPE-D16_Ramfan_80mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/9c/KGPE-D16_Ramfan_80mm.blend KGPE-D16_Ramfan_80mm.blend]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[https://15h.org/images/4/48/KGPE-D16_Manual.pdf]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2084</id>
		<title>ASUS KGPE-D16</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2084"/>
		<updated>2026-04-17T06:50:02Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Display Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Kgpe-d16.jpeg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5690]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83667HG-A]]&lt;br /&gt;
  |bmc = [[ASPEED AST2050]]&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SSI EEB&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (disabled if Slot 2 in use)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (disables Slot 1 if in use)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (x8 if Slot 5 in use)&lt;br /&gt;
  |slot5 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = [[ASPEED AST2050|AST2050 Integrated VGA]]&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;ASUS KGPE-D16&#039;&#039;&#039;, commonly referred to as the &#039;&#039;&#039;D16&#039;&#039;&#039;, is a dual-socket server/workstation motherboard released by ASUS on April 7th, 2010&amp;lt;ref&amp;gt;https://www.techpowerup.com/119540/asus-releases-kgpe-d16-socket-g34-motherboard-for-12-core-amd-opteron-processors&amp;lt;/ref&amp;gt;, for use with [[Socket G34]] Opteron processors. Originally sold as a standalone board in a mostly-standard SSI EEB form factor, and intended for both desktop and rack-mounted uses, the KGPE-D16 is popular among enthusiasts as a relatively versatile and workstation-friendly G34 platform.&lt;br /&gt;
&lt;br /&gt;
Ports of [[coreboot]] and [[OpenBMC]] to the D16 were initially developed by [[Raptor Engineering]] between 2015 and 2017. Among major coreboot versions, it was first supported in coreboot 4.2 in October 2015, and last supported in coreboot 4.11 in November 2019. The port was never completed and was removed in coreboot 4.12 due to lack of maintenance. Between 2021 and 2022, after seeking funding for such an effort for several years, [[3mdeb]] developed an out-of-tree fork of coreboot 4.15 for the board under their Dasharo brand. The effort to complete and re-upstream the [[Raptor Engineering|Raptor]] port was unsuccessful and officially abandoned in August 2025&amp;lt;ref&amp;gt;https://github.com/Dasharo/dasharo-issues/issues/478&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An independent port of [[coreboot]] to the D16, using AMD&#039;s open source AGESA and CIMx codebases, was released in October 2025 by 15h.org. It is currently the most complete and only actively developed port of [[coreboot]] for the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KGPE-D16 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KGPE-D16]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Display Output ===&lt;br /&gt;
[[File:KGPE-D16 VGA Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The mainboard VGA_SW1 jumper determines whether the onboard VGA ([[ASPEED AST2050|AST2050]]) or a PCIe GPU will be used as the bootup display. Set VGA_SW1 to &amp;quot;Enable&amp;quot; to use the onboard VGA. Set VGA_SW1 to &amp;quot;Disable&amp;quot; to use a PCIe GPU. Once your OS has booted, drivers for any GPU of your choice can be used to setup a display. For blob-free opertions, it is recommended to use the onboard VGA in textmode for the bootup display but then switch to a FOSS driver (ie: amdgpu) for the user interface.&lt;br /&gt;
&lt;br /&gt;
==== Onboard VGA Output ====&lt;br /&gt;
The onboard VGA, [[ASPEED AST2050|AST2050]], can be setup with a closed-source VGABIOS (full VGA support) or with an open-source coreboot driver (textmode VGA support). A compatible display, generally an old VGA monitor, will be required to use the open-source driver. The closed-source VGABIOS is only included in coreboot-15h release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag.&lt;br /&gt;
&lt;br /&gt;
==== PCIe GPU Output ====&lt;br /&gt;
To use a PCIe GPU as the bootup display, PCIe Option ROMs must be executed by SeaBIOS. This is enabled in 15h.org release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag. The relevant coreboot-15h menuconfig option for SeaBIOS is &amp;quot;Payload &amp;gt; Execute PCIe Option ROMs&amp;quot;. The &amp;quot;VGA Only&amp;quot; option is the recommended setting when using a PCIe GPU as the bootup display.&lt;br /&gt;
&lt;br /&gt;
=== Fan Output ===&lt;br /&gt;
[[File:KGPE-D16 Fan Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The [[coreboot-15h]] release ROMs for KGPE-D16 are configured to adjust fan speeds based on temperatures measured at the CPUs and the Northbridge. The KGPE-D16 has two fan zones: one for CPU fans (CPUFAN_SEL1) and one for chassis fans (CHAFAN_SEL1). These can be assigned to either 4-pin (PWM regulated) or 3-pin (Voltage regulated) fan control outputs. The 4-pin (PWM regulation) mode offers better control over fan speeds and is the recommended setting for both fan zones. It is important to not use a 4-pin fan in a zone configured for 3-pin control; the fan will receive both voltage regulation and PWM regulation, causing irregular fan speeds. For quiet 3-pin chassis fans, it is recommended to leave the CHAFAN_SEL1 set to 4-pin (PWM regulation) mode. This will let the 3-pin chassis fans operate at 100% speed regardless of thermal readings.&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* The two black SATA ports are inactive.&lt;br /&gt;
* S3 Suspend/Resume is unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* TPM support is untested.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KGPE-D16. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer, disconnect the power cord and any powered peripherals (Monitors, USB devices, etc)&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCIe Slot 2) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
* [[EmCAST]]&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Orion]]&lt;br /&gt;
* [[Unc]]&lt;br /&gt;
* [[RAD01]]&lt;br /&gt;
* [[RAD03]]&lt;br /&gt;
&lt;br /&gt;
Outside of the 15h.org community, it is known that, at least as of 2022, the [https://fsf.org Free Software Foundation] uses KGPE-D16s with 6200-series Opterons [https://www.fsf.org/blogs/sysadmin/closing-in-on-fully-free-bioses-with-the-fsf-tech-team for their servers].&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KGPE-D16 Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KGPE-D16 BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
There is an undocumented 9-pin VGA header next to the rear-IO VGA port. The pins are shared between this header and the rear-IO VGA port.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KGPE-D16-DIMM-Diagram.png|frameless|1000x1000px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KGPE-D16 DDR3 Setting.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KGPE-D16 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|A special PCIe slot designed for the ASUS MIO audio card. Disabled if PCIe2 is occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe2&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|Disables PCIe1 if occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe4&lt;br /&gt;
|x16&lt;br /&gt;
|x8 or x16&lt;br /&gt;
|Switches to x16 mode if PCIe5 is empty. If motherboard jumper PCIE5_SW1 is set to position 2-3, it will always be in x8 mode.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|Disables if no card is detected. Set motherboard jumper PCIE5_SW1 to positions 2-3 to always enable PCIe5.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for [[IT Mode]], but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to [[IT Mode]], is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
The ASUS thermal sensor cable (10G090101035) can be used to control fan speeds based on case air temperature readings.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Revisions ==&lt;br /&gt;
Four KGPE-D16 revisions are known: 1.02G, 1.03G, 1.04, and 1.05. The differences between the four revisions have not been disclosed. The more recent boards (1.04 and 1.05) are generally in better condition and are recommended. Board revisions 1.03G, 1.04, and 1.05 are known to perform equally well when in similar condition. No community members have tested a 1.02G revision board. The KGPE-D16 can be found rebranded for distribution in China (KGPE-D16/CHN). The CHN variant can also run coreboot like the other KGPE-D16 variants, there are no known differences.&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KGPE-D16. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f0/ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip]&lt;br /&gt;
&lt;br /&gt;
== Custom Parts and Mods ==&lt;br /&gt;
=== Northbridge Fan ===&lt;br /&gt;
[[File:KGPE-D16-40mm-Noctua-chipset.png|frameless|300px]]&lt;br /&gt;
[[File:KGPE-D16 Northbridge Cooling Fan.jpeg|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A4x10 fan. If your motherboard is not in a high-airflow server case, the northbridge fan is highly recommended. The fan bracket mounts onto the northbridge heatsink by snapping onto the metal arms that secure the heatsink. The file may need to be edited to accommodate the exact placement of your 40mm fan cable (the provided design has a cable hole at the bottom right position).&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/8/8a/KGPE-D16_Chipsetfan_40mm.stl KGPE-D16_Chipsetfan_40mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/98/KGPE-D16_Chipsetfan_40mm.blend KGPE-D16_Chipsetfan_40mm.blend]&lt;br /&gt;
&lt;br /&gt;
=== Chipset Thermal Paste ===&lt;br /&gt;
[[File:KGPE-D16_North_bridge_picture.png|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
Removing the NB/SB heatsinks to reapply the thermal paste can be daunting due to glue used for the NB heatsink, limited wiggle room, and marginal benefit. It is generally considered not worth it.&lt;br /&gt;
&lt;br /&gt;
=== RAM Fan ===&lt;br /&gt;
[[File:KGPE-D16-80mm-Noctua-ram.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A8 fan. When two of these fan mounts are attached to a Noctua NF-A8 fan, they will be spaced correctly to snap onto the KGPE-D16 RAM clips (white). These clips vary between boards. The included file is designed to work with L-shaped RAM clips. It will not fit as nicely onto the parallelogram-shaped RAM clips.&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f8/KGPE-D16_Ramfan_80mm.stl KGPE-D16_Ramfan_80mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/9c/KGPE-D16_Ramfan_80mm.blend KGPE-D16_Ramfan_80mm.blend]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[https://15h.org/images/4/48/KGPE-D16_Manual.pdf]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coolers&amp;diff=2083</id>
		<title>Coolers</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coolers&amp;diff=2083"/>
		<updated>2026-04-16T19:01:13Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* CPU Coolers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CPU Coolers ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Cooler&lt;br /&gt;
!Socket&lt;br /&gt;
!Type&lt;br /&gt;
!Max TDP&lt;br /&gt;
!Noise Range&lt;br /&gt;
!Airflow Range&lt;br /&gt;
!RPM Range&lt;br /&gt;
!Connector&lt;br /&gt;
!Number of Fans&lt;br /&gt;
!Fan size&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A1]]&lt;br /&gt;
|&lt;br /&gt;
|1U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://15h.org/images/e/e0/A1.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A10]]&lt;br /&gt;
|&lt;br /&gt;
|1U Passive&lt;br /&gt;
|115W&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://www.dynatron.co/product-page/a10&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://15h.org/images/1/1c/A10-Specs-Dynatron.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[SUPERMICRO SNK-P0042P]]&lt;br /&gt;
|G34&lt;br /&gt;
|1U Passive&lt;br /&gt;
|115W&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|0&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Thermaltake CLS0014]]&lt;br /&gt;
|&lt;br /&gt;
|1U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://www.dvhardware.net/article43440.html&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.ferra.ru/news/computers/thermaltake-cls0014-sistema-passivnogo-ohlajdeniya-dlya-servernyh-chipov-amd-socket-g34-29-06-2010.htm&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://web.archive.org/web/20200131093603/http://www.tehnari.ru/f86/t37515/&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Tyan CHSK-0450]]&lt;br /&gt;
|&lt;br /&gt;
|1U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://www.tyan.com/Files/FRU/GT24-B8236_FRU_v1.0.pdf&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.wselectronics.ru/product/chsk-0450-343791800001&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[HP 602500-001]]&lt;br /&gt;
|&lt;br /&gt;
|1U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Supermicro SNK-P0043P]]&lt;br /&gt;
|G34&lt;br /&gt;
|2U Passive&lt;br /&gt;
|140W&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://store.supermicro.com/2u-passive-cpu-cooler-snk-p0043p.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Thermaltake CLS0016]]&lt;br /&gt;
|&lt;br /&gt;
|2U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&amp;lt;ref&amp;gt;https://www.legitreviews.com/thermaltake-launches-2u-passive-cooler-for-amd-socket-g34-cpus_8431&amp;lt;/ref&amp;gt;&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Dell 475DG]]&lt;br /&gt;
|&lt;br /&gt;
|2U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Dell 0994RT]]&lt;br /&gt;
|&lt;br /&gt;
|2U Passive&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|0&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A3]]&lt;br /&gt;
|&lt;br /&gt;
|1U&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:4&amp;quot;&amp;gt;https://15h.org/images/3/3f/A3-Specs-Dynatron.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
|70mm&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A8]]&lt;br /&gt;
|&lt;br /&gt;
|1U&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:5&amp;quot;&amp;gt;https://15h.org/images/0/0b/A8.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
|79mm&amp;lt;ref name=&amp;quot;:5&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Thermaltake CLS0015]]&lt;br /&gt;
|&lt;br /&gt;
|1U&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:9&amp;quot;&amp;gt;https://mobilespecs.net/cooler/Thermaltake/Thermaltake_CLS0015.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
|70mm&amp;lt;ref name=&amp;quot;:9&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[HSM 102517]]&lt;br /&gt;
|&lt;br /&gt;
|1U&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:10&amp;quot;&amp;gt;https://www.electromyne.de/CPU-Heat-Sinks---Kuehler-G34-Heat-Sinks-1U-CPU-Heatsink-Cooler-Kuehler-Kuehlkoerper-aktiv-AMD-G34-Opteron-6136-6164-6166-HE.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
|10mm&amp;lt;ref name=&amp;quot;:10&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A5]]&lt;br /&gt;
|G34&lt;br /&gt;
|2U&lt;br /&gt;
|115W&lt;br /&gt;
|16.85 - 51.0 dBA&lt;br /&gt;
|8.75 - 43.75 CFM&lt;br /&gt;
|1700 - 8000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:8&amp;quot;&amp;gt;https://store.cwc-group.com/a5.html&amp;lt;/ref&amp;gt;&lt;br /&gt;
|60x60x25mm&amp;lt;ref name=&amp;quot;:8&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A6]]&lt;br /&gt;
|G34&lt;br /&gt;
|2U&lt;br /&gt;
|115W&lt;br /&gt;
|20.6 - 51.4 dBA&lt;br /&gt;
|8.36 - 53.9 CFM&lt;br /&gt;
|1000 - 5500 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;https://www.dynatron.co/product-page/a6&amp;lt;/ref&amp;gt;&lt;br /&gt;
|77x77x20mm&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A13]]&lt;br /&gt;
|G34&lt;br /&gt;
|2U&lt;br /&gt;
|140W&lt;br /&gt;
|16.9 - 51.0 dBA&lt;br /&gt;
|8.85 - 43.75 CFM&lt;br /&gt;
|1600 - 8000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;https://www.dynatron.co/it/product-page/a13&amp;lt;/ref&amp;gt;&lt;br /&gt;
|60x60x25mm&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron F661]]&lt;br /&gt;
|C32&lt;br /&gt;
|2U&lt;br /&gt;
|&lt;br /&gt;
|16.0 - 44.7 dBA&lt;br /&gt;
|6.0 - 32.81 CFM&lt;br /&gt;
|1100 - 6000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|60x60x25mm&lt;br /&gt;
|-&lt;br /&gt;
|[[Thermaltake CLS0017]]&lt;br /&gt;
|G34&lt;br /&gt;
|2U&lt;br /&gt;
|&lt;br /&gt;
|19 - 48 dBA&lt;br /&gt;
|9.40 - 46.98 CFM&lt;br /&gt;
|1200 - 6000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:6&amp;quot;&amp;gt;https://www.bayreviews.com/thermaltake-g34-cpu-cooler/&amp;lt;/ref&amp;gt;&lt;br /&gt;
|70x70x15mm&amp;lt;ref name=&amp;quot;:6&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Tyan Chsk-0540]]&lt;br /&gt;
|&lt;br /&gt;
|2U&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|1&lt;br /&gt;
|60mm?&lt;br /&gt;
|-&lt;br /&gt;
|Cooler Master S3K-7WUTS-04-GP&lt;br /&gt;
|C32&lt;br /&gt;
|3U&lt;br /&gt;
|&lt;br /&gt;
|47 dBA&lt;br /&gt;
|41 CFM&lt;br /&gt;
|5800 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|70x70x25mm&lt;br /&gt;
|-&lt;br /&gt;
|AMD Wraith Prism&lt;br /&gt;
|F&lt;br /&gt;
|3U&lt;br /&gt;
|105W&lt;br /&gt;
|42.0 dBA&lt;br /&gt;
|&lt;br /&gt;
|2800 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Dynatron A14]]&lt;br /&gt;
|G34&lt;br /&gt;
|3U&lt;br /&gt;
|140W&lt;br /&gt;
|16.0 - 43.4 dBA&lt;br /&gt;
|13.8 - 65.4 CFM&lt;br /&gt;
|1000 - 3800 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;https://www.dynatron.co/nl/product-page/a14&amp;lt;/ref&amp;gt;&lt;br /&gt;
|80x80x38mm&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|be quiet! Pure Rock Slim&lt;br /&gt;
|F&lt;br /&gt;
|4U&lt;br /&gt;
|120W&lt;br /&gt;
|13.1 - 25.4 dBA&lt;br /&gt;
|&lt;br /&gt;
|2000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|92x92x25mm&lt;br /&gt;
|-&lt;br /&gt;
|be quiet! Pure Rock Slim 2&lt;br /&gt;
|F&lt;br /&gt;
|4U&lt;br /&gt;
|130W&lt;br /&gt;
|13.1 - 25.4 dBA&lt;br /&gt;
|34.9 CFM&lt;br /&gt;
|2000 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|92x92x25mm&lt;br /&gt;
|-&lt;br /&gt;
|[[Noctua NH-U9DO A3]]&lt;br /&gt;
|G34, C32, F&lt;br /&gt;
|4U&lt;br /&gt;
|115W&lt;br /&gt;
|17.6 dBA&lt;br /&gt;
|41.1 - 64.3 m³/h&lt;br /&gt;
|1000 - 1600 RPM&lt;br /&gt;
|3-pin&lt;br /&gt;
|2&amp;lt;ref name=&amp;quot;:7&amp;quot;&amp;gt;https://noctua.at/en/nh-u9do-a3/specification&amp;lt;/ref&amp;gt;&lt;br /&gt;
|92mm&amp;lt;ref name=&amp;quot;:7&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Noctua NH-U12DO A3]]&lt;br /&gt;
|G34, C32, F&lt;br /&gt;
|4U&lt;br /&gt;
|140W&lt;br /&gt;
|19.8 dBA&lt;br /&gt;
|63.4 - 92.3 m³/h&lt;br /&gt;
|900 - 1300 RPM&lt;br /&gt;
|3-pin&lt;br /&gt;
|&#039;&#039;&#039;2&#039;&#039;&#039;&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;https://noctua.at/en/nh-u12do-a3/specification&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&#039;&#039;&#039;120mm&#039;&#039;&#039;&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Dynatron T757&lt;br /&gt;
|G34&lt;br /&gt;
|4U&lt;br /&gt;
|140W&lt;br /&gt;
|17.0 - 31.92 dBA&lt;br /&gt;
|17.34 - 43.36 CFM&lt;br /&gt;
|1000 - 2500 RPM&lt;br /&gt;
|4-pin&lt;br /&gt;
|1&lt;br /&gt;
|92x92x25mm&lt;br /&gt;
|-&lt;br /&gt;
|[[EK-Supremacy AMD C32/G34]]&lt;br /&gt;
|&lt;br /&gt;
|Water Block&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Alphacool Eisbaer LT360&lt;br /&gt;
|G34, C32&lt;br /&gt;
|Water Block&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
== CPU Socket Adapters ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Product Name&lt;br /&gt;
!Motherboard Socket&lt;br /&gt;
!Supported Coolers&lt;br /&gt;
|-&lt;br /&gt;
|[[Supermicro BKT-0012L]]&lt;br /&gt;
|C32&lt;br /&gt;
|Socket F Coolers&lt;br /&gt;
|-&lt;br /&gt;
|Supermicro BKT-0048L-C32&lt;br /&gt;
|C32&lt;br /&gt;
|Supermicro SNK-P0048AP4&lt;br /&gt;
|-&lt;br /&gt;
|Supermicro BKT-0050L-G34&lt;br /&gt;
|G34&lt;br /&gt;
|Supermicro SNK-P0050AP4&lt;br /&gt;
|-&lt;br /&gt;
|[[Cooler Adapter|Dodoid G34 Adapter]]&lt;br /&gt;
|G34&lt;br /&gt;
|Thermalright Assassin King 120 SE&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=MSI&amp;diff=2082</id>
		<title>MSI</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=MSI&amp;diff=2082"/>
		<updated>2026-04-16T07:41:43Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Server and Workstation Motherboards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Micro-Star International (MSI) produced two C32 motherboards in 2010. Prior to the Socket C32 Opterons, they also produced multiple motherboards for the older Socket F Opterons.&lt;br /&gt;
&lt;br /&gt;
== Server and Workstation Motherboards ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Motherboard !! Sockets !! Form Factor !! Coreboot Status&lt;br /&gt;
|-&lt;br /&gt;
| [[MS-96D7]] || 1x [[C32]] || ATX || style=&amp;quot;background-color:#FAA&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| [[MS-91F7]] || 2x [[Socket C32|C32]] || SSI CEB ||style=&amp;quot;background-color:#FAA&amp;quot;| No&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2076</id>
		<title>ASUS KCMA-D8</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2076"/>
		<updated>2026-04-09T03:31:04Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Flashing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[C32]]&lt;br /&gt;
  |northbridge = 1x AMD SR5670&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83667HG-A&lt;br /&gt;
  |bmc = ASPEED AST2050 (OpenBMC-compatible)&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot5 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = AST2050 Integrated VGA&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Support for the KCMA-D8 motherboard by [[coreboot-15h]], 15h.org&#039;s downstream coreboot variant for fam15h systems, was recently completed.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KCMA-D8 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KCMA-D8]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* TPM support is untested.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KCMA-D8. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer and disconnect the power cord&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCI Slot 4) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Ponos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KCMA-D8 Motherboard Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KCMA-D8 Motherboard BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Slots.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Voltage.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KCMA-D8 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|Disabled if PIKE is occupied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for IT mode, but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to IT mode, is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KCMA-D8.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KCMA-D8. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[[File:Asus KCMA-D8 1.02 Schematics.zip]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2075</id>
		<title>ASUS KCMA-D8</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KCMA-D8&amp;diff=2075"/>
		<updated>2026-04-09T03:29:00Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Custom Parts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Asus-kcma-d8-top-64c7d3a66747d247126312.jpg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[C32]]&lt;br /&gt;
  |northbridge = 1x AMD SR5670&lt;br /&gt;
  |southbridge = AMD SP5100&lt;br /&gt;
  |superio = Winbond W83667HG-A&lt;br /&gt;
  |bmc = ASPEED AST2050 (OpenBMC-compatible)&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 8 slots (4 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = ATX&lt;br /&gt;
  |power = 1x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot5 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI (5V)&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = AST2050 Integrated VGA&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Support for the KCMA-D8 motherboard by [[coreboot-15h]], 15h.org&#039;s downstream coreboot variant for fam15h systems, was recently completed.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KCMA-D8 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KCMA-D8]]|hat=no}}&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* Opteron 4100 series CPUs are unsupported.&lt;br /&gt;
* TPM support is untested.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KCMA-D8. When switching to coreboot-15h, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer and disconnect the power cord&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCI Slot 4) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Ponos]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KCMA-D8 Motherboard Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KCMA-D8 Motherboard BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket C32 ===&lt;br /&gt;
{{Excerpt|Socket C32|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 4200 and 4300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 4200 and 4300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Slots.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KCMA-D8 Motherboard DDR3 Voltage.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KCMA-D8 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|Disabled if PIKE is occupied.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for IT mode, but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to IT mode, is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KCMA-D8.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5670 ===&lt;br /&gt;
{{Excerpt|AMD SR5670|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KCMA-D8. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[[File:Asus KCMA-D8 1.02 Schematics.zip]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2074</id>
		<title>ASUS KGPE-D16</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_KGPE-D16&amp;diff=2074"/>
		<updated>2026-04-09T03:23:49Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Flashing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = Kgpe-d16.jpeg&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2010&lt;br /&gt;
  |manufacturer = ASUS&lt;br /&gt;
&lt;br /&gt;
  |socket = 2x [[G34]]&lt;br /&gt;
  |northbridge = [[AMD SR5690]]&lt;br /&gt;
  |southbridge = [[AMD SP5100]]&lt;br /&gt;
  |superio = [[Winbond W83667HG-A]]&lt;br /&gt;
  |bmc = [[ASPEED AST2050]]&lt;br /&gt;
  |bmcflash = Removable Module&lt;br /&gt;
  |ram = 16 slots (8 channels) DDR3-1600 ECC UDIMM/RDIMM/LRDIMM, up to 512GB on coreboot&lt;br /&gt;
  |bios = 2 MiB socketed DIP-8 (W25Q16V)&lt;br /&gt;
  |formfactor = SSI EEB&lt;br /&gt;
  |power = 2x 8-pin EPS&lt;br /&gt;
  &lt;br /&gt;
  |slot1 = PCIe Gen2 x16 (disabled if Slot 2 in use)&lt;br /&gt;
  |slot2 = PCIe Gen2 x16 (disables Slot 1 if in use)&lt;br /&gt;
  |slot3 = PCIe Gen2 x8 (electrically x4)&lt;br /&gt;
  |slot4 = PCIe Gen2 x16 (x8 if Slot 5 in use)&lt;br /&gt;
  |slot5 = PCIe Gen2 x16 (electrically x8)&lt;br /&gt;
  |slot6 = 32-bit Legacy PCI&lt;br /&gt;
  |slot7 = ASUS [[PIKE2008]] Interface&lt;br /&gt;
&lt;br /&gt;
  |gpu = [[ASPEED AST2050|AST2050 Integrated VGA]]&lt;br /&gt;
  |nic = 2x Intel 82574L Gigabit&lt;br /&gt;
  |storagecontroller = SP5100&#039;s SATA2 (3.0 Gbps), no SAS unless [[PIKE2008]] installed&lt;br /&gt;
  |usbcontroller = SP5100&#039;s onboard USB 2.0&lt;br /&gt;
  |serial = One SIO-provided RS232, one virtual BMC console port&lt;br /&gt;
  |audio = None (ASUS recommended a PCI sound card)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;ASUS KGPE-D16&#039;&#039;&#039;, commonly referred to as the &#039;&#039;&#039;D16&#039;&#039;&#039;, is a dual-socket server/workstation motherboard released by ASUS on April 7th, 2010&amp;lt;ref&amp;gt;https://www.techpowerup.com/119540/asus-releases-kgpe-d16-socket-g34-motherboard-for-12-core-amd-opteron-processors&amp;lt;/ref&amp;gt;, for use with [[Socket G34]] Opteron processors. Originally sold as a standalone board in a mostly-standard SSI EEB form factor, and intended for both desktop and rack-mounted uses, the KGPE-D16 is popular among enthusiasts as a relatively versatile and workstation-friendly G34 platform.&lt;br /&gt;
&lt;br /&gt;
Ports of [[coreboot]] and [[OpenBMC]] to the D16 were initially developed by [[Raptor Engineering]] between 2015 and 2017. Among major coreboot versions, it was first supported in coreboot 4.2 in October 2015, and last supported in coreboot 4.11 in November 2019. The port was never completed and was removed in coreboot 4.12 due to lack of maintenance. Between 2021 and 2022, after seeking funding for such an effort for several years, [[3mdeb]] developed an out-of-tree fork of coreboot 4.15 for the board under their Dasharo brand. The effort to complete and re-upstream the [[Raptor Engineering|Raptor]] port was unsuccessful and officially abandoned in August 2025&amp;lt;ref&amp;gt;https://github.com/Dasharo/dasharo-issues/issues/478&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An independent port of [[coreboot]] to the D16, using AMD&#039;s open source AGESA and CIMx codebases, was released in October 2025 by 15h.org. It is currently the most complete and only actively developed port of [[coreboot]] for the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the KGPE-D16 is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS KGPE-D16]]|hat=no|bold=1}}&lt;br /&gt;
&lt;br /&gt;
=== Display Output ===&lt;br /&gt;
[[File:KGPE-D16 VGA Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The mainboard VGA_SW1 jumper determines whether the onboard VGA ([[ASPEED AST2050|AST2050]]) or a PCIe GPU will be used as the bootup display. Set VGA_SW1 to &amp;quot;Enable&amp;quot; to use the onboard VGA. Set VGA_SW1 to &amp;quot;Disable&amp;quot; to use a PCIe GPU.&lt;br /&gt;
&lt;br /&gt;
==== Onboard VGA Output ====&lt;br /&gt;
The onboard VGA, [[ASPEED AST2050|AST2050]], can be setup with a closed-source VGABIOS (full VGA support) or with an open-source coreboot driver (textmode VGA support). A compatible display, generally an old VGA monitor, will be required to use the open-source driver. The closed-source VGABIOS is only included in coreboot-15h release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag.&lt;br /&gt;
&lt;br /&gt;
==== PCIe GPU Output ====&lt;br /&gt;
To use a PCIe GPU as the bootup display, PCIe Option ROMs must be executed by SeaBIOS. This is enabled in 15h.org release ROMs with the &amp;quot;VGA-OpROMs&amp;quot; tag. The relevant coreboot-15h menuconfig option for SeaBIOS is &amp;quot;Payload &amp;gt; Execute PCIe Option ROMs&amp;quot;. The &amp;quot;VGA Only&amp;quot; option is the recommended setting when using a PCIe GPU as the bootup display.&lt;br /&gt;
&lt;br /&gt;
=== Fan Output ===&lt;br /&gt;
[[File:KGPE-D16 Fan Jumper.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The [[coreboot-15h]] release ROMs for KGPE-D16 are configured to adjust fan speeds based on temperatures measured at the CPUs and the Northbridge. The KGPE-D16 has two fan zones: one for CPU fans (CPUFAN_SEL1) and one for chassis fans (CHAFAN_SEL1). These can be assigned to either 4-pin (PWM regulated) or 3-pin (Voltage regulated) fan control outputs. The 4-pin (PWM regulation) mode offers better control over fan speeds and is the recommended setting for both fan zones. It is important to not use a 4-pin fan in a zone configured for 3-pin control; the fan will receive both voltage regulation and PWM regulation, causing irregular fan speeds. For quiet 3-pin chassis fans, it is recommended to leave the CHAFAN_SEL1 set to 4-pin (PWM regulation) mode. This will let the 3-pin chassis fans operate at 100% speed regardless of thermal readings.&lt;br /&gt;
&lt;br /&gt;
=== Missing Features ===&lt;br /&gt;
* The two black SATA ports are inactive.&lt;br /&gt;
* S3 Suspend/Resume is unsupported.&lt;br /&gt;
* Opteron 6100 series CPUs are unsupported.&lt;br /&gt;
* TPM support is untested.&lt;br /&gt;
* ASUS MIO audio cards are untested.&lt;br /&gt;
&lt;br /&gt;
=== Flashing ===&lt;br /&gt;
To switch from the stock firmware to coreboot, [[External Flashing | external flashing]] is required. The DIP-8 flash chip is located at the bottom right corner of the board (labeled BIOS in the motherboard diagram). A 3.3V CH341a programmer can be used to flash coreboot onto the KGPE-D16. When switching to coreboot-15h from the OEM BIOS or coreboot, clearing the CMOS is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Clearing the CMOS&#039;&#039;&#039;&lt;br /&gt;
# Turn off the computer, disconnect the power cord and any powered peripherals (Monitors, USB devices, etc)&lt;br /&gt;
# Move the CLRTC1 jumper (located under PCIe Slot 2) to positions 2-3&lt;br /&gt;
# Wait 20 seconds&lt;br /&gt;
# Restore the CLRTC1 jumper to positions 1-2&lt;br /&gt;
# Connect the power cord and turn on the computer&lt;br /&gt;
&lt;br /&gt;
== Deployed Systems ==&lt;br /&gt;
* [[Qubesotron]]&lt;br /&gt;
* [[EmCAST]]&lt;br /&gt;
* [[Atlas]]&lt;br /&gt;
* [[Orion]]&lt;br /&gt;
* [[Unc]]&lt;br /&gt;
* [[RAD01]]&lt;br /&gt;
* [[RAD03]]&lt;br /&gt;
&lt;br /&gt;
Outside of the 15h.org community, it is known that, at least as of 2022, the [https://fsf.org Free Software Foundation] uses KGPE-D16s with 6200-series Opterons [https://www.fsf.org/blogs/sysadmin/closing-in-on-fully-free-bioses-with-the-fsf-tech-team for their servers].&lt;br /&gt;
&lt;br /&gt;
== Motherboard Diagrams ==&lt;br /&gt;
[[File:KGPE-D16 Diagram.png|frameless|400x400px]]&lt;br /&gt;
[[File:KGPE-D16 BlockDiagram.png|frameless|400x400px]]&lt;br /&gt;
&lt;br /&gt;
There is an undocumented 9-pin VGA header next to the rear-IO VGA port. The pins are shared between this header and the rear-IO VGA port.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Components ==&lt;br /&gt;
=== Socket G34 ===&lt;br /&gt;
{{Excerpt|Socket G34|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6100 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6100 Series|inline=yes|bold=yes}}&lt;br /&gt;
==== AMD Opteron 6200 and 6300 Series ====&lt;br /&gt;
{{Excerpt|AMD Opteron 6200 and 6300 Series|inline=yes|bold=yes}}&lt;br /&gt;
=== DDR3 Memory ===&lt;br /&gt;
[[File:KGPE-D16-DIMM-Diagram.png|frameless|1000x1000px]]&lt;br /&gt;
&lt;br /&gt;
{{Excerpt|AGESA 15h|DDR3 Support|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
[[File:KGPE-D16 DDR3 Setting.png|frameless|600x600px]]&lt;br /&gt;
&lt;br /&gt;
The KGPE-D16 provides an external method to override the BIOS DDR3 voltage. BIOS control is configured to select a voltage that maximizes performance for all DIMM modules attached to a socket. Forcing a different voltage may cause stability problems. Use the default jumper setting (1.5V / BIOS control) when using coreboot-15h.&lt;br /&gt;
&lt;br /&gt;
=== PCIe 2.0 Slots ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Slot&lt;br /&gt;
!Width&lt;br /&gt;
!Wired Lanes&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|PCIe1&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|A special PCIe slot designed for the ASUS MIO audio card. Disabled if PCIe2 is occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe2&lt;br /&gt;
|x16&lt;br /&gt;
|x16&lt;br /&gt;
|Disables PCIe1 if occupied.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe3&lt;br /&gt;
|x8&lt;br /&gt;
|x4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|PCIe4&lt;br /&gt;
|x16&lt;br /&gt;
|x8 or x16&lt;br /&gt;
|Switches to x16 mode if PCIe5 is empty. If motherboard jumper PCIE5_SW1 is set to position 2-3, it will always be in x8 mode.&lt;br /&gt;
|-&lt;br /&gt;
|PCIe5&lt;br /&gt;
|x16&lt;br /&gt;
|x8&lt;br /&gt;
|Disables if no card is detected. Set motherboard jumper PCIE5_SW1 to positions 2-3 to always enable PCIe5.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== PIKE Slots ===&lt;br /&gt;
The two PIKE slots, PIKE1 and PIKE2, are used together to attach an ASUS PIKE module to the KGPE-D16. This is required to utilize the 8 onboard SAS ports. These SAS ports support SAS2 and SATA3, making them faster than the onboard SATA2 ports provided by the SP5100. Drives attached to these ports are accessible to the operating system when the PIKE card is configured for [[IT Mode]], but SeaBIOS will not boot from them. The [[PIKE2008]] card, flashed to [[IT Mode]], is recommended to utilize these features.&lt;br /&gt;
&lt;br /&gt;
=== DIP-8 Socket ===&lt;br /&gt;
The DIP-8 Socket houses the mainboard&#039;s BIOS ROM. The following DIP-8 chips are known to work with coreboot on the KGPE-D16.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Model&lt;br /&gt;
!Size (MB)&lt;br /&gt;
!Size (Mb)&lt;br /&gt;
|-&lt;br /&gt;
|W25Q16BVAIG&lt;br /&gt;
|2&lt;br /&gt;
|16&lt;br /&gt;
|-&lt;br /&gt;
|W25Q64BVAIG&lt;br /&gt;
|8&lt;br /&gt;
|64&lt;br /&gt;
|-&lt;br /&gt;
|W25Q128FVIQ&lt;br /&gt;
|16&lt;br /&gt;
|128&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== ASPEED AST2050 ===&lt;br /&gt;
{{Excerpt|ASPEED AST2050|inline=yes|bold=yes}}&lt;br /&gt;
&lt;br /&gt;
Remote administration features on the AST2050 are only activated when a firmware module (ASMB4 or ASMB5) is attached to the KGPE-D16 mainboard (BMC_FW1 slot).&lt;br /&gt;
&lt;br /&gt;
=== AMD SR5690 ===&lt;br /&gt;
{{Excerpt|AMD SR5690|inline=yes|bold=yes}}&lt;br /&gt;
=== AMD SP5100 ===&lt;br /&gt;
{{Excerpt|AMD SP5100|inline=yes|bold=yes}}&lt;br /&gt;
=== Winbond W83667HG-A ===&lt;br /&gt;
{{Excerpt|Winbond W83667HG-A|hat=no}}&lt;br /&gt;
=== Nuvoton W83795G ===&lt;br /&gt;
{{Excerpt|Nuvoton W83795G/ADG|hat=no}}&lt;br /&gt;
&lt;br /&gt;
The ASUS thermal sensor cable (10G090101035) can be used to control fan speeds based on case air temperature readings.&lt;br /&gt;
&lt;br /&gt;
== Motherboard Revisions ==&lt;br /&gt;
Four KGPE-D16 revisions are known: 1.02G, 1.03G, 1.04, and 1.05. The differences between the four revisions have not been disclosed. The more recent boards (1.04 and 1.05) are generally in better condition and are recommended. Board revisions 1.03G, 1.04, and 1.05 are known to perform equally well when in similar condition. No community members have tested a 1.02G revision board. The KGPE-D16 can be found rebranded for distribution in China (KGPE-D16/CHN). The CHN variant can also run coreboot like the other KGPE-D16 variants, there are no known differences.&lt;br /&gt;
&lt;br /&gt;
== Board View ==&lt;br /&gt;
Board views are available for the KGPE-D16. These files can be opened with [[OpenBoardView]].&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f0/ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip ASUS_KGPE-D16_Rev_1.04_-_Schematics.zip]&lt;br /&gt;
&lt;br /&gt;
== Custom Parts and Mods ==&lt;br /&gt;
=== Northbridge Fan ===&lt;br /&gt;
[[File:KGPE-D16-40mm-Noctua-chipset.png|frameless|300px]]&lt;br /&gt;
[[File:KGPE-D16 Northbridge Cooling Fan.jpeg|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A4x10 fan. If your motherboard is not in a high-airflow server case, the northbridge fan is highly recommended. The fan bracket mounts onto the northbridge heatsink by snapping onto the metal arms that secure the heatsink. The file may need to be edited to accommodate the exact placement of your 40mm fan cable (the provided design has a cable hole at the bottom right position).&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/8/8a/KGPE-D16_Chipsetfan_40mm.stl KGPE-D16_Chipsetfan_40mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/98/KGPE-D16_Chipsetfan_40mm.blend KGPE-D16_Chipsetfan_40mm.blend]&lt;br /&gt;
&lt;br /&gt;
=== Chipset Thermal Paste ===&lt;br /&gt;
[[File:KGPE-D16_North_bridge_picture.png|frameless|300px]]&lt;br /&gt;
&lt;br /&gt;
Removing the NB/SB heatsinks to reapply the thermal paste can be daunting due to glue used for the NB heatsink, limited wiggle room, and marginal benefit. It is generally considered not worth it.&lt;br /&gt;
&lt;br /&gt;
=== RAM Fan ===&lt;br /&gt;
[[File:KGPE-D16-80mm-Noctua-ram.png|frameless|300x300px]]&lt;br /&gt;
&lt;br /&gt;
This file is designed to work with a Noctua NF-A8 fan. When two of these fan mounts are attached to a Noctua NF-A8 fan, they will be spaced correctly to snap onto the KGPE-D16 RAM clips (white). These clips vary between boards. The included file is designed to work with L-shaped RAM clips. It will not fit as nicely onto the parallelogram-shaped RAM clips.&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/f/f8/KGPE-D16_Ramfan_80mm.stl KGPE-D16_Ramfan_80mm.stl]&lt;br /&gt;
&lt;br /&gt;
[https://15h.org/images/9/9c/KGPE-D16_Ramfan_80mm.blend KGPE-D16_Ramfan_80mm.blend]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[https://15h.org/images/4/48/KGPE-D16_Manual.pdf]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2073</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2073"/>
		<updated>2026-04-09T03:20:59Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* ASUS KCMA-D8 */&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;
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;
|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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2072</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2072"/>
		<updated>2026-04-09T03:15:52Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Stable */&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;
Supported motherboard variants: &lt;br /&gt;
* &#039;&#039;&#039;KCMA-D8&#039;&#039;&#039; (Serial Numbers B9S2xxxxxxxx and up)&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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_F2A85-M&amp;diff=2071</id>
		<title>ASUS F2A85-M</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_F2A85-M&amp;diff=2071"/>
		<updated>2026-04-07T03:06:50Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Flashing Firmware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = F2A85-M.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2012&lt;br /&gt;
  |manufacturer = [[ASUS]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[FM2]]&lt;br /&gt;
  |northbridge = AMD A85X&lt;br /&gt;
  |southbridge = AMD A85X&lt;br /&gt;
  |ram = 4 slots (2 channels)&lt;br /&gt;
  |bios = 8 MiB socketed DIP-8&lt;br /&gt;
  |formfactor = u-ATX&lt;br /&gt;
  |power = 1x 4-pin EPS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The F2A85-M motherboard is highly supported by [[coreboot-15h]]. All board variants are supported by coreboot. &lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the F2A85-M is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS F2A85-M]]|hat=no|bold=1}}&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. The stock DIP-8 chip will require a chip specification for flashrom to work.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 flashrom -c &amp;quot;W25Q64BV/W25Q64CV/W25Q64FV&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Board Diagrams ==&lt;br /&gt;
[[File:F2A85-M Diagram.png|frameless|400x400px]]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_F2A85-M&amp;diff=2070</id>
		<title>ASUS F2A85-M</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_F2A85-M&amp;diff=2070"/>
		<updated>2026-04-07T03:02:01Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Board Variants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox motherboard&lt;br /&gt;
  |image = F2A85-M.png&lt;br /&gt;
  |image_size = 300&lt;br /&gt;
&lt;br /&gt;
  |introduced = 2012&lt;br /&gt;
  |manufacturer = [[ASUS]]&lt;br /&gt;
&lt;br /&gt;
  |socket = 1x [[FM2]]&lt;br /&gt;
  |northbridge = AMD A85X&lt;br /&gt;
  |southbridge = AMD A85X&lt;br /&gt;
  |ram = 4 slots (2 channels)&lt;br /&gt;
  |bios = 8 MiB socketed DIP-8&lt;br /&gt;
  |formfactor = u-ATX&lt;br /&gt;
  |power = 1x 4-pin EPS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The F2A85-M motherboard is highly supported by [[coreboot-15h]]. All board variants are supported by coreboot. &lt;br /&gt;
&lt;br /&gt;
== Open Source Firmware ==&lt;br /&gt;
Open source firmware for the F2A85-M is provided by [[coreboot-15h]] utilizing AMD&#039;s open source AGESA and CIMx releases 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|[[ASUS F2A85-M]]|hat=no|bold=1}}&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:F2A85-M Diagram.png|frameless|400x400px]]&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Coreboot-15h&amp;diff=2069</id>
		<title>Coreboot-15h</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Coreboot-15h&amp;diff=2069"/>
		<updated>2026-04-07T03:00:55Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* Beta */&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.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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-le_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2068</id>
		<title>File:Coreboot-15h 2026.04.06-v4.18-d36fa395e4 asus f2a85m-le seabios ucode apu-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-le_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2068"/>
		<updated>2026-04-07T03:00:12Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-pro_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2067</id>
		<title>File:Coreboot-15h 2026.04.06-v4.18-d36fa395e4 asus f2a85m-pro seabios ucode apu-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m-pro_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2067"/>
		<updated>2026-04-07T02:59:59Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2066</id>
		<title>File:Coreboot-15h 2026.04.06-v4.18-d36fa395e4 asus f2a85m seabios ucode apu-oprom vga-oproms.tar.gz</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=File:Coreboot-15h_2026.04.06-v4.18-d36fa395e4_asus_f2a85m_seabios_ucode_apu-oprom_vga-oproms.tar.gz&amp;diff=2066"/>
		<updated>2026-04-07T02:59:29Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=Lenovo_G505s&amp;diff=2065</id>
		<title>Lenovo G505s</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=Lenovo_G505s&amp;diff=2065"/>
		<updated>2026-04-01T17:41:26Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* 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]. Example ROMs are [https://github.com/mikebdp2/AMD_coreboot_G505S_A88XM-E_AM1I-A_builds provided by Mike Banon].&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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_AM1I-A&amp;diff=2064</id>
		<title>ASUS AM1I-A</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_AM1I-A&amp;diff=2064"/>
		<updated>2026-04-01T17:41:20Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* 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]. Example ROMs are [https://github.com/mikebdp2/AMD_coreboot_G505S_A88XM-E_AM1I-A_builds provided by Mike Banon].&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>Mrothfuss</name></author>
	</entry>
	<entry>
		<id>https://15h.org/index.php?title=ASUS_A88XM-E&amp;diff=2063</id>
		<title>ASUS A88XM-E</title>
		<link rel="alternate" type="text/html" href="https://15h.org/index.php?title=ASUS_A88XM-E&amp;diff=2063"/>
		<updated>2026-04-01T17:41:12Z</updated>

		<summary type="html">&lt;p&gt;Mrothfuss: /* 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]. Example ROMs are [https://github.com/mikebdp2/AMD_coreboot_G505S_A88XM-E_AM1I-A_builds provided by Mike Banon].&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>Mrothfuss</name></author>
	</entry>
</feed>