diff options
| author | Todd Baker <todd_baker@student.uml.edu> | 2026-03-14 04:53:58 -0400 |
|---|---|---|
| committer | Todd Baker <todd_baker@student.uml.edu> | 2026-03-14 04:57:22 -0400 |
| commit | f0ff5fca6a9f55ec5a815daf6382a5e0fc0f201c (patch) | |
| tree | f49f6c16f761f171edf3a5d59212907f59552fed /config/coreboot/dell3040micro_vfsp_16mb/target.cfg | |
| parent | bdd23b234b5c23495740e897035297314069d47e (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" |
