e153146 Update to grub 2.04

Authored and Committed by javierm 4 years ago
178 files changed. 3672 lines added. 24157 lines removed.
.gitignore
file modified
+1 -0
0001-Add-support-for-Linux-EFI-stub-loading.patch
file modified
+48 -61
0002-Rework-linux-command.patch
file modified
+15 -16
0003-Rework-linux16-command.patch
file modified
+7 -8
0004-Add-secureboot-support-on-efi-chainloader.patch
file modified
+30 -30
0005-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch
file modified
+27 -27
0006-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch
file modified
+12 -11
0007-re-write-.gitignore.patch
file modified
+68 -100
0008-IBM-client-architecture-CAS-reboot-support.patch
file modified
+9 -9
0010-Disable-GRUB-video-support-for-IBM-power-machines.patch
file modified
+6 -6
0011-Honor-a-symlink-when-generating-configuration-by-gru.patch
file modified
+1 -1
0012-Move-bash-completion-script-922997.patch
file modified
+3 -3
0014-Allow-fallback-to-include-entries-by-title-not-just-.patch
file modified
+1 -1
0015-Add-GRUB_DISABLE_UUID.patch
file modified
+2 -2
0016-Make-exit-take-a-return-code.patch
file modified
+10 -10
0018-Make-efi-machines-load-an-env-block-from-a-variable.patch
file modified
+2 -2
0019-DHCP-client-ID-and-UUID-options-added.patch
file modified
+54 -56
0020-Fix-bad-test-on-GRUB_DISABLE_SUBMENU.patch
file modified
+1 -1
0022-Migrate-PPC-from-Yaboot-to-Grub2.patch
file modified
+2 -2
0023-Add-fw_path-variable-revised.patch
file modified
+2 -2
0024-Pass-x-hex-hex-straight-through-unmolested.patch
file modified
+8 -8
0026-Search-for-specific-config-file-for-netboot.patch
file modified
+5 -5
0027-blscfg-add-blscfg-module-to-parse-Boot-Loader-Specif.patch
file modified
+13 -13
0028-Add-devicetree-loading.patch
file modified
+2 -2
0029-Don-t-write-messages-to-the-screen.patch
file modified
+2 -2
0030-Don-t-print-GNU-GRUB-header.patch
file modified
+1 -1
0034-Use-the-correct-indentation-for-the-term-help-text.patch
file modified
+1 -1
0040-Don-t-say-GNU-Linux-in-generated-menus.patch
file modified
+2 -2
0043-Add-.eh_frame-to-list-of-relocations-stripped.patch
file modified
+1 -1
0044-Don-t-munge-raw-spaces-when-we-re-doing-our-cmdline-.patch
file modified
+2 -2
0045-Don-t-require-a-password-to-boot-entries-generated-b.patch
file modified
+1 -1
0046-Don-t-emit-Booting-.-message.patch
file modified
+2 -2
0047-Replace-a-lot-of-man-pages-with-slightly-nicer-ones.patch
file modified
+5 -5
0048-use-fw_path-prefix-when-fallback-searching-for-grub-.patch
file modified
+1 -1
0049-Try-mac-guid-etc-before-grub.cfg-on-tftp-config-file.patch
file modified
+51 -49
0051-Add-grub_util_readlink.patch
file modified
+8 -3657
0052-Make-editenv-chase-symlinks-including-those-across-d.patch
file modified
+4 -4
0053-Generate-OS-and-CLASS-in-10_linux-from-etc-os-releas.patch
file modified
+1 -1
0055-Try-prefix-if-fw_path-doesn-t-work.patch
file modified
+63 -63
0056-Update-info-with-grub.cfg-netboot-selection-order-11.patch
file modified
+1 -1
0057-Use-Distribution-Package-Sort-for-grub2-mkconfig-112.patch
file modified
+8 -22
0059-Make-grub2-mkconfig-construct-titles-that-look-like-.patch
file modified
+1 -1
0060-Add-friendly-grub2-password-config-tool-985962.patch
file modified
+7 -21
0063-Add-a-url-parser.patch
file modified
+3 -3
0064-efinet-and-bootp-add-support-for-dhcpv6.patch
file modified
+13 -13
0065-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch
file modified
+8 -22
0067-bz1374141-fix-incorrect-mask-for-ppc64.patch
file modified
+1 -1
0068-Make-grub_fatal-also-backtrace.patch
file modified
+3 -3
0069-Fix-up-some-man-pages-rpmdiff-noticed.patch
file modified
+3 -3
0070-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch
file modified
+2 -2
0071-Make-our-info-pages-say-grub2-where-appropriate.patch
file modified
+29 -29
0072-print-more-debug-info-in-our-module-loader.patch
file modified
+1 -1
0074-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch
file modified
+20 -20
0075-export-btrfs_subvol-and-btrfs_subvolid.patch
file modified
+2 -2
0076-grub2-btrfs-03-follow_default.patch
file modified
+10 -10
0077-grub2-btrfs-04-grub2-install.patch
file modified
+4 -4
0078-grub2-btrfs-05-grub2-mkconfig.patch
file modified
+3 -3
0079-grub2-btrfs-06-subvol-mount.patch
file modified
+14 -14
0080-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch
file modified
+2 -2
0081-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch
file modified
+5 -5
0082-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch
file modified
+1 -1
0083-Use-grub_efi_.-memory-helpers-where-reasonable.patch
file modified
+7 -7
0084-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch
file modified
+3 -3
0085-Don-t-use-dynamic-sized-arrays-since-we-don-t-build-.patch
file modified
+1 -1
0087-don-t-use-int-for-efi-status.patch
file modified
+1 -1
0088-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch
file modified
+1 -1
0089-editenv-handle-relative-symlinks.patch
file modified
+2 -2
0090-Make-libgrub.pp-depend-on-config-util.h.patch
file modified
+1 -1
0091-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch
file modified
+2 -2
0092-20_linux_xen-load-xen-or-multiboot-2-modules-as-need.patch
file modified
+5 -5
0094-align-struct-efi_variable-better.patch
file modified
+1 -1
0095-Add-BLS-support-to-grub-mkconfig.patch
file modified
+4 -4
0097-Add-linux-and-initrd-commands-for-grub-emu.patch
file modified
+14 -14
0098-Add-grub2-switch-to-blscfg.patch
file modified
+3 -17
0099-Add-grub_debug_enabled.patch
file modified
+1 -1
0100-make-better-backtraces.patch
file modified
+19 -17
0101-normal-don-t-draw-our-startup-message-if-debug-is-se.patch
file modified
+1 -1
0103-Make-it-possible-to-enabled-build-id-sha1.patch
file modified
+2 -2
0104-Add-grub_qdprintf-grub_dprintf-without-the-file-line.patch
file modified
+1 -1
0105-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch
file modified
+5 -5
0106-Fixup-for-newer-compiler.patch0107-Fixup-for-newer-compiler.patch
file renamed
+2 -2
0106-TPM-support.patch
file removed
-891
0107-Don-t-attempt-to-export-the-start-and-_start-symbols.patch0108-Don-t-attempt-to-export-the-start-and-_start-symbols.patch
file renamed
+2 -2
0108-Fixup-for-newer-compiler.patch0109-Fixup-for-newer-compiler.patch
file renamed
+1 -1
0109-Add-support-for-non-Ethernet-network-cards.patch0111-Add-support-for-non-Ethernet-network-cards.patch
file renamed
+31 -30
0110-Use-xid-to-match-DHCP-replies.patch
file removed
-65
0110-misc-fix-invalid-character-recongition-in-strto-l.patch0112-misc-fix-invalid-character-recongition-in-strto-l.patch
file renamed
+0 -0
0111-net-read-bracketed-ipv6-addrs-and-port-numbers.patch0113-net-read-bracketed-ipv6-addrs-and-port-numbers.patch
file renamed
+2 -2
0112-bootp-New-net_bootp6-command.patch0114-bootp-New-net_bootp6-command.patch
file renamed
+352 -348
0113-efinet-UEFI-IPv6-PXE-support.patch0115-efinet-UEFI-IPv6-PXE-support.patch
file renamed
+1 -1
0114-grub.texi-Add-net_bootp6-doument.patch0116-grub.texi-Add-net_bootp6-doument.patch
file renamed
+3 -3
0115-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch
file added
+108
0116-efinet-Setting-network-from-UEFI-device-path.patch0118-efinet-Setting-network-from-UEFI-device-path.patch
file renamed
+1 -1
0117-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch
file removed
-135
0117-efinet-Setting-DNS-server-from-UEFI-protocol.patch0119-efinet-Setting-DNS-server-from-UEFI-protocol.patch
file renamed
+3 -3
0118-Fix-one-more-coverity-complaint.patch0120-Fix-one-more-coverity-complaint.patch
file renamed
+2 -2
0119-Support-UEFI-networking-protocols.patch0121-Support-UEFI-networking-protocols.patch
file renamed
+23 -23
0120-AUDIT-0-http-boot-tracker-bug.patch0122-AUDIT-0-http-boot-tracker-bug.patch
file renamed
+1 -1
0121-grub-core-video-efi_gop.c-Add-support-for-BLT_ONLY-a.patch0123-grub-core-video-efi_gop.c-Add-support-for-BLT_ONLY-a.patch
file renamed
+0 -0
0122-efi-uga-use-64-bit-for-fb_base.patch0124-efi-uga-use-64-bit-for-fb_base.patch
file renamed
+0 -0
0123-EFI-console-Do-not-set-text-mode-until-we-actually-n.patch0125-EFI-console-Do-not-set-text-mode-until-we-actually-n.patch
file renamed
+0 -0
0124-EFI-console-Add-grub_console_read_key_stroke-helper-.patch0126-EFI-console-Add-grub_console_read_key_stroke-helper-.patch
file renamed
+0 -0
0125-EFI-console-Implement-getkeystatus-support.patch0127-EFI-console-Implement-getkeystatus-support.patch
file renamed
+0 -0
0126-Make-grub_getkeystatus-helper-funtion-available-ever.patch0128-Make-grub_getkeystatus-helper-funtion-available-ever.patch
file renamed
+0 -0
0127-Accept-ESC-F8-and-holding-SHIFT-as-user-interrupt-ke.patch0129-Accept-ESC-F8-and-holding-SHIFT-as-user-interrupt-ke.patch
file renamed
+1 -1
0128-grub-editenv-Add-incr-command-to-increment-integer-v.patch0130-grub-editenv-Add-incr-command-to-increment-integer-v.patch
file renamed
+3 -3
0129-Add-auto-hide-menu-support.patch0131-Add-auto-hide-menu-support.patch
file renamed
+2 -2
0130-Output-a-menu-entry-for-firmware-setup-on-UEFI-FastB.patch0132-Output-a-menu-entry-for-firmware-setup-on-UEFI-FastB.patch
file renamed
+2 -2
0131-Add-grub-set-bootflag-utility.patch0133-Add-grub-set-bootflag-utility.patch
file renamed
+5 -19
0132-docs-Add-grub-boot-indeterminate.service-example.patch0134-docs-Add-grub-boot-indeterminate.service-example.patch
file renamed
+0 -0
0133-gentpl-add-disable-support.patch0135-gentpl-add-disable-support.patch
file renamed
+3 -3
0134-gentpl-add-pc-firmware-type.patch0136-gentpl-add-pc-firmware-type.patch
file renamed
+6 -6
0135-efinet-also-use-the-firmware-acceleration-for-http.patch0137-efinet-also-use-the-firmware-acceleration-for-http.patch
file renamed
+1 -1
0136-efi-http-Make-root_url-reflect-the-protocol-hostname.patch0138-efi-http-Make-root_url-reflect-the-protocol-hostname.patch
file renamed
+0 -0
0137-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch0142-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch
file renamed
+6 -6
0138-module-verifier-make-it-possible-to-run-checkers-on-.patch0143-module-verifier-make-it-possible-to-run-checkers-on-.patch
file renamed
+1 -1
0139-Force-everything-to-use-python3.patch
file removed
-42
0139-Rework-how-the-fdt-command-builds.patch0145-Rework-how-the-fdt-command-builds.patch
file renamed
+14 -14
0140-Disable-non-wordsize-allocations-on-arm.patch0146-Disable-non-wordsize-allocations-on-arm.patch
file renamed
+2 -2
0140-Fix-an-8-year-old-typo.patch
file removed
-23
0141-autogen-don-t-run-autoreconf-in-the-topdir.patch
file removed
-21
0141-strip-R-.note.gnu.property-at-more-places.patch0147-strip-R-.note.gnu.property-at-more-places.patch
file renamed
+3 -3
0142-Prepend-prefix-when-HTTP-path-is-relative.patch0148-Prepend-prefix-when-HTTP-path-is-relative.patch
file renamed
+0 -0
0143-Make-linux_arm_kernel_header.hdr_offset-be-at-the-ri.patch0149-Make-linux_arm_kernel_header.hdr_offset-be-at-the-ri.patch
file renamed
+1 -1
0144-Make-grub_error-more-verbose.patch0150-Make-grub_error-more-verbose.patch
file renamed
+3 -3
0144-grub-module-verifier-report-the-filename-or-modname-.patch
file removed
-250
0145-Make-reset-an-alias-for-the-reboot-command.patch0151-Make-reset-an-alias-for-the-reboot-command.patch
file renamed
+0 -0
0146-EFI-more-debug-output-on-GOP-and-UGA-probing.patch0152-EFI-more-debug-output-on-GOP-and-UGA-probing.patch
file renamed
+0 -0
0147-Add-a-version-command.patch0153-Add-a-version-command.patch
file renamed
+4 -4
0148-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch0154-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch
file renamed
+3 -3
0149-arm-arm64-loader-Better-memory-allocation-and-error-.patch0155-arm-arm64-loader-Better-memory-allocation-and-error-.patch
file renamed
+25 -37
0150-Try-to-pick-better-locations-for-kernel-and-initrd.patch0156-Try-to-pick-better-locations-for-kernel-and-initrd.patch
file renamed
+9 -9
0151-Attempt-to-fix-up-all-the-places-Wsign-compare-error.patch
file added
+396
0152-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch0158-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch
file renamed
+6 -6
0153-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch0159-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
file renamed
+7 -7
0154-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch0160-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch
file renamed
+5 -5
0155-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch0161-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch
file renamed
+11 -11
0156-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch0162-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch
file renamed
+10 -10
0157-Attempt-to-fix-up-all-the-places-Wsign-compare-error.patch
file removed
-392
0157-Fix-getroot.c-s-trampolines.patch0163-Fix-getroot.c-s-trampolines.patch
file renamed
+0 -0
0158-Do-not-allow-stack-trampolines-anywhere.patch0164-Do-not-allow-stack-trampolines-anywhere.patch
file renamed
+5 -5
0159-Reimplement-boot_counter.patch0165-Reimplement-boot_counter.patch
file renamed
+4 -4
0160-Make-grub_strtoul-end-pointer-have-the-right-constif.patch0166-Make-grub_strtoul-end-pointer-have-the-right-constif.patch
file renamed
+13 -13
0161-Fix-menu-entry-selection-based-on-ID-and-title.patch0167-Fix-menu-entry-selection-based-on-ID-and-title.patch
file renamed
+1 -1
0162-Make-the-menu-entry-users-option-argument-to-be-opti.patch0168-Make-the-menu-entry-users-option-argument-to-be-opti.patch
file renamed
+0 -0
0163-Add-efi-export-env-and-efi-load-env-commands.patch0169-Add-efi-export-env-and-efi-load-env-commands.patch
file renamed
+5 -5
0164-Make-it-possible-to-subtract-conditions-from-debug.patch0170-Make-it-possible-to-subtract-conditions-from-debug.patch
file renamed
+0 -0
0165-Export-all-variables-from-the-initial-context-when-c.patch0171-Export-all-variables-from-the-initial-context-when-c.patch
file renamed
+1 -1
0166-Fix-the-looking-up-grub.cfg-XXX-while-tftp-booting.patch0172-Fix-the-looking-up-grub.cfg-XXX-while-tftp-booting.patch
file renamed
+1 -1
0167-Try-to-set-fPIE-and-friends-on-libgnu.a.patch
file added
+40
0168-Don-t-make-grub_strtoull-print-an-error-if-no-conver.patch0174-Don-t-make-grub_strtoull-print-an-error-if-no-conver.patch
file renamed
+0 -0
0169-Fix-the-type-of-grub_efi_status_t.patch0175-Fix-the-type-of-grub_efi_status_t.patch
file renamed
+1 -1
0170-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch0179-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch
file renamed
+3 -3
0171-Fix-systemctl-kexec-exit-status-check.patch0180-Fix-systemctl-kexec-exit-status-check.patch
file renamed
+0 -0
0172-Print-grub-emu-linux-loader-messages-as-debug.patch0181-Print-grub-emu-linux-loader-messages-as-debug.patch
file renamed
+0 -0
0173-Don-t-assume-that-boot-commands-will-only-return-on-.patch0182-Don-t-assume-that-boot-commands-will-only-return-on-.patch
file renamed
+1 -1
0173-Try-to-set-fPIE-and-friends-on-libgnu.a.patch
file removed
-39
0174-Fix-undefined-references-for-fdt-when-building-with-.patch0183-Fix-undefined-references-for-fdt-when-building-with-.patch
file renamed
+1 -1
0175-Do-better-in-bootstrap.conf.patch
file added
+28
0176-Use-git-to-apply-gnulib-patches.patch
file added
+474
0176-mkimage-Use-EFI32_HEADER_SIZE-define-in-arm-efi-case.patch
file removed
-35
0177-autogen.sh-use-find-wholename-for-long-path-matches.patch
file added
+23
0177-mkimage-Align-efi-sections-on-4k-boundary.patch
file removed
-55
0178-bootstrap.conf-don-t-clobber-AM_CFLAGS-here.patch
file added
+23
0178-mkimage-Clarify-file-alignment-in-efi-case.patch
file removed
-71
0184-arm-Move-trampolines-into-code-section.patch
file removed
-78
0185-arm-Align-section-alignment-with-manual-relocation-o.patch
file removed
-41
0186-grub-core-loader-efi-fdt.c-Do-not-copy-random-memory.patch
file removed
-29
0187-linux-efi-arm-fdt-break-FDT-extra-allocation-space-o.patch
file removed
-48
bootstrap
file added
+1073
bootstrap.conf
file added
+91
do-rebase
file modified
+15 -3
gitignore
file modified
+11 -23
grub.macros
file modified
+14 -11
grub.patches
file modified
+73 -82
grub2.spec
file modified
+19 -11
release-to-master.patch
file removed
-16760
sources
file modified
+2 -1
    Update to grub 2.04
    
    This change updates grub to the 2.04 release. The new release changed how
    grub is built, so the bootstrap and bootstrap.conf files have to be added
    to the dist-git. Also, the gitignore file changed so it has to be updated.
    
    Since the patches have been forward ported to 2.04, there's no need for a
    logic to maintain a patch with the delta between the release and the grub
    master branch. So the release-to-master.patch is dropped and no longer is
    updated by the do-rebase script.
    
    Also since gnulib isn't part of the grub repository anymore and cloned by
    the boostrap tool, a gnulib tarball is included as other source file and
    copied before calling the bootstrap tool. That way grub can be built even
    in builders that only have access to the sources lookaside cache.
    
    Resolves: rhbz#1727279
    
    Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
    
        
file modified
+1 -0
file modified
+15 -16
file modified
+68 -100
file modified
+3 -3
0106-Fixup-for-newer-compiler.patch 0107-Fixup-for-newer-compiler.patch
file renamed
+2 -2
file removed
-891
0107-Don-t-attempt-to-export-the-start-and-_start-symbols.patch 0108-Don-t-attempt-to-export-the-start-and-_start-symbols.patch
file renamed
+2 -2
0108-Fixup-for-newer-compiler.patch 0109-Fixup-for-newer-compiler.patch
file renamed
+1 -1
0109-Add-support-for-non-Ethernet-network-cards.patch 0111-Add-support-for-non-Ethernet-network-cards.patch
file renamed
+31 -30
0110-misc-fix-invalid-character-recongition-in-strto-l.patch 0112-misc-fix-invalid-character-recongition-in-strto-l.patch
file renamed
file was renamed with no change to the file
0111-net-read-bracketed-ipv6-addrs-and-port-numbers.patch 0113-net-read-bracketed-ipv6-addrs-and-port-numbers.patch
file renamed
+2 -2
0112-bootp-New-net_bootp6-command.patch 0114-bootp-New-net_bootp6-command.patch
file renamed
+352 -348
0113-efinet-UEFI-IPv6-PXE-support.patch 0115-efinet-UEFI-IPv6-PXE-support.patch
file renamed
+1 -1
0114-grub.texi-Add-net_bootp6-doument.patch 0116-grub.texi-Add-net_bootp6-doument.patch
file renamed
+3 -3
0116-efinet-Setting-network-from-UEFI-device-path.patch 0118-efinet-Setting-network-from-UEFI-device-path.patch
file renamed
+1 -1
0117-efinet-Setting-DNS-server-from-UEFI-protocol.patch 0119-efinet-Setting-DNS-server-from-UEFI-protocol.patch
file renamed
+3 -3
0118-Fix-one-more-coverity-complaint.patch 0120-Fix-one-more-coverity-complaint.patch
file renamed
+2 -2
0119-Support-UEFI-networking-protocols.patch 0121-Support-UEFI-networking-protocols.patch
file renamed
+23 -23
0120-AUDIT-0-http-boot-tracker-bug.patch 0122-AUDIT-0-http-boot-tracker-bug.patch
file renamed
+1 -1
0121-grub-core-video-efi_gop.c-Add-support-for-BLT_ONLY-a.patch 0123-grub-core-video-efi_gop.c-Add-support-for-BLT_ONLY-a.patch
file renamed
file was renamed with no change to the file
0122-efi-uga-use-64-bit-for-fb_base.patch 0124-efi-uga-use-64-bit-for-fb_base.patch
file renamed
file was renamed with no change to the file
0123-EFI-console-Do-not-set-text-mode-until-we-actually-n.patch 0125-EFI-console-Do-not-set-text-mode-until-we-actually-n.patch
file renamed
file was renamed with no change to the file
0124-EFI-console-Add-grub_console_read_key_stroke-helper-.patch 0126-EFI-console-Add-grub_console_read_key_stroke-helper-.patch
file renamed
file was renamed with no change to the file
0125-EFI-console-Implement-getkeystatus-support.patch 0127-EFI-console-Implement-getkeystatus-support.patch
file renamed
file was renamed with no change to the file
0126-Make-grub_getkeystatus-helper-funtion-available-ever.patch 0128-Make-grub_getkeystatus-helper-funtion-available-ever.patch
file renamed
file was renamed with no change to the file
0127-Accept-ESC-F8-and-holding-SHIFT-as-user-interrupt-ke.patch 0129-Accept-ESC-F8-and-holding-SHIFT-as-user-interrupt-ke.patch
file renamed
+1 -1
0128-grub-editenv-Add-incr-command-to-increment-integer-v.patch 0130-grub-editenv-Add-incr-command-to-increment-integer-v.patch
file renamed
+3 -3
0129-Add-auto-hide-menu-support.patch 0131-Add-auto-hide-menu-support.patch
file renamed
+2 -2
0130-Output-a-menu-entry-for-firmware-setup-on-UEFI-FastB.patch 0132-Output-a-menu-entry-for-firmware-setup-on-UEFI-FastB.patch
file renamed
+2 -2
0131-Add-grub-set-bootflag-utility.patch 0133-Add-grub-set-bootflag-utility.patch
file renamed
+5 -19
0132-docs-Add-grub-boot-indeterminate.service-example.patch 0134-docs-Add-grub-boot-indeterminate.service-example.patch
file renamed
file was renamed with no change to the file
0133-gentpl-add-disable-support.patch 0135-gentpl-add-disable-support.patch
file renamed
+3 -3
0134-gentpl-add-pc-firmware-type.patch 0136-gentpl-add-pc-firmware-type.patch
file renamed
+6 -6
0135-efinet-also-use-the-firmware-acceleration-for-http.patch 0137-efinet-also-use-the-firmware-acceleration-for-http.patch
file renamed
+1 -1
0136-efi-http-Make-root_url-reflect-the-protocol-hostname.patch 0138-efi-http-Make-root_url-reflect-the-protocol-hostname.patch
file renamed
file was renamed with no change to the file
0137-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch 0142-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch
file renamed
+6 -6
0138-module-verifier-make-it-possible-to-run-checkers-on-.patch 0143-module-verifier-make-it-possible-to-run-checkers-on-.patch
file renamed
+1 -1
0139-Rework-how-the-fdt-command-builds.patch 0145-Rework-how-the-fdt-command-builds.patch
file renamed
+14 -14
0140-Disable-non-wordsize-allocations-on-arm.patch 0146-Disable-non-wordsize-allocations-on-arm.patch
file renamed
+2 -2
0141-strip-R-.note.gnu.property-at-more-places.patch 0147-strip-R-.note.gnu.property-at-more-places.patch
file renamed
+3 -3
0142-Prepend-prefix-when-HTTP-path-is-relative.patch 0148-Prepend-prefix-when-HTTP-path-is-relative.patch
file renamed
file was renamed with no change to the file
0143-Make-linux_arm_kernel_header.hdr_offset-be-at-the-ri.patch 0149-Make-linux_arm_kernel_header.hdr_offset-be-at-the-ri.patch
file renamed
+1 -1
0144-Make-grub_error-more-verbose.patch 0150-Make-grub_error-more-verbose.patch
file renamed
+3 -3
0145-Make-reset-an-alias-for-the-reboot-command.patch 0151-Make-reset-an-alias-for-the-reboot-command.patch
file renamed
file was renamed with no change to the file
0146-EFI-more-debug-output-on-GOP-and-UGA-probing.patch 0152-EFI-more-debug-output-on-GOP-and-UGA-probing.patch
file renamed
file was renamed with no change to the file
0147-Add-a-version-command.patch 0153-Add-a-version-command.patch
file renamed
+4 -4
0148-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch 0154-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch
file renamed
+3 -3
0149-arm-arm64-loader-Better-memory-allocation-and-error-.patch 0155-arm-arm64-loader-Better-memory-allocation-and-error-.patch
file renamed
+25 -37
0150-Try-to-pick-better-locations-for-kernel-and-initrd.patch 0156-Try-to-pick-better-locations-for-kernel-and-initrd.patch
file renamed
+9 -9
0152-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch 0158-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch
file renamed
+6 -6
0153-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch 0159-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
file renamed
+7 -7
0154-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch 0160-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch
file renamed
+5 -5
0155-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch 0161-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch
file renamed
+11 -11
0156-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch 0162-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch
file renamed
+10 -10
0157-Fix-getroot.c-s-trampolines.patch 0163-Fix-getroot.c-s-trampolines.patch
file renamed
file was renamed with no change to the file
0158-Do-not-allow-stack-trampolines-anywhere.patch 0164-Do-not-allow-stack-trampolines-anywhere.patch
file renamed
+5 -5
0159-Reimplement-boot_counter.patch 0165-Reimplement-boot_counter.patch
file renamed
+4 -4
0160-Make-grub_strtoul-end-pointer-have-the-right-constif.patch 0166-Make-grub_strtoul-end-pointer-have-the-right-constif.patch
file renamed
+13 -13
0161-Fix-menu-entry-selection-based-on-ID-and-title.patch 0167-Fix-menu-entry-selection-based-on-ID-and-title.patch
file renamed
+1 -1
0162-Make-the-menu-entry-users-option-argument-to-be-opti.patch 0168-Make-the-menu-entry-users-option-argument-to-be-opti.patch
file renamed
file was renamed with no change to the file
0163-Add-efi-export-env-and-efi-load-env-commands.patch 0169-Add-efi-export-env-and-efi-load-env-commands.patch
file renamed
+5 -5
0164-Make-it-possible-to-subtract-conditions-from-debug.patch 0170-Make-it-possible-to-subtract-conditions-from-debug.patch
file renamed
file was renamed with no change to the file
0165-Export-all-variables-from-the-initial-context-when-c.patch 0171-Export-all-variables-from-the-initial-context-when-c.patch
file renamed
+1 -1
0166-Fix-the-looking-up-grub.cfg-XXX-while-tftp-booting.patch 0172-Fix-the-looking-up-grub.cfg-XXX-while-tftp-booting.patch
file renamed
+1 -1
0168-Don-t-make-grub_strtoull-print-an-error-if-no-conver.patch 0174-Don-t-make-grub_strtoull-print-an-error-if-no-conver.patch
file renamed
file was renamed with no change to the file
0169-Fix-the-type-of-grub_efi_status_t.patch 0175-Fix-the-type-of-grub_efi_status_t.patch
file renamed
+1 -1
0170-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch 0179-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch
file renamed
+3 -3
0171-Fix-systemctl-kexec-exit-status-check.patch 0180-Fix-systemctl-kexec-exit-status-check.patch
file renamed
file was renamed with no change to the file
0172-Print-grub-emu-linux-loader-messages-as-debug.patch 0181-Print-grub-emu-linux-loader-messages-as-debug.patch
file renamed
file was renamed with no change to the file
0173-Don-t-assume-that-boot-commands-will-only-return-on-.patch 0182-Don-t-assume-that-boot-commands-will-only-return-on-.patch
file renamed
+1 -1
0174-Fix-undefined-references-for-fdt-when-building-with-.patch 0183-Fix-undefined-references-for-fdt-when-building-with-.patch
file renamed
+1 -1
file added
+1073
file added
+91
file modified
+15 -3
file modified
+11 -23
file modified
+14 -11
file modified
+73 -82
file modified
+19 -11
file removed
-16760
file modified
+2 -1