All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Diego Sueiro" <diego.sueiro@arm.com>
To: meta-arm@lists.yoctoproject.org
Subject: Re: [PATCH 1/2] arm-autonomy: Drop foundation-armv8 support
Date: Tue, 13 Oct 2020 02:48:26 -0700	[thread overview]
Message-ID: <25751.1602582506599242033@lists.yoctoproject.org> (raw)
In-Reply-To: <20201013094546.11726-1-Nathan.Dunne@arm.com>

On Tue, Oct 13, 2020 at 10:46 AM, Nathan Dunne wrote:

>
> Remove foundation-armv8 overrides from arm-autonomy recipes.
> 
> Change-Id: I7913ccdb3383bdf40b608fc852428716e1538318
> Issue-Id: SCM-1525
> Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
> ---
>  .../xen-devicetree/xen-devicetree.bbappend                 | 4 ----
>  .../xen/files/{fvp => fvp-base}/early-printk.cfg           | 0
>  .../meta-arm-bsp/recipes-extended/xen/xen_%.bbappend       | 7 +------
>  .../recipes-extended/xenguest/xenguest-manager.bbappend    | 3 +--
>  .../recipes-extended/xenguest/xenguest-network.bbappend    | 2 --
>  .../meta-arm-bsp/recipes-kernel/linux/linux-%.bbappend     | 1 -
>  6 files changed, 2 insertions(+), 15 deletions(-)
>  rename
> meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/files/{fvp
> => fvp-base}/early-printk.cfg (100%)
> 
> diff --git
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen-devicetree/xen-devicetree.bbappend
> index 8284c63..2c875a9 100644
> ---

Reviewed-by: Diego Sueiro <diego.sueiro@arm.com>

> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen-devicetree/xen-devicetree.bbappend
> +++
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen-devicetree/xen-devicetree.bbappend
> @@ -21,7 +21,3 @@ XEN_DEVICETREE_XEN_BOOTARGS_append_n1sdp = " console=dtuart
> dtuart=serial0 boots
>
>  XEN_DEVICETREE_DOM0_BOOTARGS_append_fvp-base = " root=/dev/vda2"
>  XEN_DEVICETREE_XEN_BOOTARGS_append_fvp-base = " console=dtuart dtuart=serial0
> bootscrub=0"
> -
> -XEN_DEVICETREE_DOM0_BOOTARGS_append_foundation-armv8 = " root=/dev/vda2"
> -XEN_DEVICETREE_XEN_BOOTARGS_append_foundation-armv8 = " console=dtuart
> dtuart=serial0 bootscrub=0"
> -
> diff --git
> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/files/fvp/early-printk.cfg
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/files/fvp-base/early-printk.cfg
> similarity index 100%
> rename from
> meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/files/fvp/early-printk.cfg
> rename to
> meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/files/fvp-base/early-printk.cfg
> diff --git
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/xen_%.bbappend
> index 89130a6..ef3cc23 100644
> ---
> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/xen_%.bbappend
> +++
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xen/xen_%.bbappend
> @@ -1,11 +1,6 @@
> -# Foundation-armv8 support
> -COMPATIBLE_MACHINE_foundation-armv8 = "foundation-armv8"
> -FILESEXTRAPATHS_prepend_foundation-armv8 := "${THISDIR}/files/fvp:"
> -SRC_URI_append_foundation-armv8 = " file://early-printk.cfg"
> -
>  # FVP Base support
>  COMPATIBLE_MACHINE_fvp-base = "fvp-base"
> -FILESEXTRAPATHS_prepend_fvp-base := "${THISDIR}/files/fvp:"
> +FILESEXTRAPATHS_prepend_fvp-base := "${THISDIR}/files:"
>  SRC_URI_append_fvp-base = " file://early-printk.cfg"
>
>  # Juno support
> diff --git
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-manager.bbappend
> index 874cfed..d9c88fb 100644
> ---
> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-manager.bbappend
> +++
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-manager.bbappend
> @@ -1,6 +1,5 @@
>  # Board specific configuration for the manager
>
> -# FVP and Foundation are using vda as hard drive and partition 2 is the
> +# FVP uses vda as hard drive and partition 2 is the
>  # default rootfs, so use vda3 for guest lvm
> -XENGUEST_MANAGER_VOLUME_DEVICE_foundation-armv8 ?= "/dev/vda3"
>  XENGUEST_MANAGER_VOLUME_DEVICE_fvp-base ?= "/dev/vda3"
> diff --git
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-network.bbappend
> index 1efd7c6..1698d23 100644
> ---
> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-network.bbappend
> +++
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-extended/xenguest/xenguest-network.bbappend
> @@ -2,7 +2,5 @@ XENGUEST_NETWORK_BRIDGE_MEMBERS_n1sdp ?= "eth0"
>
>  XENGUEST_NETWORK_BRIDGE_MEMBERS_fvp-base ?= "eth0"
>
> -XENGUEST_NETWORK_BRIDGE_MEMBERS_foundation-armv8 ?= "eth0"
> -
>  # Juno board has 2 network interfaces, add both of them to the bridge
>  XENGUEST_NETWORK_BRIDGE_MEMBERS_juno ?= "eth0 eth1"
> diff --git
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-kernel/linux/linux-%.bbappend
> index 5231f51..c8eaad7 100644
> ---
> a/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-kernel/linux/linux-%.bbappend
> +++
> b/meta-arm-autonomy/dynamic-layers/meta-arm-bsp/recipes-kernel/linux/linux-%.bbappend
> @@ -13,4 +13,3 @@ LINUX_ARM_AUTONOMY_DISABLE_ARM64_SVE =
> "${@bb.utils.contains_any('DISTRO_FEATURE
>                                           '
> features/arm-autonomy/disable-arm64-sve.scc','',d)}"
>
>  KERNEL_FEATURES_append_fvp-base = "${LINUX_ARM_AUTONOMY_DISABLE_ARM64_SVE}"
> -KERNEL_FEATURES_append_foundation-armv8 =
> "${LINUX_ARM_AUTONOMY_DISABLE_ARM64_SVE}"
> -- 
> 2.17.1
> 
>

  parent reply	other threads:[~2020-10-13  9:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13  9:45 [PATCH 1/2] arm-autonomy: Drop foundation-armv8 support Nathan Dunne
2020-10-13  9:45 ` [PATCH 2/2] arm-autonomy: Move machine override soft assignments to inc files Nathan Dunne
2020-10-13  9:49   ` Diego Sueiro
2020-10-13  9:48 ` Diego Sueiro [this message]
2020-10-14 10:54   ` [meta-arm] [PATCH 1/2] arm-autonomy: Drop foundation-armv8 support Jon Mason

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=25751.1602582506599242033@lists.yoctoproject.org \
    --to=diego.sueiro@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /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.