All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Prabin CA" <prabin.ca@arm.com>
To: meta-arm@lists.yoctoproject.org
Cc: nd@arm.com, Prabin CA <prabin.ca@arm.com>
Subject: [PATCH 4/7] arm-bsp/grub: Add grub-efi support for SGI575
Date: Mon, 10 Aug 2020 23:02:13 +0530	[thread overview]
Message-ID: <20200810173216.10411-4-prabin.ca@arm.com> (raw)
In-Reply-To: <20200810173216.10411-1-prabin.ca@arm.com>

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

Change-Id: I3afde13902cf396c47fd3ddea01d09cafd2a996d
Signed-off-by: Prabin CA <prabin.ca@arm.com>
---
 meta-arm-bsp/conf/machine/sgi575.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf
index 719d99e..da4f2af 100644
--- a/meta-arm-bsp/conf/machine/sgi575.conf
+++ b/meta-arm-bsp/conf/machine/sgi575.conf
@@ -21,3 +21,7 @@ KERNEL_IMAGETYPE ?= "Image"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
 PREFERRED_VERSION_linux-stable ?= "5.7%"
 SERIAL_CONSOLES = "115200;ttyAMA0"
+
+#grub-efi
+EFI_PROVIDER ?= "grub-efi"
+MACHINE_FEATURES += "efi"
-- 
2.28.0


  parent reply	other threads:[~2020-08-10 17:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10 17:32 [PATCH 1/7] arm-bsp/scp-firmware: Build SCP/MCP for sgi575 prabin.ca
2020-08-10 17:32 ` [PATCH 2/7] arm-bsp/fip-image: Build TFA/UEFI " Prabin CA
2020-08-10 17:32 ` [PATCH 3/7] arm-bsp/linux: Build Linux stable 5.7 " Prabin CA
2020-08-10 17:32 ` Prabin CA [this message]
2020-08-10 17:32 ` [PATCH 5/7] arm-bsp/sgi575: Add RAM filesystem support Prabin CA
2020-08-10 17:32 ` [PATCH 6/7] arm-bsp/wic: Introduce WIC support for sgi575 Prabin CA
2020-08-10 17:32 ` [PATCH 7/7] arm/trusted-firmware-a: add branch name for mbedtls Prabin CA
2020-08-12 10:22 ` [meta-arm] [PATCH 1/7] arm-bsp/scp-firmware: Build SCP/MCP for sgi575 Ross Burton
2020-08-13 17:27   ` Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200810173216.10411-4-prabin.ca@arm.com \
    --to=prabin.ca@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.