Re: [PATCH] ieee1275 : extended support in options vector5

2023-03-21 Thread Daniel Kiper
On Fri, Mar 17, 2023 at 03:08:11PM +0530, Avnish Chouhan wrote: > This patch enables the multiple options in Options Vector5. May I ask you to add an explanation to the commit message why this patch is needed? Additionally, please name and, at least shortly, explain all added options. > Signed-of

Re: [PATCH] ieee1275 : extended support in options vector5

2023-03-20 Thread Michal Suchánek
Hello, On Fri, Mar 17, 2023 at 03:08:11PM +0530, Avnish Chouhan wrote: > This patch enables the multiple options in Options Vector5. > > Signed-off-by: Avnish Chouhan > Reviewed-by: Brian King > --- > grub-core/kern/ieee1275/init.c | 43 > ++- > 1 file

[PATCH] ieee1275 : extended support in options vector5

2023-03-17 Thread Avnish Chouhan
This patch enables the multiple options in Options Vector5. Signed-off-by: Avnish Chouhan Reviewed-by: Brian King --- grub-core/kern/ieee1275/init.c | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/grub-core/kern/ieee1275/init.c b/g