~xnox/grub:focal-sru

Last commit made on 2020-10-01
Get this branch:
git clone -b focal-sru https://git.launchpad.net/~xnox/grub
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
focal-sru
Repository:
lp:~xnox/grub

Recent commits

5d550d8... by Dimitri John Ledkov

Do not finalize params twice on arm64. LP: #1897819

50633be... by Dimitri John Ledkov

merge patched-focal into focal

67fbc0d... by Julian Andres Klode

Cherry-pick back parts of "Load arm with SB enabled."

These parts got lost in our 2.04 rebase, let's add them back.

Pick (grub_efi_physical_address_t)(grub_efi_uintn_t) cast from
fedora-34 instead, it seems to cause compilation error on armhf
to not do the (grub_efi_uintn_t) cast first.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1862279
Origin: vendor, https://github.com/rhboot/grub2/commit/2786ab864cf00c15123320671f653e9a36ba12b4
Patch-Name: ubuntu-linuxefi-arm64.patch

1448fc1... by Dimitri John Ledkov

Merge branch 'focal-fix-postinst-empty-device' of git+ssh://git.launchpad.net/~xnox/grub into focal

d57b91b... by Dimitri John Ledkov

postinst.in, grub-multi-install: fix logic of skipping installing onto any device, if one chose to not install bootloader on any device. LP: #1896608

(cherry picked from commit e07b23ad87b50924af36ac86d1dddc3671b4155b)

dfa7f27... by Julian Andres Klode

releasing package grub2 version 2.04-1ubuntu26.5

e07a43a... by Julian Andres Klode

change version to 2.04-1ubuntu26.5 (UNRELEASED)
ubuntu-linuxefi-arm64.patch: Fix build on armhf (LP: #1862279)

277b712... by Julian Andres Klode

Cherry-pick back parts of "Load arm with SB enabled."

These parts got lost in our 2.04 rebase, let's add them back.

Pick (grub_efi_physical_address_t)(grub_efi_uintn_t) cast from
fedora-34 instead, it seems to cause compilation error on armhf
to not do the (grub_efi_uintn_t) cast first.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1862279
Origin: vendor, https://github.com/rhboot/grub2/commit/2786ab864cf00c15123320671f653e9a36ba12b4
Patch-Name: ubuntu-linuxefi-arm64.patch

2bbb537... by Dimitri John Ledkov

releasing package grub2 version 2.04-1ubuntu26.4

f84bccb... by Dimitri John Ledkov

grub-install: cherry-pick patch from grub-devel to make grub-install fault tolerant. Create backup of files in /boot/grub, and restore them on failure to complete grub-install. LP: #1891680