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 3/7] arm-bsp/linux: Build Linux stable 5.7 for sgi575
Date: Mon, 10 Aug 2020 23:02:12 +0530	[thread overview]
Message-ID: <20200810173216.10411-3-prabin.ca@arm.com> (raw)
In-Reply-To: <20200810173216.10411-1-prabin.ca@arm.com>

        - Update linux-arm inc for including sgi575
        - Add machine conf to add image dependency
          for Linux components

Change-Id: I26c539793b73a3f4a31e40daa4272904a1751b3e
Signed-off-by: Prabin CA <prabin.ca@arm.com>
---
 meta-arm-bsp/conf/machine/sgi575.conf                    | 5 +++++
 .../recipes-kernel/linux/linux-arm-platforms.inc         | 9 +++++++++
 2 files changed, 14 insertions(+)

diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf
index c77f3f5..719d99e 100644
--- a/meta-arm-bsp/conf/machine/sgi575.conf
+++ b/meta-arm-bsp/conf/machine/sgi575.conf
@@ -16,3 +16,8 @@ PREFERRED_VERSION_trusted-firmware-a ?= "2.2%"
 
 EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a"
 
+# Use kernel provided by linaro
+KERNEL_IMAGETYPE ?= "Image"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
+PREFERRED_VERSION_linux-stable ?= "5.7%"
+SERIAL_CONSOLES = "115200;ttyAMA0"
diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc
index 4e5635a..9224dde 100644
--- a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc
+++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc
@@ -13,6 +13,7 @@ SRC_URI_append_foundation-armv8 = " ${SRC_URI_KMETA}"
 SRC_URI_append_fvp-base = " ${SRC_URI_KMETA}"
 SRC_URI_append_fvp-base-arm32 = " ${SRC_URI_KMETA}"
 SRC_URI_append_juno = " ${SRC_URI_KMETA}"
+SRC_URI_append_sgi575 = " ${SRC_URI_KMETA}"
 SRC_URI_append_gem5-arm64 = " ${SRC_URI_KMETA}"
 SRCREV_arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5"
 
@@ -48,6 +49,14 @@ SRC_URI_append_fvp-base-arm32 = " file://fvp-base-arm32-dts.patch"
 COMPATIBLE_MACHINE_juno = "juno"
 KMACHINE_juno = "juno"
 
+#
+# SGI575 KMACHINE
+#
+COMPATIBLE_MACHINE_sgi575 = "sgi575"
+KMACHINE_sgi575 = "sgi575"
+KBUILD_DEFCONFIG_sgi575 = "defconfig"
+KCONFIG_MODE_sgi575 = "--alldefconfig"
+
 #
 # Total Compute KMACHINE
 #
-- 
2.28.0


  parent reply	other threads:[~2020-08-10 17:32 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 ` Prabin CA [this message]
2020-08-10 17:32 ` [PATCH 4/7] arm-bsp/grub: Add grub-efi support for SGI575 Prabin CA
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-3-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.