mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-07-27 07:52:27 +01:00

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>
12 lines
298 B
INI
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"
|