This is the first patch series, taken from Fedora Rawhide spec [1] that
is distro-agnostic. The goal is to merge most of them so all the
community/distros
would benefit.
Changes since v2:
- modified 0003-Disable-GRUB-video-support-for-IBM-power-machines.patch
shorter commit description
From: Peter Jones
When we set a password, we just want that to mean you can't /edit/ an entry.
Resolves: rhbz#1030176
Signed-off-by: Peter Jones
---
util/grub.d/10_linux.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
in
From: Paulo Flabiano Smorigo
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
"No modules are loaded on grub2 network boot" issue:
https://bugzilla.redhat.com/show_bug.cgi?id=857936
Signed-off-by:
From: Paulo Flabiano Smorigo
This is an implementation of IBM client architecture (CAS) reboot for GRUB.
There are cases where the POWER firmware must reboot in order to support
specific features requested by a kernel. The kernel calls
ibm,client-architecture-support and it may either return or
From: Paulo Flabiano Smorigo
GRUB gets the display card node address from OpenFirmware, however this address
is truncated to 32-bits (OpenFirmware works on 32-bits, so GRUB) effectively
getting an invalid address. This change disables the video support on IBM power
machines. More details can be f
From: Peter Jones
Signed-off-by: Peter Jones
---
grub-core/normal/main.c | 93 ++---
1 file changed, 49 insertions(+), 44 deletions(-)
diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
index fd8be685a..973e7d733 100644
--- a/grub-core/normal/mai
From: Fedora Ninjas
Signed-off-by: Peter Jones
---
conf/Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/Makefile.common b/conf/Makefile.common
index b8f216f6c..ece9ed8a1 100644
--- a/conf/Makefile.common
+++ b/conf/Makefile.common
@@ -41,7 +41,7 @@ CFLAG
From: Peter Jones
Signed-off-by: Peter Jones
---
grub-core/Makefile.core.def | 1 +
grub-core/kern/efi/init.c | 34 ++
2 files changed, 35 insertions(+)
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index 1571421d7..0bffbfea9 100644
-
From: Peter Jones
Signed-off-by: Peter Jones
Switch to use APM Mustang device tree, for hardware testing.
Signed-off-by: David A. Marlin
Use the default device tree from the grub default file
instead of hardcoding a value.
Signed-off-by: David A. Marlin
---
util/grub-mkconfig.in | 3 +
From: Peter Jones
This adds "exit" with a return code. With this patch, any "exit"
command /may/ include a return code, and on platforms that support
returning with an exit status, we will do so. By default we return the
same exit status we did before this patch.
Signed-off-by: Peter Jones
--
From: Peter Jones
This makes us use pretty names in the titles we generate in
grub2-mkconfig when GRUB_DISTRIBUTOR isn't set.
Resolves: rhbz#996794
Signed-off-by: Peter Jones
---
util/grub.d/10_linux.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/util/grub.d/10_linux
From: Peter Jones
Don't munge raw spaces when we're doing our cmdline escaping (#923374)
Signed-off-by: Peter Jones
---
grub-core/commands/wildcard.c | 16 -
grub-core/lib/cmdline.c | 25 ++--
grub-core/script/execute.c| 43 ++--
From: Peter Jones
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=922997
Apparently these go in a new place now.
---
configure.ac | 11 +++
util/bash-completion.d/Makefile.am | 1 -
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/configure.ac
From: Peter Jones
Related: rhbz#1148652
Signed-off-by: Peter Jones
---
grub-core/kern/ieee1275/init.c | 28 +++
grub-core/net/net.c| 2 +-
grub-core/normal/main.c| 132 -
3 files changed, 81 insertions(+), 81 deletions(-)
diff --git a
From: Mark Hamzy
Add configuration support for ieee1275/PPC ofconsole serial terminal.
Signed-off-by: Mark Hamzy
Signed-off-by: Robbie Harwood
---
Makefile.util.def | 7 ++
util/grub.d/20_ppc_terminfo.in | 114 +
2 files changed, 121 insertions(+
From: Fedora Ninjas
When PXE booting via UEFI firmware, grub was searching for grub.cfg
in the fw_path directory where the grub application was found. If
that didn't exist, a fallback search would look for config file names
based on MAC and IP address. However, the search would look in the
prefix
From: Paulo Flabiano Smorigo
v2: Also use \x0c instead of a literal ^L to make future patches less
awkward.
This should fix this bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=908519
Signed-off-by: Peter Jones
Signed-off-by: Paulo Flabiano Smorigo
Signed-off-by: Robbie Harwood
---
gr
On Mon, Oct 7, 2024 at 1:05 PM wrote:
> On 10/7/24 11:18 AM, Leo Sandoval wrote:
> > From: Peter Jones
> >
> > Don't munge raw spaces when we're doing our cmdline escaping (#923374)
> >
> > Signed-off-by: Peter Jones
> > ---
> > grub-core/commands/wildcard.c | 16 -
> > grub-core
On Mon, Oct 7, 2024 at 1:44 PM wrote:
> On 10/7/24 11:21 AM, Leo Sandoval wrote:
> > From: Peter Jones
> >
> > This uses grub_efi_allocate_pool(), grub_efi_free_pool(), and
> > grub_efi_free_pages() instead of open-coded efi_call_N() calls, so we
> > get more reasonable type checking.
>
> While
19 matches
Mail list logo