pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: update to 2.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b77e59c62c53
branches:  trunk
changeset: 308433:b77e59c62c53
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Wed May 23 07:56:53 2018 +0000

description:
grub2: update to 2.02

* Remove patches fixed in upstream
* Remove 'CONFIGURE_ARGS+=  --disable-grub-emu-usb': option no more supported
* Fix DejaVu search path
* Remove hack for use of pkgsrc's flex on NetBSD (that causes build errors)
* Disable SSP checking (that causes linking errors)

Changes:
New in 2.02:

* New/improved filesystem and disk support:
  * Big-endian UFS1.
  * Experimental 64-bit ext2 support.
  * Various fixes for non-512-byte sector devices.
  * New `proc' filesystem framework, used by LUKS disks.
  * Fix DM-RAID partition handling.
  * New `nativedisk' command to switch from firmware to native disk drivers.
  * Compressed HFS+.
  * DragonFly BSD labels.
  * CBFS (coreboot).
  * Handle partitioned LVM properly.
  * Use LVM UUIDs whenever possible.
  * GPT PReP.
  * New `progress' module that shows progress information while reading
    files.
  * ZFS features support.
  * ZFS LZ4 support.
  * XFS V5 format support.
  * LVM RAID1 support.

* New/improved terminal and video support:
  * Monochrome text (matching `hercules' in GRUB Legacy).
  * Morse code output using system speaker.
  * `spkmodem' output (simple data protocol using system speaker).
  * Handle Japanese special keys.
  * coreboot framebuffer.
  * Serial on ARC.
  * Native vt100 handling for grub-emu, replacing the use of the curses
    library.
  * New gfxmenu options for terminal window positioning, theme background
    image handling, and scrollbar padding, plus `item_pixmap_style' and
    `highlight_overlay'.
  * Support several more image types (paletted and greyscale).

* Boot protocol improvements:
  * Support Apple FAT binaries on non-Apple platforms.
  * Improve FreeDOS direct loading support compatibility.
  * Enable `linux16' on all x86 platforms, not just BIOS.
  * New TrueCrypt ISO loader.
  * multiboot2 boot-services EFI specification.
  * multiboot2 EFI memory map specification.
  * multiboot2 full-file specfication.

* New/improved network support:
  * New variables `net_default_*' containing properties of the default
    interface.
  * Autoload `http' and `tftp' modules if necessary.
  * Improve TFTP robustness.
  * Parse `nd' disk names in GRUB Legacy configuration files.
  * Issue separate DNS queries for IPv4 and IPv6.
  * Support IPv6 Router Advertisement to configure default router.
  * New variable net_<interface>_next_server containing next server
    from BOOTP reply.

* Coreboot improvements:
  * CBFS support both in on-disk images (loopback) and flash.
  * Ability to launch another payload from flash or disk
  * Coreboot framebuffer
  * CBMEMC support (both logging and inspecting logs)
  * Command for inspecting coreboot timestamps (`coreboot_boottime').
  * Command for inspecting coreboot tables (`lscoreboot').
  * New target default_payload.elf.
  * Increased maximal core size.
  * Prefer pmtimer for TSC calibration.

* New/improved platform support:
  * New `efifwsetup' and `lsefi' commands on EFI platforms.
  * New `cmosdump' and `cmosset' commands on platforms with CMOS support.
  * New command `pcidump' for PCI platforms.
  * Improve opcode parsing in ACPI halt implementation.
  * Use the TSC as a possible time source on i386-ieee1275.
  * Merge PowerPC grub-mkrescue implementation with the common one.
  * Support grub-mkrescue on i386-ieee1275, sparc64, bootinfo machines such
    as pSeries, and mips-arc.
  * Make grub-mkrescue better support Apple Intel Macs on CD.
  * Enable GRUB Legacy configuration file parsing on EFI.
  * Support halt for Loongson 2E.
  * ARM U-Boot and EFI ports.
  * Reorganise platform-dependent code in utilities to avoid #ifdef mess.
  * AROS and Haiku support for userspace utilities.
  * Xen PV port.
  * Fix EFI stack alignment.
  * ARM64 EFI port.
  * On Linux, read partition start offsets from sysfs if possible.
  * New grub-macbless utility, and better integration with Mac firmware in
    grub-install.
  * Support Yeeloong 3A.
  * Add `cpuid --pae' option to detect Physical Address Extension on x86.
  * Support for USB debug dongles.
  * Support for *-emu on all platforms (previously only i386/x86_64 worked).
  * Support *-emu on Windows.
  * New platform `none' which builds only user level utilities. This is now
    default if target CPU is not supported.
  * Support for booting little-endian Linux kernel on powerpc.
  * Support network boot with Oracle sun4v vnet devices.
  * Added SAS disks to the IEEE 1275 Open Firmware device list.
  * Try multiple methods for TSC (timestamp counter) calibration - PIT, pmtimer,
    EFI Stall. If everything fails, use hardcoded frequency 800MHz.
  * Support Hyper-V Gen2 platforms which lack PIT for TSC calibration.
  * Map UEFI Persistent Memory to E820 persistent memory.
  * New Xen loader on ARM64.
  * Respect alignment requirement for block device IO buffers on EFI.

* Security:
  * Add optional facility to enforce that all files read by the core image
    from disk have a valid detached digital signature.

* Performance:
  * Avoid costly division operations in many places.
  * New boot time analysis framework (`./configure --enable-boot-time').
  * Initialise USB ports in parallel.
  * New `testspeed' command to test file read speed.
  * Speed-up gfxterm by storing intermediate results in more compact format.
  * Lazy LVM/mdraid scan.
  * Disk hints.

* Scripting:
  * New `eval' and `tr' commands.
  * grub-script-check fails on scripts containing no commands.

* Installation and other utility improvements:
  * Add option to compress files on installation or image creation.
  * Using grub-reboot no longer requires setting `GRUB_DEFAULT=saved'.
  * Support probing EFI System Partition (requires os-prober >= 1.58).
  * Fix inconsistent use of `GRUB_CRYPTODISK_ENABLE' and
    `GRUB_ENABLE_CRYPTODISK'; the latter is now used consistently.
  * grub-mount handles symbolic links to directories.
  * Support disabling submenus with `GRUB_DISABLE_SUBMENU' configuration key
    for grub-mkconfig.
  * grub-install, grub-mknetdir, grub-mkrescue, and grub-mkstandalone
    rewritten in C.  They should now work in supported non-Unix-like
    environments.
  * Native mingw support.
  * Ability to install on EFI under windows.
  * Reorganise timeout handling using new `timeout_style' environment
    variable and `GRUB_TIMEOUT_STYLE' configuration key for grub-mkconfig.
    Menu hotkeys pressed during a hidden timeout now boot the corresponding
    menu entry immediately.
  * New `file' command and grub-file utility to check file types.
  * New syslinux configuration file parser.
  * Set menu entry class to primary OS name returned by os-prober to display
    OS specific icon.
  * On Linux x86 detect EFI word size in grub-install and automatically select
    correct platform (x86_64-efi or i386-efi) to install. Requires Linux kernel
    4.0 or higher.

* Build system:
  * Remove all uses of nested functions; GRUB no longer requires an
    executable stack.
  * Fix documentation build with Texinfo >= 5.1.
  * More robust and documented cross-compiling support.
  * Partial clang support for some platforms (experimental).
  * Partial mingw64 x86_64-efi compile support (highly experimental).
  * Partial mingw32 i386-* (other than already present i386-pc)
    compile support (highly experimental).
  * Support for grub-mkpasswd on Windows.
  * Eliminate the use of AutoGen.  This allowed some performance
    improvements to the build system.
  * Remove variable length arrays.
  * OpenBSD compile and tools support (NetBSD and FreeBSD were already supported).
  * Fix build with FreeType >= 2.5.1.
  * Make gentpl.py compatible with Python 3.  It now requires at least
    Python 2.6.
  * modinfo.sh contains build information now.
  * Added many new tests to improve robustness.
  * Target is built without libgcc now. Necessary builtins are reimplemented
    directly. This removes requirement for target-specific runtime on build
    system.
  * emu libusb support removed (was broken and unmaintained).
  * powerpc64le compile support.
  * Use fixed timestamp when generating GRUB image for reproducible builds.
  * Verify at build time that modules contain only supported relocations and their
    structure matches what boot-time module loader expects.
  * Do not require fonts on powerpc-ieee1275.

* Revision control moved to git.

diffstat:

 sysutils/grub2/Makefile                                             |   15 +-
 sysutils/grub2/PLIST                                                |  137 +++++++-
 sysutils/grub2/distinfo                                             |   23 +-
 sysutils/grub2/patches/patch-configure                              |   16 -
 sysutils/grub2/patches/patch-grub-core_lib_posix__wrap_sys_types.h  |   15 -
 sysutils/grub2/patches/patch-grub-core_lib_posix__wrap_wchar.h      |   18 -
 sysutils/grub2/patches/patch-grub-core_lib_xzembed_xz__dec__lzma2.c |   16 -
 sysutils/grub2/patches/patch-grub-core_loader_i386_pc_plan9.c       |   15 -
 sysutils/grub2/patches/patch-grub-core_net_bootp.c                  |   16 -
 sysutils/grub2/patches/patch-grub-core_osdep_bsd_hostdisk.c         |   51 ++
 sysutils/grub2/patches/patch-grub-core_script_yylex.l               |   28 -
 sysutils/grub2/patches/patch-stpcpy-1.diff                          |  176 ---------
 sysutils/grub2/patches/patch-stpcpy-2-gen.diff                      |  177 ----------
 sysutils/grub2/patches/patch-util_getroot.c                         |   39 --
 sysutils/grub2/patches/patch-util_grub-mkfont.c                     |   15 -
 sysutils/grub2/patches/patch-util_grub.d_10__netbsd.in              |   33 -
 16 files changed, 193 insertions(+), 597 deletions(-)

diffs (truncated from 1189 to 300 lines):

diff -r bc40ffb00e63 -r b77e59c62c53 sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Wed May 23 07:47:05 2018 +0000
+++ b/sysutils/grub2/Makefile   Wed May 23 07:56:53 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/05/10 08:17:10 maya Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/23 07:56:53 triaxx Exp $
 
-DISTNAME=              grub-2.00
+DISTNAME=              grub-2.02
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
-PKGREVISION=           6
 CATEGORIES=            sysutils
 MASTER_SITES=          ftp://ftp.gnu.org/gnu/grub/
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
@@ -16,15 +15,14 @@
 
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 
+USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake flex bison gettext:run awk
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --disable-efiemu
-CONFIGURE_ARGS+=       --disable-grub-emu-usb
 CONFIGURE_ARGS+=       --disable-grub-emu-sdl
 CONFIGURE_ARGS+=       --disable-grub-emu-pci
-CONFIGURE_ARGS+=       --disable-werror
 INFO_FILES=            yes
 USE_PKGLOCALEDIR=      yes
 
@@ -46,11 +44,6 @@
 FLEX_REQD=             2.5.35
 BUILD_DEPENDS+=                help2man>=1.36:../../converters/help2man
 
-# XXX Force use of pkgsrc's flex on NetBSD to prevent build failure.
-.if ${OPSYS} == "NetBSD"
-FLEX_REQD=             9
-.endif
-
 #
 # The configure script sets the variables `target_cpu' and `platform', which
 # are used for the location of the library directory.  The following mimics
@@ -131,7 +124,7 @@
 SUBST_STAGE.fix-dejavu=                pre-configure
 SUBST_MESSAGE.fix-dejavu=      Fixing dejavu search paths in configure.
 SUBST_FILES.fix-dejavu=                configure
-SUBST_SED.fix-dejavu=          -e 's, \(/usr/share/fonts/dejavu\);, \1 ${PREFIX}/share/fonts/X11/TTF;,g'
+SUBST_SED.fix-dejavu=          -e 's, \(/usr/share/fonts/dejavu\), \1 ${PREFIX}/share/fonts/X11/TTF,g'
 
 #
 # Do not use `\t' with sed, as it's not portable.
diff -r bc40ffb00e63 -r b77e59c62c53 sysutils/grub2/PLIST
--- a/sysutils/grub2/PLIST      Wed May 23 07:47:05 2018 +0000
+++ b/sysutils/grub2/PLIST      Wed May 23 07:56:53 2018 +0000
@@ -1,18 +1,24 @@
-@comment $NetBSD: PLIST,v 1.1 2012/07/29 21:44:13 gsutre Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/05/23 07:56:53 triaxx Exp $
 bin/grub-editenv
+bin/grub-file
 bin/grub-fstest
+bin/grub-glue-efi
 bin/grub-kbdcomp
 bin/grub-menulst2cfg
 ${PLIST.freetype}bin/grub-mkfont
 bin/grub-mkimage
 bin/grub-mklayout
+bin/grub-mknetdir
 bin/grub-mkpasswd-pbkdf2
 bin/grub-mkrelpath
 bin/grub-mkrescue
 bin/grub-mkstandalone
+bin/grub-render-label
 bin/grub-script-check
+bin/grub-syslinux2cfg
 info/grub-dev.info
 info/grub.info
+lib/charset.alias
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/acpi.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/acpi.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/adler32.mod
@@ -27,6 +33,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/all_video.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/aout.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/aout.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/archelp.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/archelp.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/at_keyboard.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/at_keyboard.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ata.mod
@@ -47,22 +55,42 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/boot.img
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/boot.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/boot.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/boot_hybrid.image
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/boot_hybrid.img
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bsd.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bsd.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bswap_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bswap_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/btrfs.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/btrfs.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bufio.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/bufio.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cat.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cat.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbfs.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbfs.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbls.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbls.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbmemc.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbmemc.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbtable.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbtable.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbtime.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cbtime.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cdboot.image
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cdboot.img
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/chain.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/chain.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmdline_cat_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmdline_cat_test.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmosdump.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmosdump.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmostest.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmostest.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmp.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmp.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmp_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cmp_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/command.lst
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/config.h
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/configfile.mod
@@ -82,16 +110,24 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cryptodisk.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cs5536.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/cs5536.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ctz_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ctz_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/date.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/date.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/datehook.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/datehook.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/datetime.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/datetime.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/disk.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/disk.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/diskboot.image
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/diskboot.img
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/diskfilter.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/diskfilter.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/div.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/div.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/div_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/div_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/dm_nv.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/dm_nv.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/drivemap.mod
@@ -104,6 +140,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ehci.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/elf.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/elf.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/eval.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/eval.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/exfat.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/exfat.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/exfctest.mod
@@ -114,6 +152,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/extcmd.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/fat.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/fat.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/file.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/file.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/font.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/font.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/freedos.mod
@@ -135,6 +175,10 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_crc.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_des.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_des.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_dsa.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_dsa.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_idea.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_idea.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_md4.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_md4.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_md5.mod
@@ -145,6 +189,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_rijndael.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_rmd160.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_rmd160.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_rsa.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_rsa.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_seed.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_seed.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gcry_serpent.mod
@@ -172,6 +218,10 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxmenu.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm_background.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm_background.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm_menu.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gfxterm_menu.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gmodule.pl
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gptsync.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/gptsync.module
@@ -193,6 +243,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/hfs.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/hfsplus.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/hfsplus.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/hfspluscomp.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/hfspluscomp.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/http.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/http.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/iorw.mod
@@ -211,6 +263,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/keystatus.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ldm.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ldm.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/legacy_password_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/legacy_password_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/legacycfg.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/legacycfg.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/linux.mod
@@ -241,6 +295,12 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/lzma_decompress.img
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/lzopio.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/lzopio.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/macbless.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/macbless.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/macho.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/macho.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mda_text.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mda_text.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mdraid09.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mdraid09.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mdraid09_be.mod
@@ -269,12 +329,20 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mmap.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/moddep.lst
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/modinfo.sh
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/morse.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/morse.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mpi.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mpi.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/msdospart.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/msdospart.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mul_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/mul_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/multiboot.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/multiboot.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/multiboot2.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/multiboot2.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/nativedisk.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/nativedisk.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/net.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/net.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/newc.mod
@@ -291,6 +359,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ntldr.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/odc.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/odc.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/offsetio.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/offsetio.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ohci.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/ohci.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_acorn.mod
@@ -301,6 +371,8 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_apple.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_bsd.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_bsd.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_dfly.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_dfly.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_dvh.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_dvh.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/part_gpt.mod
@@ -325,8 +397,12 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pata.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pbkdf2.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pbkdf2.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pbkdf2_test.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pbkdf2_test.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pci.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pci.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pcidump.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pcidump.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/plan9.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/plan9.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/play.mod
@@ -337,6 +413,10 @@
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/priority_queue.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/probe.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/probe.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/procfs.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/procfs.module
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/progress.mod
+lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/progress.module
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pxe.mod
 lib/grub/${GRUB_TARGET_CPU}-${GRUB_PLATFORM}/pxe.module



Home | Main Index | Thread Index | Old Index