Rebuild so it gets SB signed correctly.
Related: rhbz#1335533 Enable lsefi Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
7495404bba
commit
dd84573118
@ -1,7 +1,7 @@
|
||||
From b0bad6fd9449d3333fe1ab58953c0e6c1ce12c0d Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Wed, 3 May 2017 11:55:52 +0200
|
||||
Subject: [PATCH 001/176] Bump version to 2.03
|
||||
Subject: [PATCH 001/177] Bump version to 2.03
|
||||
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
@ -226,5 +226,5 @@ index 68d8ce7c7..921e57ff4 100644
|
||||
{ "videotest", 800, 600, 0x2, 16, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0 /* 800x600xi16 */, (grub_uint32_t []) { 0x7033079c, 0x7033079c, 0x7033079c, 0x7033079c, 0x7033079c, }, 5 },
|
||||
{ "videotest", 1024, 768, 0x2, 16, 8, 1, 0, 0, 0, 0, 0, 0, 0, 0 /* 1024x768xi16 */, (grub_uint32_t []) { 0xff583fbf, 0xff583fbf, 0xff583fbf, 0xff583fbf, 0xff583fbf, }, 5 },
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5a0c548ba388b343b0bb6d2a38888e7eac5bbb96 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 03:47:13 +0300
|
||||
Subject: [PATCH 002/176] Remove bashisms from tests.
|
||||
Subject: [PATCH 002/177] Remove bashisms from tests.
|
||||
|
||||
Those tests don't actually need bash. Just use common shebang.
|
||||
---
|
||||
@ -129,5 +129,5 @@ index d5ef7f9ea..80ebdc59f 100644
|
||||
# create a randome file
|
||||
file="`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"`" || exit 1
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 37865c2c4ad26cd5e947b08abf1fde8145699919 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 14:35:59 +0300
|
||||
Subject: [PATCH 003/176] fs-tester: make sh-compatible
|
||||
Subject: [PATCH 003/177] fs-tester: make sh-compatible
|
||||
|
||||
---
|
||||
tests/util/grub-fs-tester.in | 306 ++++++++++++++++++++++++-------------------
|
||||
@ -742,5 +742,5 @@ index 2337771a1..4515d165e 100644
|
||||
if [ x"$fs" = x"zfs" ]; then
|
||||
rmdir "$MNTPOINTRW"/"grub fs" || true
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b43b8cacc813c2c15347de1e35cc88d9aa912d22 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 14:31:36 +0300
|
||||
Subject: [PATCH 004/176] support busybox date.
|
||||
Subject: [PATCH 004/177] support busybox date.
|
||||
|
||||
Busybox date doesn't understand weekdays in -d input,
|
||||
so strip them beforehand.
|
||||
@ -39,5 +39,5 @@ index 05b8f6b73..ac51d4209 100644
|
||||
# Ignore QEMU bug
|
||||
if [ "${grub_modinfo_target_cpu}" = arm ] && [ $((dt2 - dt1)) -ge 15 ] && [ $((dt2 - dt1)) -le 17 ]; then
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6dec3a26b37e128ded5d912e08abc5cee1592499 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 21:24:05 +0300
|
||||
Subject: [PATCH 005/176] Don't retrieve fstime when it's not useful.
|
||||
Subject: [PATCH 005/177] Don't retrieve fstime when it's not useful.
|
||||
|
||||
---
|
||||
tests/util/grub-fs-tester.in | 48 ++++++++++++++++++++++----------------------
|
||||
@ -68,5 +68,5 @@ index 4515d165e..bf47305f3 100644
|
||||
|
||||
if [ x$NOHARDLINK != xy ]; then
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 608bec51128008afb81c9e3f297283e9f830a146 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 20:21:05 +0300
|
||||
Subject: [PATCH 006/176] Support lseek64.
|
||||
Subject: [PATCH 006/177] Support lseek64.
|
||||
|
||||
Android doesn't have 64-bit off_t, so use off64_t instead.
|
||||
---
|
||||
@ -50,5 +50,5 @@ index 2a8c5882e..5450cf416 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c2ea443446b7feea868e54f94a87781f69820375 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 00:55:30 +0300
|
||||
Subject: [PATCH 007/176] Use $(SHELL) rather than /bin/sh.
|
||||
Subject: [PATCH 007/177] Use $(SHELL) rather than /bin/sh.
|
||||
|
||||
/bin/sh doesn't exist under termux.
|
||||
---
|
||||
@ -22,5 +22,5 @@ index 04e9395fd..809a8aa26 100644
|
||||
CLEANFILES += symlist.c
|
||||
BUILT_SOURCES += symlist.c
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4341f82af0b61d3dfbe675670d4105dc759c0df3 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 14:54:03 +0300
|
||||
Subject: [PATCH 008/176] po: Use @SHELL@ rather than /bin/sh.
|
||||
Subject: [PATCH 008/177] po: Use @SHELL@ rather than /bin/sh.
|
||||
|
||||
/bin/sh might not exist.
|
||||
---
|
||||
@ -22,5 +22,5 @@ index 3619458e8..e68e9da84 100644
|
||||
|
||||
srcdir = @srcdir@
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1073ddb12078f3c8edbdb74bb8f5afc674983f40 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 23 Jan 2017 14:52:48 +0300
|
||||
Subject: [PATCH 009/176] Add termux path to dict.
|
||||
Subject: [PATCH 009/177] Add termux path to dict.
|
||||
|
||||
---
|
||||
tests/util/grub-fs-tester.in | 2 +-
|
||||
@ -21,5 +21,5 @@ index bf47305f3..468d9e785 100644
|
||||
CFILESRC="$cand"
|
||||
break
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a827807a1330d5ad619faa103bc7f12d89fc8bee Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Sun, 22 Jan 2017 20:22:34 +0300
|
||||
Subject: [PATCH 010/176] Fix shebang for termux.
|
||||
Subject: [PATCH 010/177] Fix shebang for termux.
|
||||
|
||||
Termux doesn't have a /bin/sh. So we needto use $SHELL.
|
||||
Keep /bin/sh as much as possible.
|
||||
@ -680,5 +680,5 @@ index 047120e47..eee62c10d 100644
|
||||
set -e
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ede6c9689395499f98a4c14d76b97151b4de5f54 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Wed, 3 May 2017 12:58:15 +0200
|
||||
Subject: [PATCH 011/176] Add strtoull test.
|
||||
Subject: [PATCH 011/177] Add strtoull test.
|
||||
|
||||
---
|
||||
grub-core/Makefile.core.def | 5 +++++
|
||||
@ -24,5 +24,5 @@ index 2dfa22a92..8dcd0e5a9 100644
|
||||
common = tests/setjmp_test.c;
|
||||
};
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dc6e1b5af83eb1c4290baf97c2d221c0865127be Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Wed, 10 Aug 2016 17:49:42 +0200
|
||||
Subject: [PATCH 012/176] strtoull: Fix behaviour on chars between '9' and 'a'.
|
||||
Subject: [PATCH 012/177] strtoull: Fix behaviour on chars between '9' and 'a'.
|
||||
|
||||
Reported by: Aaron Miller <aaronmiller@fb.com>
|
||||
---
|
||||
@ -64,5 +64,5 @@ index d4822a124..96781fb39 100644
|
||||
ok = ok && !grub_test_run (test);
|
||||
grub_errno = 0;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d9f7de0ae3c0c09cff7257c55418450261f3e082 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Mon, 23 Dec 2013 12:32:02 -0200
|
||||
Subject: [PATCH 013/176] Add Virtual LAN support.
|
||||
Subject: [PATCH 013/177] Add Virtual LAN support.
|
||||
|
||||
This patch adds support for virtual LAN (VLAN) tagging. VLAN tagging allows
|
||||
multiple VLANs in a bridged network to share the same physical network link
|
||||
@ -345,5 +345,5 @@ index dcceaa568..ab9d68f98 100644
|
||||
grub_err_t
|
||||
grub_net_send_ip_packet (struct grub_net_network_level_interface *inf,
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a35ac854308b0af7c86c2c7b199f6abdfa2110b0 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 17:32:15 +0200
|
||||
Subject: [PATCH 014/176] mkimage: Pass layout to mkimage_generate_elfXX rather
|
||||
Subject: [PATCH 014/177] mkimage: Pass layout to mkimage_generate_elfXX rather
|
||||
than some fields.
|
||||
|
||||
This allows easier extension of this function without having too long of
|
||||
@ -164,5 +164,5 @@ index 9ad4cfe42..528166c87 100644
|
||||
break;
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d08c9685149e7788001ac9a209baa1d84c3628e0 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 17:47:57 +0200
|
||||
Subject: [PATCH 015/176] Refactor arm-uboot code to make it genereic.
|
||||
Subject: [PATCH 015/177] Refactor arm-uboot code to make it genereic.
|
||||
|
||||
arm-coreboot startup code can be very similar to arm-uboot but current code has
|
||||
U-Boot specific references. So split U-Boot part from generic part.
|
||||
@ -400,5 +400,5 @@ index 000000000..9afb6c57c
|
||||
+
|
||||
+#endif
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 461bfab7b7e47fd0a76bf6076a438af1b7e2184a Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 19:06:22 +0200
|
||||
Subject: [PATCH 016/176] coreboot: Split parts that are platform-independent.
|
||||
Subject: [PATCH 016/177] coreboot: Split parts that are platform-independent.
|
||||
|
||||
We currently assume that coreboot is always i386, it's no longer the case,
|
||||
so split i386-coreboot parts from generic coreboot code.
|
||||
@ -340,5 +340,5 @@ index 1c3fa6f19..5076d36c7 100644
|
||||
+
|
||||
#endif
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1daa716c7017f1858de117a20a31da66815435c5 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 19:31:55 +0200
|
||||
Subject: [PATCH 017/176] Rename uboot/halt.c to dummy/halt.c.
|
||||
Subject: [PATCH 017/177] Rename uboot/halt.c to dummy/halt.c.
|
||||
|
||||
It's not U-Boot specific and it's a stub.
|
||||
---
|
||||
@ -28,5 +28,5 @@ similarity index 100%
|
||||
rename from grub-core/lib/uboot/halt.c
|
||||
rename to grub-core/lib/dummy/halt.c
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9808c3ef956c6472a96790b60cf74f4eaa742010 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 19:37:29 +0200
|
||||
Subject: [PATCH 018/176] Rename uboot/datetime to dummy/datetime.
|
||||
Subject: [PATCH 018/177] Rename uboot/datetime to dummy/datetime.
|
||||
|
||||
It's just a stub and is not UBoot-specific.
|
||||
---
|
||||
@ -54,5 +54,5 @@ index 4be716928..cf693fc6b 100644
|
||||
+ "can\'t set datetime on this machine");
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 24e37a885269bdec9b27babf1da0bba3692d55c0 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 20:53:28 +0200
|
||||
Subject: [PATCH 019/176] arm-coreboot: Start new port.
|
||||
Subject: [PATCH 019/177] arm-coreboot: Start new port.
|
||||
|
||||
---
|
||||
configure.ac | 2 +
|
||||
@ -823,5 +823,5 @@ index 528166c87..6aa77ed73 100644
|
||||
(unsigned) layout.kernel_size + (unsigned) layout.bss_size
|
||||
+ GRUB_KERNEL_I386_PC_LINK_ADDR,
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From fcbb723d4b1f7ad4687191562621dd0eb25f4d9e Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:19:59 +0200
|
||||
Subject: [PATCH 020/176] Add support for device-tree-based drivers.
|
||||
Subject: [PATCH 020/177] Add support for device-tree-based drivers.
|
||||
|
||||
---
|
||||
conf/Makefile.common | 4 +-
|
||||
@ -847,5 +847,5 @@ index 6aa77ed73..e22d82afa 100644
|
||||
{
|
||||
struct grub_module_header *header;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5a865b37866ee8cd64c080bc6fb1e537f8e2b3c6 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:26:36 +0200
|
||||
Subject: [PATCH 021/176] arm-coreboot: Support for vexpress timer.
|
||||
Subject: [PATCH 021/177] arm-coreboot: Support for vexpress timer.
|
||||
|
||||
---
|
||||
grub-core/kern/arm/coreboot/timer.c | 36 ++++++++++++++++++++++++++++++++++++
|
||||
@ -69,5 +69,5 @@ index ebefb99d5..d97b844f8 100644
|
||||
try_generic_timer ();
|
||||
if (!have_timer)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ac6b41b89fbb82a3ba843a7ed19115d81432b604 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:29:48 +0200
|
||||
Subject: [PATCH 022/176] arm-coreboot: Export FDT routines.
|
||||
Subject: [PATCH 022/177] arm-coreboot: Export FDT routines.
|
||||
|
||||
We need to use them from modules as well.
|
||||
---
|
||||
@ -23,5 +23,5 @@ index fc6ca3051..147e6959c 100644
|
||||
|
||||
if COND_arm_efi
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 216950a4eea1a1ead1c28eaca94e34ea2ef2ad19 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:41:22 +0200
|
||||
Subject: [PATCH 023/176] at_keyboard: Split protocol from controller code.
|
||||
Subject: [PATCH 023/177] at_keyboard: Split protocol from controller code.
|
||||
|
||||
On vexpress controller is different but protocol is the same, so reuse the
|
||||
code.
|
||||
@ -1023,5 +1023,5 @@ index 000000000..4f2e527e4
|
||||
+
|
||||
+#endif
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 848bed9d92cf20e9f25db4c69a20efad23996ca0 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:42:37 +0200
|
||||
Subject: [PATCH 024/176] arm_coreboot: Support keyboard for vexpress.
|
||||
Subject: [PATCH 024/177] arm_coreboot: Support keyboard for vexpress.
|
||||
|
||||
---
|
||||
grub-core/Makefile.am | 1 +
|
||||
@ -245,5 +245,5 @@ index 000000000..e4cda3056
|
||||
+ grub_fdtbus_register (&pl050);
|
||||
+}
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3edabad8fefb112cc4b2d43be6e97d43c909ceee Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 21:59:48 +0200
|
||||
Subject: [PATCH 025/176] arm_coreboot: Support grub-mkstandalone.
|
||||
Subject: [PATCH 025/177] arm_coreboot: Support grub-mkstandalone.
|
||||
|
||||
---
|
||||
include/grub/util/install.h | 6 +++++-
|
||||
@ -154,5 +154,5 @@ index 9074d3e9e..75e3e5ba6 100644
|
||||
case GRUB_INSTALL_PLATFORM_MIPSEL_ARC:
|
||||
case GRUB_INSTALL_PLATFORM_ARM_UBOOT:
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 656c3b0d7fbe23f0e1ab561c8faa4ac4a37364d1 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 22:00:06 +0200
|
||||
Subject: [PATCH 026/176] arm_coreboot: Support loading linux images.
|
||||
Subject: [PATCH 026/177] arm_coreboot: Support loading linux images.
|
||||
|
||||
---
|
||||
grub-core/loader/arm/linux.c | 132 ++++++++++++++++++++++---------------------
|
||||
@ -298,5 +298,5 @@ index a66caad13..f217f8281 100644
|
||||
|
||||
#define FDT_ADDITIONAL_ENTRIES_SIZE 0x300
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 265292f2b0da0eb414c409871ba0f94a99ec33c1 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 22:06:04 +0200
|
||||
Subject: [PATCH 027/176] arm_coreboot: Support DMA.
|
||||
Subject: [PATCH 027/177] arm_coreboot: Support DMA.
|
||||
|
||||
This is needed to support USB and some other busses.
|
||||
---
|
||||
@ -288,5 +288,5 @@ index 70d9a0513..262c89b74 100644
|
||||
grub_uint8_t
|
||||
EXPORT_FUNC (grub_pci_find_capability) (grub_pci_device_t dev, grub_uint8_t cap);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 058df7b5a9cc7aaa9872eaa916b715544a8f9840 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 22:10:26 +0200
|
||||
Subject: [PATCH 028/176] ehci: Split core code from PCI part.
|
||||
Subject: [PATCH 028/177] ehci: Split core code from PCI part.
|
||||
|
||||
On ARM often EHCI is present without PCI and just declared in device
|
||||
tree. So splitcore from PCI part.
|
||||
@ -567,5 +567,5 @@ index 5f4297bb2..c772e7654 100644
|
||||
grub_usb_controller_dev_register (&usb_controller);
|
||||
grub_boot_time ("EHCI driver registered");
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d11ced1e1fb93676942e51618eb53c140f541890 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 8 May 2017 22:14:28 +0200
|
||||
Subject: [PATCH 029/176] arm_coreboot: Support EHCI.
|
||||
Subject: [PATCH 029/177] arm_coreboot: Support EHCI.
|
||||
|
||||
---
|
||||
gentpl.py | 2 +-
|
||||
@ -119,5 +119,5 @@ index 11d96481f..512ae1dd0 100644
|
||||
|
||||
#endif /* GRUB_USB_H */
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4f8471532d454b2db96434c28bf7105ed69e0f4d Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 08:39:40 +0200
|
||||
Subject: [PATCH 030/176] Fix bug on FDT nodes with compatible property
|
||||
Subject: [PATCH 030/177] Fix bug on FDT nodes with compatible property
|
||||
|
||||
---
|
||||
grub-core/bus/fdt.c | 2 ++
|
||||
@ -21,5 +21,5 @@ index 6fb077000..34d535457 100644
|
||||
while (compatible < compatible_end)
|
||||
{
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c4313c812dc14e82a774b580b5e34d40e7f3fae6 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 08:40:29 +0200
|
||||
Subject: [PATCH 031/176] fdtbus: Add ability to send/receive messages on
|
||||
Subject: [PATCH 031/177] fdtbus: Add ability to send/receive messages on
|
||||
parent busses.
|
||||
|
||||
---
|
||||
@ -130,5 +130,5 @@ index 985837e55..f519c40ec 100644
|
||||
/* dtb is assumed to be unfreeable and must remain
|
||||
valid for lifetime of GRUB.
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b0b1b81a11f8bae8ab9e8edd87ac3f4f7949d03b Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 08:42:14 +0200
|
||||
Subject: [PATCH 032/176] rk3288_spi: Add SPI driver
|
||||
Subject: [PATCH 032/177] rk3288_spi: Add SPI driver
|
||||
|
||||
---
|
||||
grub-core/Makefile.core.def | 1 +
|
||||
@ -161,5 +161,5 @@ index 09cd7fe32..269505342 100644
|
||||
#endif /* ! ASM_FILE */
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5c3fd1b135bd73c8e3467b9b635b25ca4d360a19 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 08:47:34 +0200
|
||||
Subject: [PATCH 033/176] arm_coreboot: Add Chromebook keyboard driver.
|
||||
Subject: [PATCH 033/177] arm_coreboot: Add Chromebook keyboard driver.
|
||||
|
||||
---
|
||||
grub-core/term/arm/cros.c | 125 +++++++++++++++++++++++
|
||||
@ -415,5 +415,5 @@ index 000000000..45a372572
|
||||
+
|
||||
+#endif
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c6eaa982d12e3cfc5465dda5ea372774188b6b81 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 09:02:15 +0200
|
||||
Subject: [PATCH 034/176] Missing parts of previous commit
|
||||
Subject: [PATCH 034/177] Missing parts of previous commit
|
||||
|
||||
---
|
||||
grub-core/Makefile.core.def | 2 ++
|
||||
@ -34,5 +34,5 @@ index 0126ff638..8d8c5b829 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 70b555a52a065b2beb91e6fc97a6b358c931b303 Mon Sep 17 00:00:00 2001
|
||||
From: Julius Werner <jwerner@chromium.org>
|
||||
Date: Tue, 9 May 2017 09:03:02 +0200
|
||||
Subject: [PATCH 035/176] coreboot: Changed cbmemc to support updated console
|
||||
Subject: [PATCH 035/177] coreboot: Changed cbmemc to support updated console
|
||||
format from coreboot.
|
||||
|
||||
---
|
||||
@ -94,5 +94,5 @@ index 129248c7f..cea9b8431 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c4b8bec5fee4e30a165fd14a188cf3ab8eccd095 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Tue, 9 May 2017 14:27:52 +0200
|
||||
Subject: [PATCH 036/176] at_keyboard: Fix falco chromebook case.
|
||||
Subject: [PATCH 036/177] at_keyboard: Fix falco chromebook case.
|
||||
|
||||
EC is slow, so we need few delays for it to toggle the bits correctly.
|
||||
|
||||
@ -85,5 +85,5 @@ index b031523eb..bcb4d9ba7 100644
|
||||
#define KEYBOARD_ISMAKE(x) !((x) & 0x80)
|
||||
#define KEYBOARD_ISREADY(x) ((x) & 0x01)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bd4e40aadded7093908d786d03b4acf60b7b1707 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Snowberg <eric.snowberg@oracle.com>
|
||||
Date: Thu, 11 May 2017 18:42:23 -0700
|
||||
Subject: [PATCH 037/176] sparc64: Close cdboot ihandle
|
||||
Subject: [PATCH 037/177] sparc64: Close cdboot ihandle
|
||||
|
||||
The ihandle is left open with a cd-core image. This will cause a delay
|
||||
booting grub from a virtual cdrom in a LDOM. It will also cause problems
|
||||
@ -44,5 +44,5 @@ index 586efb401..9ea9b4e06 100644
|
||||
mov 512, %o3
|
||||
#endif
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ae5817f1dcbf0b99f7a849f56afe442165317840 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Grall <julien.grall@linaro.org>
|
||||
Date: Fri, 19 Feb 2016 16:28:52 +0000
|
||||
Subject: [PATCH 038/176] arm64/xen_boot: Fix Xen boot using GRUB2 on AARCH64
|
||||
Subject: [PATCH 038/177] arm64/xen_boot: Fix Xen boot using GRUB2 on AARCH64
|
||||
|
||||
Xen is currently crashing because of malformed compatible property for
|
||||
the boot module. This is because the property string is not
|
||||
@ -28,5 +28,5 @@ index a914eb8e2..8ae43d7e8 100644
|
||||
return grub_error (GRUB_ERR_IO, "failed to update FDT");
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8eed7be8a61c295df700e918744a984162378ca9 Mon Sep 17 00:00:00 2001
|
||||
From: Fu Wei <fu.wei@linaro.org>
|
||||
Date: Sun, 14 May 2017 15:43:45 +0800
|
||||
Subject: [PATCH 039/176] arm64: Add "--nounzip" option support in xen_module
|
||||
Subject: [PATCH 039/177] arm64: Add "--nounzip" option support in xen_module
|
||||
command
|
||||
|
||||
This patch adds "--nounzip" option support in order to
|
||||
@ -52,5 +52,5 @@ index 8ae43d7e8..27ede46ca 100644
|
||||
if (!file)
|
||||
goto fail;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d33045ce7ffcb7c1e4a60c14d5ca64b36e3c5abe Mon Sep 17 00:00:00 2001
|
||||
From: Fu Wei <fu.wei@linaro.org>
|
||||
Date: Sun, 14 May 2017 15:43:46 +0800
|
||||
Subject: [PATCH 040/176] util/grub.d/20_linux_xen.in: Add xen_boot command
|
||||
Subject: [PATCH 040/177] util/grub.d/20_linux_xen.in: Add xen_boot command
|
||||
support for aarch64
|
||||
|
||||
This patch adds the support of xen_boot command for aarch64:
|
||||
@ -59,5 +59,5 @@ index c48af948d..c002fc9f9 100644
|
||||
linux=`version_find_latest $list`
|
||||
gettext_printf "Found linux image: %s\n" "$linux" >&2
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 26c2f306fd425d2c0348023b8dcb7eb40a01851a Mon Sep 17 00:00:00 2001
|
||||
From: Fu Wei <fu.wei@linaro.org>
|
||||
Date: Sun, 14 May 2017 15:43:47 +0800
|
||||
Subject: [PATCH 041/176] arm64: Update the introduction of Xen boot commands
|
||||
Subject: [PATCH 041/177] arm64: Update the introduction of Xen boot commands
|
||||
in docs/grub.texi
|
||||
|
||||
delete: xen_linux, xen_initrd, xen_xsm
|
||||
@ -89,5 +89,5 @@ index e935af33e..a0c4b9e4e 100644
|
||||
@section The list of networking commands
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f8679cedff703b437171f4708d46adbfcff80a65 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Snowberg <eric.snowberg@oracle.com>
|
||||
Date: Thu, 18 May 2017 17:10:22 -0600
|
||||
Subject: [PATCH 042/176] sparc64: Don't use devspec to determine the OBP path
|
||||
Subject: [PATCH 042/177] sparc64: Don't use devspec to determine the OBP path
|
||||
|
||||
Don't use devspec to determine the OBP path on SPARC hardware. Within all
|
||||
versions of Linux on SPARC, the devspec returns one of three values:
|
||||
@ -49,5 +49,5 @@ index a79682a5e..dce4e59d0 100644
|
||||
if (fd < 0 || fstat (fd, &st) < 0)
|
||||
{
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 734668238fcc0ef691a080839e04f33854fa133a Mon Sep 17 00:00:00 2001
|
||||
From: Eric Biggers <ebiggers@google.com>
|
||||
Date: Thu, 29 Jun 2017 13:27:49 +0000
|
||||
Subject: [PATCH 043/176] Allow GRUB to mount ext2/3/4 filesystems that have
|
||||
Subject: [PATCH 043/177] Allow GRUB to mount ext2/3/4 filesystems that have
|
||||
the encryption feature.
|
||||
|
||||
On such a filesystem, inodes may have EXT4_ENCRYPT_FLAG set.
|
||||
@ -136,5 +136,5 @@ index 88cbe7365..fd7e0f14b 100644
|
||||
MKE2FS_DEVICE_SECTSIZE=$SECSIZE "mkfs.$fs" -b $BLKSIZE -L "$FSLABEL" -q "${MOUNTDEVICE}" ;;
|
||||
xxfs)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From edb37fb30bbc8a3b6bec67911c7200e4eb071127 Mon Sep 17 00:00:00 2001
|
||||
From: phcoder <phcoder@sid.debian.laptop.phnet>
|
||||
Date: Sun, 9 Jul 2017 20:58:31 +0200
|
||||
Subject: [PATCH 044/176] ehci: Fix compilation for amd64
|
||||
Subject: [PATCH 044/177] ehci: Fix compilation for amd64
|
||||
|
||||
---
|
||||
grub-core/bus/usb/ehci.c | 8 ++++----
|
||||
@ -34,5 +34,5 @@ index c772e7654..7b7061f53 100644
|
||||
grub_ehci_oper_read32 (e, GRUB_EHCI_COMMAND));
|
||||
grub_dprintf ("ehci", "EHCI grub_ehci_pci_iter: STATUS: %08x\n",
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d8901e3ba115d705c9c08ecedd201aca8b4867b8 Mon Sep 17 00:00:00 2001
|
||||
From: phcoder <phcoder@sid.debian.laptop.phnet>
|
||||
Date: Sun, 9 Jul 2017 20:59:15 +0200
|
||||
Subject: [PATCH 045/176] cache: Fix compilation for ppc, sparc and arm64
|
||||
Subject: [PATCH 045/177] cache: Fix compilation for ppc, sparc and arm64
|
||||
|
||||
---
|
||||
include/grub/cache.h | 4 +++-
|
||||
@ -23,5 +23,5 @@ index 1c98ce270..ccfa717e6 100644
|
||||
grub_arch_sync_dma_caches (volatile void *address __attribute__ ((unused)),
|
||||
grub_size_t len __attribute__ ((unused)))
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 284afab081ef7ed7db2c59151853aa3c92d988f2 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Sun, 9 Jul 2017 21:31:19 +0200
|
||||
Subject: [PATCH 046/176] ehci: Fix compilation on i386
|
||||
Subject: [PATCH 046/177] ehci: Fix compilation on i386
|
||||
|
||||
---
|
||||
grub-core/bus/usb/ehci.c | 4 ++--
|
||||
@ -30,5 +30,5 @@ index 7b7061f53..d966fc210 100644
|
||||
grub_ehci_oper_read32 (e, GRUB_EHCI_COMMAND));
|
||||
grub_dprintf ("ehci", "EHCI grub_ehci_pci_iter: STATUS: %08x\n",
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a0fe0c26aa8a1c0ad66d9527611bd726b849c623 Mon Sep 17 00:00:00 2001
|
||||
From: AppChecker <appchecker>
|
||||
Date: Sun, 9 Jul 2017 21:57:35 +0200
|
||||
Subject: [PATCH 047/176] crypto: Fix use after free.
|
||||
Subject: [PATCH 047/177] crypto: Fix use after free.
|
||||
|
||||
Reported by: AppChecker
|
||||
Transformed to patch by: Satish Govindarajan
|
||||
@ -24,5 +24,5 @@ index 2bfd67c8e..e6d345f33 100644
|
||||
}
|
||||
cur->next = crypto_specs;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cb8b7e4e36bf32dccbbba8252aa44ad3ada4fbc1 Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Sun, 9 Jul 2017 21:48:37 +0000
|
||||
Subject: [PATCH 048/176] arm-efi: Fix compilation
|
||||
Subject: [PATCH 048/177] arm-efi: Fix compilation
|
||||
|
||||
---
|
||||
grub-core/loader/arm/linux.c | 8 ++++----
|
||||
@ -37,5 +37,5 @@ index 260cbf068..e64c79a95 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 68d54b55f49249c5e0517bf189f0f3df7ee6a36f Mon Sep 17 00:00:00 2001
|
||||
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||||
Date: Mon, 10 Jul 2017 01:34:22 +0000
|
||||
Subject: [PATCH 049/176] fdt: silence clang warning.
|
||||
Subject: [PATCH 049/177] fdt: silence clang warning.
|
||||
|
||||
---
|
||||
grub-core/lib/fdt.c | 3 ++-
|
||||
@ -22,5 +22,5 @@ index bdc630244..2705f2629 100644
|
||||
return 0;
|
||||
return token;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 229239b69319cd39d36d85551144dfe7ebf0d5e1 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 7 Jul 2015 10:13:14 -0400
|
||||
Subject: [PATCH 050/176] Fix bzr's ignore artificats in .gitignore
|
||||
Subject: [PATCH 050/177] Fix bzr's ignore artificats in .gitignore
|
||||
|
||||
We lost a man page because of incompatibilities between bzr's ignore
|
||||
system and .gitignore, so solve that slightly better.
|
||||
@ -357,5 +357,5 @@ index eca17bec9..e82aa55b1 100644
|
||||
grub-core/build-grub-module-verifier
|
||||
+xzcompress_test
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a0103db268b36f4c772643afaf818d719143edda Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Thu, 20 Sep 2012 18:07:39 -0300
|
||||
Subject: [PATCH 051/176] IBM client architecture (CAS) reboot support
|
||||
Subject: [PATCH 051/177] IBM client architecture (CAS) reboot support
|
||||
|
||||
This is an implementation of IBM client architecture (CAS) reboot for GRUB.
|
||||
|
||||
@ -170,5 +170,5 @@ index 8e4251303..9f26c69a2 100644
|
||||
#define FOR_IEEE1275_DEVALIASES(alias) for (grub_ieee1275_devalias_init_iterator (&(alias)); grub_ieee1275_devalias_next (&(alias));)
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 86ac14fb559afa7e5009e2b663ee0189b4a55e94 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Wed, 24 Apr 2013 10:51:48 -0300
|
||||
Subject: [PATCH 052/176] for ppc, reset console display attr when clear screen
|
||||
Subject: [PATCH 052/177] for ppc, reset console display attr when clear screen
|
||||
|
||||
v2: Also use \x0c instead of a literal ^L to make future patches less
|
||||
awkward.
|
||||
@ -28,5 +28,5 @@ index f0d3e3deb..9bb75c173 100644
|
||||
data->reverse_video_off = grub_strdup ("\e[m");
|
||||
if (grub_strcmp ("ieee1275", str) == 0)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a87849e382cd6e417bfc4bcf33a907617a5b7494 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Tue, 11 Jun 2013 15:14:05 -0300
|
||||
Subject: [PATCH 053/176] Disable GRUB video support for IBM power machines
|
||||
Subject: [PATCH 053/177] Disable GRUB video support for IBM power machines
|
||||
|
||||
Should fix the problem in bugzilla:
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=973205
|
||||
@ -61,5 +61,5 @@ index 9f26c69a2..ab4f284c3 100644
|
||||
|
||||
extern int EXPORT_FUNC(grub_ieee1275_test_flag) (enum grub_ieee1275_flag flag);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e34b379ba33181e212952f39b4db1e48f08f0c14 Mon Sep 17 00:00:00 2001
|
||||
From: Marcel Kolaja <mkolaja@redhat.com>
|
||||
Date: Tue, 21 Jan 2014 10:57:08 -0500
|
||||
Subject: [PATCH 054/176] Honor a symlink when generating configuration by
|
||||
Subject: [PATCH 054/177] Honor a symlink when generating configuration by
|
||||
grub2-mkconfig
|
||||
|
||||
Honor a symlink when generating configuration by grub2-mkconfig, so that
|
||||
@ -25,5 +25,5 @@ index f8496d28b..3b070fd76 100644
|
||||
fi
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6ba0717b7f678ca175d63673e58a0c9a5e9f7fb0 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Wed, 3 Apr 2013 14:35:34 -0400
|
||||
Subject: [PATCH 055/176] Move bash completion script (#922997)
|
||||
Subject: [PATCH 055/177] Move bash completion script (#922997)
|
||||
|
||||
Apparently these go in a new place now.
|
||||
---
|
||||
@ -51,5 +51,5 @@ index 136287cf1..61108f054 100644
|
||||
|
||||
$(bash_completion_script): $(bash_completion_source) $(top_builddir)/config.status
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9c517c4205e02f920fd12995710017b7558bffda Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Thu, 4 Dec 2014 15:36:09 -0500
|
||||
Subject: [PATCH 056/176] Update to minilzo-2.08
|
||||
Subject: [PATCH 056/177] Update to minilzo-2.08
|
||||
|
||||
This fixes CVE-2014-4607 - lzo: lzo1x_decompress_safe() integer overflow
|
||||
|
||||
@ -8786,5 +8786,5 @@ index 74fefa9fe..793745467 100644
|
||||
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5fcbbf442dfa3b1d922bff02038ec480ea02c866 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Fri, 5 Sep 2014 10:07:04 -0400
|
||||
Subject: [PATCH 057/176] Allow "fallback" to include entries by title, not
|
||||
Subject: [PATCH 057/177] Allow "fallback" to include entries by title, not
|
||||
just number.
|
||||
|
||||
Resolves: rhbz#1026084
|
||||
@ -140,5 +140,5 @@ index 719e2fb1c..2e8a7bd89 100644
|
||||
static int
|
||||
get_entry_number (grub_menu_t menu, const char *name)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9da68ff7f22e8736fba4e1aef91e2acdc2b2b2c3 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Thu, 4 Sep 2014 16:49:25 -0400
|
||||
Subject: [PATCH 058/176] Add GRUB_DISABLE_UUID.
|
||||
Subject: [PATCH 058/177] Add GRUB_DISABLE_UUID.
|
||||
|
||||
This will cause "search --fs-uuid --set=root ..." not to be generated by
|
||||
grub2-mkconfig, and instead simply attempt to use the grub device name
|
||||
@ -95,5 +95,5 @@ index 60b31cadd..cf35e4174 100644
|
||||
else
|
||||
echo $device |sed 's, ,_,g'
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0dc6c8bd6c7e49868a62a6da4194035d0f70f9ea Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Wed, 26 Feb 2014 21:49:12 -0500
|
||||
Subject: [PATCH 059/176] Make "exit" take a return code.
|
||||
Subject: [PATCH 059/177] Make "exit" take a return code.
|
||||
|
||||
This adds "exit" with a return code. With this patch, any "exit"
|
||||
command /may/ include a return code, and on platforms that support
|
||||
@ -255,5 +255,5 @@ index 2a9f87cc2..062081437 100644
|
||||
grub_uint64_t d,
|
||||
grub_uint64_t *r);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8ef312cf5646d4348bcd2bd1c059c6b6f905eade Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Wed, 22 Jul 2015 11:21:01 -0400
|
||||
Subject: [PATCH 060/176] Mark po/exclude.pot as binary so git won't try to
|
||||
Subject: [PATCH 060/177] Mark po/exclude.pot as binary so git won't try to
|
||||
diff nonprintables.
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
@ -18,5 +18,5 @@ index 000000000..33ffaa404
|
||||
@@ -0,0 +1 @@
|
||||
+po/exclude.pot binary
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3166b161eb1b6ea023558067cf58c1872f52ec0c Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 7 Dec 2015 14:20:49 -0500
|
||||
Subject: [PATCH 061/176] Make efi machines load an env block from a variable
|
||||
Subject: [PATCH 061/177] Make efi machines load an env block from a variable
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
---
|
||||
@ -80,5 +80,5 @@ index 2c31847bf..f7782b6e1 100644
|
||||
char **path);
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 653191c5d89a6b3e0b70c339fb6dca0f0b682030 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Tue, 27 Nov 2012 17:18:53 -0200
|
||||
Subject: [PATCH 062/176] DHCP client ID and UUID options added.
|
||||
Subject: [PATCH 062/177] DHCP client ID and UUID options added.
|
||||
|
||||
---
|
||||
grub-core/net/bootp.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++-----
|
||||
@ -141,5 +141,5 @@ index 1096b2432..e266bae23 100644
|
||||
};
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 27f7b88ae111b6b0e32fc97b1e4584ba110497c3 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Wed, 5 Feb 2014 09:42:42 -0200
|
||||
Subject: [PATCH 063/176] trim arp packets with abnormal size
|
||||
Subject: [PATCH 063/177] trim arp packets with abnormal size
|
||||
|
||||
GRUB uses arp request to create the arp response. If the incoming packet
|
||||
is foobared, GRUB needs to trim the arp response packet before sending it.
|
||||
@ -27,5 +27,5 @@ index 54306e3b1..d1c69ed2b 100644
|
||||
struct grub_net_buff nb_reply;
|
||||
struct arppkt *arp_reply;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b1e1f3bfdf2c7fa0b44cf0294e21b8c1730434f2 Mon Sep 17 00:00:00 2001
|
||||
From: Prarit Bhargava <prarit@redhat.com>
|
||||
Date: Wed, 12 Mar 2014 10:58:16 -0400
|
||||
Subject: [PATCH 064/176] Fix bad test on GRUB_DISABLE_SUBMENU.
|
||||
Subject: [PATCH 064/177] Fix bad test on GRUB_DISABLE_SUBMENU.
|
||||
|
||||
The file /etc/grub.d/10_linux does
|
||||
|
||||
@ -37,5 +37,5 @@ index de9044c7f..cf6331f2a 100644
|
||||
"${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From be89ae5b3140ecad260c3c4374db7dc0a714d92d Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <matthew.garrett@nebula.com>
|
||||
Date: Wed, 12 Jun 2013 11:51:49 -0400
|
||||
Subject: [PATCH 065/176] Add support for UEFI operating systems returned by
|
||||
Subject: [PATCH 065/177] Add support for UEFI operating systems returned by
|
||||
os-prober
|
||||
|
||||
os-prober returns UEFI operating systems in the form:
|
||||
@ -46,5 +46,5 @@ index 515a68c7a..9b8f5968e 100644
|
||||
esac
|
||||
done
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 305051dcc08e238d1c06b46009206154521ab60f Mon Sep 17 00:00:00 2001
|
||||
From: Mark Hamzy <hamzy@us.ibm.com>
|
||||
Date: Wed, 28 Mar 2012 14:46:41 -0500
|
||||
Subject: [PATCH 066/176] Migrate PPC from Yaboot to Grub2
|
||||
Subject: [PATCH 066/177] Migrate PPC from Yaboot to Grub2
|
||||
|
||||
Add configuration support for serial terminal consoles. This will set the
|
||||
maximum screen size so that text is not overwritten.
|
||||
@ -150,5 +150,5 @@ index 000000000..10d665868
|
||||
+ terminfo -g ${X}x${Y} ${TERMINAL}
|
||||
+EOF
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6064284af113b8ed940d1a44680f8b7f7d5db884 Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Wed, 19 Sep 2012 21:22:55 -0300
|
||||
Subject: [PATCH 067/176] Add fw_path variable (revised)
|
||||
Subject: [PATCH 067/177] Add fw_path variable (revised)
|
||||
|
||||
This patch makes grub look for its config file on efi where the app was
|
||||
found. It was originally written by Matthew Garrett, and adapted to fix the
|
||||
@ -77,5 +77,5 @@ index 249e19bc7..759c475c4 100644
|
||||
prefix = grub_env_get ("prefix");
|
||||
if (prefix)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f43b4a38c130038880b86566a82c38434e6bb55d Mon Sep 17 00:00:00 2001
|
||||
From: Matthew Garrett <mjg@redhat.com>
|
||||
Date: Tue, 10 Jul 2012 11:58:52 -0400
|
||||
Subject: [PATCH 068/176] Add support for linuxefi
|
||||
Subject: [PATCH 068/177] Add support for linuxefi
|
||||
|
||||
---
|
||||
grub-core/Makefile.core.def | 8 +
|
||||
@ -478,5 +478,5 @@ index da0ca3b83..fc36bdaf3 100644
|
||||
|
||||
/* Boot parameters for Linux based on 2.6.12. This is used by the setup
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7759ceeceef6a2c1c90e6e5d51e9efd56aacd508 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 16 Jul 2012 18:57:11 -0400
|
||||
Subject: [PATCH 069/176] Use "linuxefi" and "initrdefi" where appropriate.
|
||||
Subject: [PATCH 069/177] Use "linuxefi" and "initrdefi" where appropriate.
|
||||
|
||||
---
|
||||
util/grub.d/10_linux.in | 18 ++++++++++++++++--
|
||||
@ -46,5 +46,5 @@ index cf6331f2a..8ccf012f7 100644
|
||||
sed "s/^/$submenu_indentation/" << EOF
|
||||
}
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 085e51ec31d08c9b7e027fe8a25a9894765b9547 Mon Sep 17 00:00:00 2001
|
||||
From: Colin Watson <cjwatson@ubuntu.com>
|
||||
Date: Tue, 23 Oct 2012 10:40:49 -0400
|
||||
Subject: [PATCH 070/176] Don't allow insmod when secure boot is enabled.
|
||||
Subject: [PATCH 070/177] Don't allow insmod when secure boot is enabled.
|
||||
|
||||
Hi,
|
||||
|
||||
@ -120,5 +120,5 @@ index 764cd11f5..62a3d9726 100644
|
||||
EXPORT_FUNC (grub_efi_compare_device_paths) (const grub_efi_device_path_t *dp1,
|
||||
const grub_efi_device_path_t *dp2);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 11d4cc5648c1de0aa7acdf530829b66c03013f6a Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 1 Oct 2012 13:24:37 -0400
|
||||
Subject: [PATCH 071/176] Pass "\x[[:hex:]][[:hex:]]" straight through
|
||||
Subject: [PATCH 071/177] Pass "\x[[:hex:]][[:hex:]]" straight through
|
||||
unmolested.
|
||||
|
||||
---
|
||||
@ -179,5 +179,5 @@ index ab78ca87f..cf6cd6601 100644
|
||||
case '$':
|
||||
if (escaped)
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 18328806280391c8219ccbea80ca513ffcdaab6e Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Tue, 27 Nov 2012 16:58:39 -0200
|
||||
Subject: [PATCH 072/176] Add %X option to printf functions.
|
||||
Subject: [PATCH 072/177] Add %X option to printf functions.
|
||||
|
||||
---
|
||||
grub-core/kern/misc.c | 7 +++++--
|
||||
@ -54,5 +54,5 @@ index 952411d5d..8344526be 100644
|
||||
case 'd':
|
||||
{
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 61094fbc07ee8cd2eac49ca844fc42fa5f55fb5f Mon Sep 17 00:00:00 2001
|
||||
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||
Date: Tue, 27 Nov 2012 17:22:07 -0200
|
||||
Subject: [PATCH 073/176] Search for specific config file for netboot
|
||||
Subject: [PATCH 073/177] Search for specific config file for netboot
|
||||
|
||||
This patch implements a search for a specific configuration when the config
|
||||
file is on a remoteserver. It uses the following order:
|
||||
@ -199,5 +199,5 @@ index e266bae23..50d62ab0c 100644
|
||||
+
|
||||
#endif /* ! GRUB_NET_HEADER */
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f5adf9dbcd30817b69b83650ab8417cd7388d65c Mon Sep 17 00:00:00 2001
|
||||
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
|
||||
Date: Tue, 22 Jan 2013 06:31:38 +0100
|
||||
Subject: [PATCH 074/176] blscfg: add blscfg module to parse Boot Loader
|
||||
Subject: [PATCH 074/177] blscfg: add blscfg module to parse Boot Loader
|
||||
Specification snippets
|
||||
|
||||
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
|
||||
@ -247,5 +247,5 @@ index 000000000..4274aca5a
|
||||
+ grub_unregister_extcmd (cmd);
|
||||
+}
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d55a786428c9cd17779a26597a22b8c1e9dc139f Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Wed, 15 May 2013 13:30:20 -0400
|
||||
Subject: [PATCH 075/176] Don't write messages to the screen
|
||||
Subject: [PATCH 075/177] Don't write messages to the screen
|
||||
|
||||
Writing messages to the screen before the menus or boot splash
|
||||
happens so quickly it looks like something is wrong and isn't
|
||||
@ -177,5 +177,5 @@ index 8ccf012f7..a3d9711d6 100644
|
||||
EOF
|
||||
fi
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b73ce71e5a7d899484963c0eaf8617684d1b95be Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Wed, 15 May 2013 13:53:48 -0400
|
||||
Subject: [PATCH 076/176] Don't print GNU GRUB header
|
||||
Subject: [PATCH 076/177] Don't print GNU GRUB header
|
||||
|
||||
No one cares.
|
||||
---
|
||||
@ -41,5 +41,5 @@ index b2654ef62..f57b7508a 100644
|
||||
|
||||
static void
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a52abfacfeaf1c8c26363a2aaefbd2e13c95787e Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Wed, 15 May 2013 17:49:45 -0400
|
||||
Subject: [PATCH 077/176] Don't add '*' to highlighted row
|
||||
Subject: [PATCH 077/177] Don't add '*' to highlighted row
|
||||
|
||||
It is already highlighted.
|
||||
---
|
||||
@ -22,5 +22,5 @@ index e22bb91f6..a3d1f23f6 100644
|
||||
grub_print_ucs4_menu (unicode_title,
|
||||
unicode_title + len,
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b3fa0ec8279efce103cf073073174fd085d0b66e Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 11:09:04 -0400
|
||||
Subject: [PATCH 078/176] Message string cleanups
|
||||
Subject: [PATCH 078/177] Message string cleanups
|
||||
|
||||
Make use of terminology consistent. Remove jargon.
|
||||
---
|
||||
@ -67,5 +67,5 @@ index a3d1f23f6..64a83862f 100644
|
||||
{
|
||||
grub_print_error ();
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e2528ce11f002c288a83caa473fcd26052c5f054 Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 14:08:23 -0400
|
||||
Subject: [PATCH 079/176] Fix border spacing now that we aren't displaying it
|
||||
Subject: [PATCH 079/177] Fix border spacing now that we aren't displaying it
|
||||
|
||||
---
|
||||
grub-core/normal/menu_text.c | 6 +++---
|
||||
@ -28,5 +28,5 @@ index 64a83862f..1062d64ee 100644
|
||||
geo->timeout_lines = 2;
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f2287ba01076360a2fcd8e614ac73212036dd484 Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 14:08:49 -0400
|
||||
Subject: [PATCH 080/176] Use the correct indentation for the term help text
|
||||
Subject: [PATCH 080/177] Use the correct indentation for the term help text
|
||||
|
||||
That is consistent with the menu help text
|
||||
---
|
||||
@ -24,5 +24,5 @@ index f57b7508a..0ce59fdc3 100644
|
||||
grub_print_message_indented (msg_formatted, 0, 0, term);
|
||||
grub_putcode ('\n', term);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From fc110aa2245aa53b305c14c789c66dd93c8b489e Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 14:30:55 -0400
|
||||
Subject: [PATCH 081/176] Indent menu entries
|
||||
Subject: [PATCH 081/177] Indent menu entries
|
||||
|
||||
---
|
||||
grub-core/normal/menu_text.c | 3 ++-
|
||||
@ -22,5 +22,5 @@ index 1062d64ee..ecc60f99f 100644
|
||||
grub_print_ucs4_menu (unicode_title,
|
||||
unicode_title + len,
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 861c159caf2f7ef552ff0bab773c5dc7bd061513 Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 14:59:36 -0400
|
||||
Subject: [PATCH 082/176] Fix margins
|
||||
Subject: [PATCH 082/177] Fix margins
|
||||
|
||||
---
|
||||
grub-core/normal/menu_text.c | 8 +++-----
|
||||
@ -33,5 +33,5 @@ index ecc60f99f..0e43f2c10 100644
|
||||
- geo->timeout_lines /* timeout */
|
||||
- 1 /* empty final line */;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 726aa93d1ecf9de8b3d4a63d1834c91c14d30676 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Fri, 21 Jun 2013 14:44:08 -0400
|
||||
Subject: [PATCH 083/176] Use -2 instead of -1 for our right-hand margin, so
|
||||
Subject: [PATCH 083/177] Use -2 instead of -1 for our right-hand margin, so
|
||||
linewrapping works (#976643).
|
||||
|
||||
Signed-off-by: Peter Jones <grub2-owner@fedoraproject.org>
|
||||
@ -23,5 +23,5 @@ index 0e43f2c10..537d4bf86 100644
|
||||
geo->first_entry_y = 3; /* three empty lines*/
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 432d7de1c208de5afe53f2aff43a307867150461 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 28 Oct 2013 10:05:07 -0400
|
||||
Subject: [PATCH 084/176] Use linux16 when appropriate (#880840)
|
||||
Subject: [PATCH 084/177] Use linux16 when appropriate (#880840)
|
||||
|
||||
The kernel group really would prefer that we use the 16 bit entry point
|
||||
on x86 bios machines.
|
||||
@ -48,5 +48,5 @@ index a3d9711d6..f3bf6acd8 100644
|
||||
fi
|
||||
fi
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e59ce0d1e5e94a761d7238bad2537dff2a8e89ab Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 28 Oct 2013 10:09:27 -0400
|
||||
Subject: [PATCH 085/176] Enable pager by default. (#985860)
|
||||
Subject: [PATCH 085/177] Enable pager by default. (#985860)
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
---
|
||||
@ -22,5 +22,5 @@ index 93a90233e..858b526c9 100644
|
||||
load_env
|
||||
fi
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 929ad582b4546319866cd75f4abfe1096676278a Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 28 Oct 2013 10:13:27 -0400
|
||||
Subject: [PATCH 086/176] F10 doesn't work on serial, so don't tell the user to
|
||||
Subject: [PATCH 086/177] F10 doesn't work on serial, so don't tell the user to
|
||||
hit it (#987443)
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
@ -23,5 +23,5 @@ index 537d4bf86..452d55bf9 100644
|
||||
STANDARD_MARGIN, STANDARD_MARGIN,
|
||||
term, dry_run);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cd6bcdd2a4f67e9e5e5f1ccc6c5311dc6cb1ba14 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Mon, 14 Mar 2011 14:27:42 -0400
|
||||
Subject: [PATCH 087/176] Don't say "GNU/Linux" in generated menus.
|
||||
Subject: [PATCH 087/177] Don't say "GNU/Linux" in generated menus.
|
||||
|
||||
---
|
||||
util/grub.d/10_linux.in | 4 ++--
|
||||
@ -41,5 +41,5 @@ index c002fc9f9..54f1ec8a2 100644
|
||||
fi
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 48544cac5507f9cfdbedfe3c576f164375436f3d Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Wed, 15 May 2013 16:47:33 -0400
|
||||
Subject: [PATCH 088/176] Don't draw a border around the menu
|
||||
Subject: [PATCH 088/177] Don't draw a border around the menu
|
||||
|
||||
It looks cleaner without it.
|
||||
---
|
||||
@ -70,5 +70,5 @@ index 452d55bf9..1ed2bd92c 100644
|
||||
grub_term_highlight_color = old_color_highlight;
|
||||
geo->timeout_y = geo->first_entry_y + geo->num_entries
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 200dbe4bade3d87ddce65ac2063fe0a1ea0304cd Mon Sep 17 00:00:00 2001
|
||||
From: William Jon McCann <william.jon.mccann@gmail.com>
|
||||
Date: Fri, 7 Jun 2013 10:52:32 -0400
|
||||
Subject: [PATCH 089/176] Use the standard margin for the timeout string
|
||||
Subject: [PATCH 089/177] Use the standard margin for the timeout string
|
||||
|
||||
So that it aligns with the other messages
|
||||
---
|
||||
@ -39,5 +39,5 @@ index 1ed2bd92c..7681f7d28 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a3e874dfb2e9a671f04bd162291be16ac9a578bd Mon Sep 17 00:00:00 2001
|
||||
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
|
||||
Date: Mon, 13 Jan 2014 21:50:59 -0500
|
||||
Subject: [PATCH 090/176] Add .eh_frame to list of relocations stripped
|
||||
Subject: [PATCH 090/177] Add .eh_frame to list of relocations stripped
|
||||
|
||||
---
|
||||
conf/Makefile.common | 2 +-
|
||||
@ -21,5 +21,5 @@ index 311da61c6..044ab3abe 100644
|
||||
CFLAGS_MODULE = $(CFLAGS_PLATFORM) -ffreestanding
|
||||
LDFLAGS_MODULE = $(LDFLAGS_PLATFORM) -nostdlib $(TARGET_LDFLAGS_OLDMAGIC) -Wl,-r,-d
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 50c4c2eaa5cdc53b8a9e6a7bd06bbb36731fccfe Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 14 Jan 2014 13:12:23 -0500
|
||||
Subject: [PATCH 091/176] Make 10_linux work with our changes for linux16 and
|
||||
Subject: [PATCH 091/177] Make 10_linux work with our changes for linux16 and
|
||||
linuxefi on aarch64
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
@ -81,5 +81,5 @@ index ef52cf3db..191aebe80 100644
|
||||
for i in "${dirname}/config-${version}" "${dirname}/config-${alt_version}" "/etc/kernels/kernel-config-${version}" ; do
|
||||
if test -e "${i}" ; then
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d483a287db875a4ba8d8d6dd387243dd64f4ba97 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 14 Jan 2014 16:15:46 -0500
|
||||
Subject: [PATCH 092/176] Don't print during fdt loading method.
|
||||
Subject: [PATCH 092/177] Don't print during fdt loading method.
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
---
|
||||
@ -23,5 +23,5 @@ index 191aebe80..452a9f69d 100644
|
||||
EOF
|
||||
fi
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c2bfcc48a47098e68a8264e54bcf2bdc2e305cd0 Mon Sep 17 00:00:00 2001
|
||||
From: Hans de Goede <hdegoede@redhat.com>
|
||||
Date: Mon, 30 Jun 2014 14:16:46 -0400
|
||||
Subject: [PATCH 093/176] Don't munge raw spaces when we're doing our cmdline
|
||||
Subject: [PATCH 093/177] Don't munge raw spaces when we're doing our cmdline
|
||||
escaping (#923374)
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
@ -32,5 +32,5 @@ index 0a5b2afb9..970ea868c 100644
|
||||
{
|
||||
*buf++ = *c++;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f4347358e0d42afb3d260b7e20167e1b04150091 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 11 Feb 2014 11:14:50 -0500
|
||||
Subject: [PATCH 094/176] Don't require a password to boot entries generated by
|
||||
Subject: [PATCH 094/177] Don't require a password to boot entries generated by
|
||||
grub-mkconfig.
|
||||
|
||||
When we set a password, we just want that to mean you can't /edit/ an entry.
|
||||
@ -27,5 +27,5 @@ index 452a9f69d..79a747ebd 100644
|
||||
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
|
||||
OS="$(sed 's, release .*$,,g' /etc/system-release)"
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8cb813959ad6cd108000e03488f37ba26bdd5062 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 18 Feb 2014 09:37:49 -0500
|
||||
Subject: [PATCH 095/176] Don't emit "Booting ..." message.
|
||||
Subject: [PATCH 095/177] Don't emit "Booting ..." message.
|
||||
|
||||
UI team still hates this stuff, so we're disabling it for RHEL 7.
|
||||
|
||||
@ -48,5 +48,5 @@ index eeeee5580..83490494e 100644
|
||||
errs_before = grub_err_printed_errors;
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 360fb73a43a5d42cdca2dbb2d9d83da6ff1fca3d Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 4 Mar 2014 11:00:23 -0500
|
||||
Subject: [PATCH 096/176] Replace a lot of man pages with slightly nicer ones.
|
||||
Subject: [PATCH 096/177] Replace a lot of man pages with slightly nicer ones.
|
||||
|
||||
Replace a bunch of machine generated ones with ones that look nicer.
|
||||
---
|
||||
@ -1959,5 +1959,5 @@ index 000000000..37ea2dd5e
|
||||
+.SH SEE ALSO
|
||||
+.BR "info grub"
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f6319b18918458b54a9a717af070aade15b27b98 Mon Sep 17 00:00:00 2001
|
||||
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
|
||||
Date: Wed, 19 Feb 2014 15:58:43 -0500
|
||||
Subject: [PATCH 097/176] use fw_path prefix when fallback searching for grub
|
||||
Subject: [PATCH 097/177] use fw_path prefix when fallback searching for grub
|
||||
config
|
||||
|
||||
When PXE booting via UEFI firmware, grub was searching for grub.cfg
|
||||
@ -41,5 +41,5 @@ index 0ce59fdc3..a3713efcd 100644
|
||||
{
|
||||
grub_size_t config_len;
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8ead76471f0b971efbbeb756d8274b2d0984e611 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Thu, 6 Mar 2014 11:51:33 -0500
|
||||
Subject: [PATCH 098/176] Try mac/guid/etc before grub.cfg on tftp config
|
||||
Subject: [PATCH 098/177] Try mac/guid/etc before grub.cfg on tftp config
|
||||
files.
|
||||
|
||||
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
@ -111,5 +111,5 @@ index a3713efcd..7d9c4f09b 100644
|
||||
else
|
||||
grub_enter_normal_mode (argv[0]);
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6ea677bb5656a84ea72d42ad4959b0b188f678b8 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Jones <pjones@redhat.com>
|
||||
Date: Tue, 18 Feb 2014 11:34:00 -0500
|
||||
Subject: [PATCH 099/176] Fix convert function to support NVMe devices
|
||||
Subject: [PATCH 099/177] Fix convert function to support NVMe devices
|
||||
|
||||
This is adapted from the patch at
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1019660 , which is against
|
||||
@ -55,5 +55,5 @@ index 847406fba..fa3460d6c 100644
|
||||
return grub_util_devmapper_part_to_disk (&st, is_part, os_dev);
|
||||
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bb37b095c87a7c773ffce409d88e57924b8e8e99 Mon Sep 17 00:00:00 2001
|
||||
From: Fedora Ninjas <grub2-owner@fedoraproject.org>
|
||||
Date: Mon, 10 Feb 2014 16:13:10 -0500
|
||||
Subject: [PATCH 100/176] Switch to use APM Mustang device tree, for hardware
|
||||
Subject: [PATCH 100/177] Switch to use APM Mustang device tree, for hardware
|
||||
testing.
|
||||
|
||||
Signed-off-by: David A. Marlin <d.marlin@redhat.com>
|
||||
@ -25,5 +25,5 @@ index 79a747ebd..462b461ff 100644
|
||||
fi
|
||||
done
|
||||
--
|
||||
2.13.0
|
||||
2.13.3
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user