cbmk/config/coreboot/hppro3500series_8mb/target.cfg
Leah Rowe 0b8cccdcab cb/hppro3500: use seagrub, not grubsea
We want graphics cards to work out of the box. This is
why SeaGRUB is default, on desktops; SeaBIOS also has
better code quality and is less likely to break, so it
provides a nice fallback in case the GRUB payload is ever
buggy during development (this decision was made ever
since the botched May 2024 release)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-07-08 01:08:55 +01:00

12 lines
298 B
INI

# 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="nvme"
vcfg="hppro3500series"
build_depend="seabios/default grub/nvme memtest86plus u-boot/amd64coreboot"
payload_uboot="amd64"