All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP
@ 2020-07-01 15:23 Khasim Mohammed
  2020-07-09 12:55 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-07-01 15:23 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Khasim Syed Mohammed

grub-mkimage is used make a bootable image of GRUB,
grub-efi dependency in added to conf file.

Change-Id: Iaf08ed8b5e221003f10fceef9edffbe22b752534
Issue-Id: PLATFORMS-3134
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
 meta-arm-bsp/conf/machine/n1sdp.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
index 755bb09..92adb42 100644
--- a/meta-arm-bsp/conf/machine/n1sdp.conf
+++ b/meta-arm-bsp/conf/machine/n1sdp.conf
@@ -31,3 +31,6 @@ EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
 
 #UEFI EDK2 firmware
 EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
+
+#grub-efi
+EFI_PROVIDER ?= "grub-efi"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-arm] [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP
  2020-07-01 15:23 [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP Khasim Mohammed
@ 2020-07-09 12:55 ` Jon Mason
  2020-07-09 13:03   ` Khasim Mohammed
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2020-07-09 12:55 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm

On Wed, Jul 01, 2020 at 08:53:49PM +0530, Khasim Mohammed wrote:
> grub-mkimage is used make a bootable image of GRUB,
> grub-efi dependency in added to conf file.
> 
> Change-Id: Iaf08ed8b5e221003f10fceef9edffbe22b752534
> Issue-Id: PLATFORMS-3134
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>

Applied to master.

Thanks,
Jon

> ---
>  meta-arm-bsp/conf/machine/n1sdp.conf | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
> index 755bb09..92adb42 100644
> --- a/meta-arm-bsp/conf/machine/n1sdp.conf
> +++ b/meta-arm-bsp/conf/machine/n1sdp.conf
> @@ -31,3 +31,6 @@ EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
>  
>  #UEFI EDK2 firmware
>  EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
> +
> +#grub-efi
> +EFI_PROVIDER ?= "grub-efi"
> -- 
> 2.17.1
> 

> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-arm] [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP
  2020-07-09 12:55 ` [meta-arm] " Jon Mason
@ 2020-07-09 13:03   ` Khasim Mohammed
  2020-07-09 14:13     ` Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-07-09 13:03 UTC (permalink / raw)
  To: jdmason; +Cc: meta-arm

Hi Jon,


________________________________________
From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> on behalf of Jon Mason via lists.yoctoproject.org <jdmason=kudzu.us@lists.yoctoproject.org>
Sent: Thursday, July 9, 2020 6:25 PM
To: Khasim Mohammed
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP

On Wed, Jul 01, 2020 at 08:53:49PM +0530, Khasim Mohammed wrote:
> grub-mkimage is used make a bootable image of GRUB,
> grub-efi dependency in added to conf file.
>
> Change-Id: Iaf08ed8b5e221003f10fceef9edffbe22b752534
> Issue-Id: PLATFORMS-3134
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>

> Applied to master.

Thanks.

Can you please consider applying this patch to Dunfell branch as well ?

Regards,
Khasim

Thanks,
Jon

> ---
>  meta-arm-bsp/conf/machine/n1sdp.conf | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
> index 755bb09..92adb42 100644
> --- a/meta-arm-bsp/conf/machine/n1sdp.conf
> +++ b/meta-arm-bsp/conf/machine/n1sdp.conf
> @@ -31,3 +31,6 @@ EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
>
>  #UEFI EDK2 firmware
>  EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
> +
> +#grub-efi
> +EFI_PROVIDER ?= "grub-efi"
> --
> 2.17.1
>

>

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-arm] [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP
  2020-07-09 13:03   ` Khasim Mohammed
@ 2020-07-09 14:13     ` Jon Mason
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2020-07-09 14:13 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm

On Thu, Jul 09, 2020 at 01:03:05PM +0000, Khasim Mohammed wrote:
> Hi Jon,
> 
> 
> ________________________________________
> From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> on behalf of Jon Mason via lists.yoctoproject.org <jdmason=kudzu.us@lists.yoctoproject.org>
> Sent: Thursday, July 9, 2020 6:25 PM
> To: Khasim Mohammed
> Cc: meta-arm@lists.yoctoproject.org
> Subject: Re: [meta-arm] [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP
> 
> On Wed, Jul 01, 2020 at 08:53:49PM +0530, Khasim Mohammed wrote:
> > grub-mkimage is used make a bootable image of GRUB,
> > grub-efi dependency in added to conf file.
> >
> > Change-Id: Iaf08ed8b5e221003f10fceef9edffbe22b752534
> > Issue-Id: PLATFORMS-3134
> > Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
> 
> > Applied to master.
> 
> Thanks.
> 
> Can you please consider applying this patch to Dunfell branch as well ?

Done

> 
> Regards,
> Khasim
> 
> Thanks,
> Jon
> 
> > ---
> >  meta-arm-bsp/conf/machine/n1sdp.conf | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
> > index 755bb09..92adb42 100644
> > --- a/meta-arm-bsp/conf/machine/n1sdp.conf
> > +++ b/meta-arm-bsp/conf/machine/n1sdp.conf
> > @@ -31,3 +31,6 @@ EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
> >
> >  #UEFI EDK2 firmware
> >  EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
> > +
> > +#grub-efi
> > +EFI_PROVIDER ?= "grub-efi"
> > --
> > 2.17.1
> >
> 
> >
> 
> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-09 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 15:23 [PATCH] arm-bsp/grub: Add grub-efi support for N1SDP Khasim Mohammed
2020-07-09 12:55 ` [meta-arm] " Jon Mason
2020-07-09 13:03   ` Khasim Mohammed
2020-07-09 14:13     ` Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.