[PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Avnish Chouhan
This patch adds a check on install_device while installing grub for PowerPC. If install_device is not mentioned in grub2-install, the error will be thrown. Running grub2-install on PowerPC without the install_device may result in boot corruption. Signed-off-by: Avnish Chouhan --- util/grub-inst

Re: [PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Vladimir 'phcoder' Serbinenko
Le lun. 27 mai 2024, 16:38, Avnish Chouhan a écrit : > This patch adds a check on install_device while installing grub for > PowerPC. > If install_device is not mentioned in grub2-install, the error will be > thrown. > Running grub2-install on PowerPC without the install_device may > result in bo

Re: [PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Michal Suchánek
Hello, On Mon, May 27, 2024 at 07:07:19PM +0530, Avnish Chouhan wrote: > This patch adds a check on install_device while installing grub for PowerPC. > If install_device is not mentioned in grub2-install, the error will be thrown. > Running grub2-install on PowerPC without the install_device may

[PATCH] PRELIMINARY framebuffer rotation patch

2024-05-27 Thread Kyle Bader
>From 79d5934af355f360a78438e0132b788a0f626ec9 Mon Sep 17 00:00:00 2001 From: kbader94 Date: Sun, 26 May 2024 13:17:45 -0600 Subject: [PATCH] PRELIMINARY framebuffer rotation patch This patch contains the minimum changes required to implement framebuffer orientation rotation. More and more frequ

Re: [PATCH v3 5/5] keccak: Disable acceleration with SSE asm

2024-05-27 Thread Gary Lin via Grub-devel
On Fri, May 24, 2024 at 08:30:06PM +0300, Vladimir Serbinenko wrote: > --- > .../lib/libgcrypt-patches/02_keccak_sse.diff | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644 grub-core/lib/libgcrypt-patches/02_keccak_sse.diff > > diff --git a/grub-core/lib/libgcrypt