diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 21:33:55 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 23:43:38 -0400 |
commit | c635c90b937b5a995ffd19c2282d59443623a926 (patch) | |
tree | 24999224281afc11d7abcb1db03e5660f024d1df /projects/grub/configs/coreboot/modules-install | |
parent | e8673ebffab5b2715d0e7715738586e0484ee566 (diff) | |
download | librebootfr-c635c90b937b5a995ffd19c2282d59443623a926.tar.gz librebootfr-c635c90b937b5a995ffd19c2282d59443623a926.zip |
Copy GRUB module lists to Coreboot target dir
Since GRUB images will be produced on a target-specific basis the
target will need its own copy of the modules to include in either the
GRUB image itself or CBFS.
Diffstat (limited to 'projects/grub/configs/coreboot/modules-install')
-rw-r--r-- | projects/grub/configs/coreboot/modules-install | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/projects/grub/configs/coreboot/modules-install b/projects/grub/configs/coreboot/modules-install new file mode 100644 index 00000000..1d0d78ba --- /dev/null +++ b/projects/grub/configs/coreboot/modules-install @@ -0,0 +1,80 @@ +adler32 +all_video +archelp +ata +backtrace +bitmap +bitmap_scale +cmp +cpio +cpio_be +cpuid +crc64 +cs5536 +div_test +efiemu +elf +eval +exfat +extcmd +file +fshelp +gettext +gfxmenu +gptsync +gzio +hashsum +hexdump +http +linux16 +loadenv +lzopio +mda_text +mmap +mpi +msdospart +multiboot +multiboot2 +nativedisk +net +newc +ntfs +ntfscomp +odc +offsetio +parttool +priority_queue +procfs +progress +read +relocator +scsi +search +search_fs_file +search_fs_uuid +search_label +setjmp +setpci +sleep +squash4 +tar +terminfo +testload +testspeed +tftp +time +tr +trig +true +udf +ufs1 +ufs1_be +ufs2 +usbserial_common +usbserial_ftdi +usbserial_pl2303 +usbserial_usbdebug +usbtest +video_colors +videotest_checksum +xzio |