diff options
| author | Todd Baker <todd_baker@student.uml.edu> | 2026-03-14 04:53:58 -0400 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | c2ad2f9b40ff1e489d416c0c30ea5a154c6cbd5b (patch) | |
| tree | 084a7173b4ef7c0e201326dbb3449407021a9a43 /config/coreboot/dell3040micro_vfsp_16mb/target.cfg | |
| parent | 417b85b46458146363d9cef4cb6b3b50f5da78df (diff) | |
Add Dell OptiPlex 3040 Micro support
Adds libreboot support for the Dell OptiPlex 3040 Micro based on the
OptiPlex 3050 Micro (same Skylake H110 PCH-H platform). Key differences:
DDR3L SODIMMs, Pentium G4400T-class CPUs (Skylake only), Realtek ALC3234
HDA, and Boot Guard neutralization via deguard.
Tested and booted on hardware.
Signed-off-by: Todd Baker <todd_baker@student.uml.edu>
Diffstat (limited to 'config/coreboot/dell3040micro_vfsp_16mb/target.cfg')
| -rw-r--r-- | config/coreboot/dell3040micro_vfsp_16mb/target.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/coreboot/dell3040micro_vfsp_16mb/target.cfg b/config/coreboot/dell3040micro_vfsp_16mb/target.cfg new file mode 100644 index 00000000..1a3d751e --- /dev/null +++ b/config/coreboot/dell3040micro_vfsp_16mb/target.cfg @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="nvme ahci" +grubtree="xhci_nvme" +vcfg="3040micro" +build_depend="seabios/default grub/xhci_nvme memtest86plus u-boot/amd64coreboot" +IFD_platform="sklkbl" +payload_uboot="amd64" |
