mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-27 06:19:03 +02:00
NOTE: gfxterm_menu module removed, because of this change by upstream: commit ca2a91f43bf6e1df23a07c295534f871ddf2d401 Author: Glenn Washburn <development@efficientek.com> Date: Mon May 5 16:11:36 2025 -0500 tests: Disable gfxterm_menu and cmdline_cat tests This brings in the following changes from upstream: * a68a7dece loader/i386/pc/linux: Fix resource leak * de80acf36 loader/efi/linux: Unload previous Linux kernel/initrd before updating kernel size * 249db11d8 loader/efi/linux: Correctly terminate load_options member * f3b339af1 loader/efi/linux: Use sizeof() instead of constant * c2b2e0dcf loader/efi/linux: Use proper type for len variable * de4e8e2aa loader/efi/linux: Do not pass excessive size for source string * 8c8f96664 loader/efi/linux: Remove useless assignment * 8ebf155af include/grub/charset.h: Update documentation * 2f2ed28d5 Revert "lzma: Make sure we don't dereference past array" * 2539ede82 tests/util/grub-shell: Correct netboot and file_filter test failure * 8c2d4e64f normal/charset: Fix underflow and overflow in loop init * ba8eadde6 dl: Provide a fake grub_dl_set_persistent() and grub_dl_is_persistent() for the emu target * 409e72ced util/grub-protect: Correct uninit "err" variable * 5eca564b1 gnulib: Bring back the fix for resolving unused variable issue * ac1512b87 gnulib: Add patch to allow GRUB w/GCC-15 compile * db506b3b8 gnulib/regexec: Fix resource leak * bba7dd736 gnulib/regcomp: Fix resource leak * 91cb7ff6b tests/tpm2_key_protector_test: Add tests for SHA-384 PCR bank * 451e227e5 tpm2_key_protector: Dump the PCR bank for key unsealing * 11caacdb2 util/grub-protect: Fix the hash algorithm of PCR digest * ce23919ca build: Add new header files to dist to allow building from tar * e3b15bafd build: Remove extra_deps.lst from EXTRA_DIST * 40e261b89 lib/LzmaEnc: Validate "len" before subtracting * 86e8f2c4b osdep/unix/hostdisk: Fix signed integer overflow * 438f05581 disk/luks2: Add attempting to decrypt message to align with luks and geli modules * 20e6d0c4a osdep/linux/getroot: Detect DDF container similar to IMSM * b71bc0f8b fs/fshelp: Avoid possible NULL pointer deference * 272ff81cb fs/ntfs: Correct possible infinite loops/hangs * 8c95307a0 fs/ntfs: Correct possible access violations * 06914b614 fs/ntfs: Correct attribute vs attribute list validation * 0e1762c8a fs/ntfs: Correct regression with run list calculation * be303f8c1 lib/envblk: Ignore empty new lines while parsing env files * 34bd00ee2 fs/zfs: Fix another memory leak in ZFS code * ca2a91f43 tests: Disable gfxterm_menu and cmdline_cat tests Signed-off-by: Leah Rowe <leah@libreboot.org>
157 lines
1.6 KiB
Plaintext
Executable File
157 lines
1.6 KiB
Plaintext
Executable File
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Install modules (installed, but not automatically loaded)
|
|
grub_install_modules=" \
|
|
hexdump \
|
|
newc \
|
|
odc \
|
|
usbserial_common \
|
|
usbserial_ftdi \
|
|
usbserial_pl2303 \
|
|
usbserial_usbdebug \
|
|
video_colors \
|
|
"
|
|
# Modules (and always loaded)
|
|
grub_modules=" \
|
|
acpi \
|
|
ahci \
|
|
at_keyboard \
|
|
all_video \
|
|
ata \
|
|
bitmap \
|
|
bitmap_scale \
|
|
boot \
|
|
bsd \
|
|
btrfs \
|
|
cat \
|
|
cbfs \
|
|
cbls \
|
|
cbmemc \
|
|
cbtime \
|
|
chain \
|
|
configfile \
|
|
cpio \
|
|
cpio_be \
|
|
crc64 \
|
|
crypto \
|
|
cryptodisk \
|
|
diskfilter \
|
|
echo \
|
|
ehci \
|
|
eval \
|
|
exfat \
|
|
elf \
|
|
ext2 \
|
|
fat \
|
|
f2fs \
|
|
gcry_arcfour \
|
|
gcry_blowfish \
|
|
gcry_camellia \
|
|
gcry_cast5 \
|
|
gcry_crc \
|
|
gcry_des \
|
|
gcry_dsa \
|
|
gcry_idea \
|
|
gcry_md4 \
|
|
gcry_md5 \
|
|
gcry_rfc2268 \
|
|
gcry_rijndael \
|
|
gcry_rmd160 \
|
|
gcry_rsa \
|
|
gcry_seed \
|
|
gcry_serpent \
|
|
gcry_sha1 \
|
|
gcry_sha256 \
|
|
gcry_sha512 \
|
|
gcry_tiger \
|
|
gcry_twofish \
|
|
gcry_whirlpool \
|
|
geli \
|
|
gfxmenu \
|
|
gfxterm_background \
|
|
gzio \
|
|
hashsum \
|
|
halt \
|
|
help \
|
|
iorw \
|
|
iso9660 \
|
|
jpeg \
|
|
json \
|
|
keylayouts \
|
|
keystatus \
|
|
linux \
|
|
linux16 \
|
|
loadenv \
|
|
loopback \
|
|
ls \
|
|
lsacpi \
|
|
lsmmap \
|
|
lspci \
|
|
luks \
|
|
luks2 \
|
|
argon2 \
|
|
lvm \
|
|
lzopio \
|
|
mdraid09 \
|
|
mdraid09_be \
|
|
mdraid1x \
|
|
memdisk \
|
|
memrw \
|
|
minicmd \
|
|
mmap \
|
|
multiboot \
|
|
multiboot2 \
|
|
nativedisk \
|
|
normal \
|
|
ntfs \
|
|
ohci \
|
|
part_bsd \
|
|
part_dfly \
|
|
part_gpt \
|
|
part_msdos \
|
|
password \
|
|
password_pbkdf2 \
|
|
pata \
|
|
pbkdf2 \
|
|
pcidump \
|
|
pgp \
|
|
play \
|
|
png \
|
|
procfs \
|
|
raid5rec \
|
|
raid6rec \
|
|
read \
|
|
reboot \
|
|
regexp \
|
|
romfs \
|
|
scsi \
|
|
search \
|
|
search_fs_file \
|
|
search_fs_uuid \
|
|
search_label \
|
|
serial \
|
|
syslinuxcfg \
|
|
setjmp \
|
|
setpci \
|
|
spkmodem \
|
|
squash4 \
|
|
sleep \
|
|
tar \
|
|
test \
|
|
true \
|
|
uhci \
|
|
udf \
|
|
ufs1 \
|
|
ufs1_be \
|
|
ufs2 \
|
|
usb \
|
|
usb_keyboard \
|
|
usbms \
|
|
xfs \
|
|
xzio \
|
|
zfs \
|
|
zfscrypt \
|
|
zfsinfo \
|
|
zstd \
|
|
"
|