[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/20] coreboot/e6400_4mb: enable the grub payload
From: |
Leah Rowe |
Subject: |
[PATCH 15/20] coreboot/e6400_4mb: enable the grub payload |
Date: |
Sun, 14 Jan 2024 15:55:32 +0000 |
From: Leah Rowe <leah@libreboot.org>
grub was not enabled in the patch that added e6400
support, intentionally, because it was part of a
patch series updating the coreboot revisions, where
updating and patching grub 2.12 was done in a separate
branch, sent as separate patches.
so, if gnuboot would merge e6400 but without updating
grub, it could merge that patch without merging this
one. however, if gnuboot merges my grub update patches,
then it can enable this patch.
i say this because: even grub 2.12 has the same problem
with grub: it wrongly detects that the e6400's ps/2
controlled (emulated on the mec5035 ec) can handle
keyboard scancode set 2, when only set 1 is supported,
so that patch series modified grub to always treat scancodes
as set 1, and configure the keyboard controller accordingly,
matching the behaviour of both seabios and the kernel, linux.
Signed-off-by: Leah Rowe <leah@libreboot.org>
---
resources/coreboot/e6400_4mb/board.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/resources/coreboot/e6400_4mb/board.cfg
b/resources/coreboot/e6400_4mb/board.cfg
index 3821112..aaf2ac7 100644
--- a/resources/coreboot/e6400_4mb/board.cfg
+++ b/resources/coreboot/e6400_4mb/board.cfg
@@ -1,5 +1,7 @@
cbtree="dell"
arch="x86_64"
+payload_grub="y"
+payload_grub_withseabios="y"
payload_seabios="y"
payload_memtest="y"
grub_scan_disk="ahci"
--
2.39.2
- [PATCH 04/20] GRUB: Don't spew "Unknown key 0xFF", (continued)
- [PATCH 04/20] GRUB: Don't spew "Unknown key 0xFF", Leah Rowe, 2024/01/14
- [PATCH 02/20] Argon2 KDF support in GRUB 2.12, Leah Rowe, 2024/01/14
- [PATCH 06/20] GRUB: Use reduced set of modules, Leah Rowe, 2024/01/14
- [PATCH 07/20] grub.cfg: support ESP, btrfs subvols and extlinux, Leah Rowe, 2024/01/14
- [PATCH 09/20] build/boot/roms: skip building gnat on fam15h, Leah Rowe, 2024/01/14
- [PATCH 11/20] import util/dell-flash-unlock from lbmk 09bed9a4, Leah Rowe, 2024/01/14
- [PATCH 10/20] NEW MAINBOARD: Dell Latitude E6400, Leah Rowe, 2024/01/14
- [PATCH 14/20] build/boot/roms: support "normal" seabios configs, Leah Rowe, 2024/01/14
- [PATCH 13/20] use seabios revision from canoeboot 20231103, Leah Rowe, 2024/01/14
- [PATCH 12/20] import util/nvmutil from lbmk 09bed9a4, Leah Rowe, 2024/01/14
- [PATCH 15/20] coreboot/e6400_4mb: enable the grub payload,
Leah Rowe <=
- [PATCH 08/20] Use newer coreboot revision from canoeboot 102ce12, Leah Rowe, 2024/01/14
- [PATCH 17/20] build/module/grub: disable -Werror on builds, Leah Rowe, 2024/01/14
- [PATCH 18/20] coreboot/fam15h: fix binutils build error on gcc13, Leah Rowe, 2024/01/14
- [PATCH 16/20] cache cbfstool and ifdtool builds, Leah Rowe, 2024/01/14
- [PATCH 19/20] use memtest86plus 6.x instead of 5.x, Leah Rowe, 2024/01/14
- [PATCH 20/20] Add support for google gru_bob and gru_kevin, Leah Rowe, 2024/01/14