From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) by mx.groups.io with SMTP id smtpd.web12.3148.1596884212359419646 for ; Sat, 08 Aug 2020 03:56:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kudzu-us.20150623.gappssmtp.com header.s=20150623 header.b=PUrGRQfG; spf=none, err=permanent DNS error (domain: kudzu.us, ip: 209.85.160.194, mailfrom: jdmason@kudzu.us) Received: by mail-qt1-f194.google.com with SMTP id v22so3214720qtq.8 for ; Sat, 08 Aug 2020 03:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kudzu-us.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LElrBqn8yEJVmx9+eVacYNzvam/cjTse8D/UhMWw+00=; b=PUrGRQfGpKRxHqOdPmL0sIvcE+r+JZ7OkezJ11hpRcXa9uwky4vYLKGGeSP7DZmdTZ gE5niERN83Gb6+ADcuHJo2ImDESbqDQ0SU/tiilYuLGLND8PGgd5BFQ8SI0EBmBq/hs0 nfoIGVG/456Eq7rytSvScuVCExNl+pQ8XNf90Ib9i6y+/jB3I1XcNKai1yelIesgTgkC Swy43kFqgRadEJtqRz47M5q2c9M6mXKqbq2AP/f1a3IQRyK3wRTzmPYF12kTlgzLN63a Kx7cd4GnhhsG3dRiyyNq9g18IUyOvOMAU1nt886oEc/u39k1HF6ay00fUT2/lru8QbPm nK5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LElrBqn8yEJVmx9+eVacYNzvam/cjTse8D/UhMWw+00=; b=m5QfTdiabyDel8n10dCObHLjdlRxcO366eUY0equ9VF4COlhT56NE0toG8OVWn5HJs iXc9Egu58NqMWz5CnPSaxi+IDu+nbx28ZIbROchvLrHJ4LReUz6qMaiRhsWxeIFyNTPd RrnISWfkVh5bQJDB6AnUN9xM2r6fTOIhpKtVVsI3iggEivib8YWA1RAy3nuxx/FARLb8 Ywoz//s44bFEEtXu4JzeDo6xiC6opubslCDb/dVHtYo0meyqiHcPKUeeGkdFU3ChdZEc 98PmvRGf421CJ8AHbczIDxF3U1ChtlajRTc6alJ6Whnq+k7sfNKFMpoqSfUocYh/iM1b JtXw== X-Gm-Message-State: AOAM530twQUOxP+nbPCKPGk7I8YKQ6May+4GVWnsPlGH9k8pJ9/7agdE xSswfFhnPyoOg5K2V4XVNF4Org== X-Google-Smtp-Source: ABdhPJwHRfA9hnaLUUABkkxx7SnzvIClvDw3nLAyrTaCQnKMZ+MAVT7QuSS3lSkQK0Bohta+qLUf2w== X-Received: by 2002:aed:2ae2:: with SMTP id t89mr18145607qtd.171.1596884211419; Sat, 08 Aug 2020 03:56:51 -0700 (PDT) Return-Path: Received: from kudzu.us ([2605:a601:a61a:4700:6899:3cff:babc:eecd]) by smtp.gmail.com with ESMTPSA id 205sm8620120qkj.19.2020.08.08.03.56.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 08 Aug 2020 03:56:50 -0700 (PDT) Date: Sat, 8 Aug 2020 06:56:49 -0400 From: "Jon Mason" To: Denys Dmytriyenko Cc: abdellatif.elkhlifi@arm.com, meta-arm@lists.yoctoproject.org, nd@arm.com Subject: Re: [meta-arm] [PATCH 0/9] Adding support for corstone700 platform Message-ID: <20200808105648.GA5087@kudzu.us> References: <20200807194253.14748-1-abdellatif.elkhlifi@arm.com> <20200807202238.GH17660@denix.org> MIME-Version: 1.0 In-Reply-To: <20200807202238.GH17660@denix.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Aug 07, 2020 at 04:22:38PM -0400, Denys Dmytriyenko wrote: > Is this a 3rd copy of the same content? > Or is this a 3rd revision of the patches? What are the changes then? This was the 3rd attempt of the save version of the patches. The "nd@arm.com" that is added by Arm employees is supposed to prevent the appending of the legal stuff at the bottom by the SMTP server. Abdellatif was trying to handle that issue in his 3 submissions of the patches. They should all be identical aside from this, so it does not matter which one to code review. Personally, I used the last one for tested, due to not having the legal stuff that normally breaks git-am. Thanks, Jon > > -- > Denys > > > On Fri, Aug 07, 2020 at 08:42:44PM +0100, abdellatif.elkhlifi@arm.com wrote: > > From: Abdellatif El Khlifi > > > > These patches add support for corstone700 platform on Arm fast model and > > MPS3 FPGA board. > > > > For more information about the platform, please check: > > > > https://developer.arm.com/ip-products/subsystem/corstone-foundation-ip/corstone-700 > > > > https://community.arm.com/developer/tools-software/oss-platforms/w/docs/444/corstone-700 > > > > Abdellatif El Khlifi (8): > > arm-bsp/machine: adding corstone700-fvp machine > > arm-bsp/linux: configuring v5.6 kernel for corstone700 platforms > > arm-bsp/trusted-firmware-a: adding support for corstone700 platform > > arm-bsp/external-system: enabling corstone700 platform support > > arm-bsp/u-boot: adding corstone700 platform to u-boot > > arm-bsp/scp-firmware: adding scp support for corstone700 platform > > arm-bsp/machine: adding corstone700-mps3 machine > > arm-bsp/linux: Enabling lan9115 Ethernet for corstone700-mps3 > > > > Rui Miguel Silva (1): > > arm-bsp/external-system: add external system recipe > > > > .../conf/machine/corstone700-fvp.conf | 12 + > > .../conf/machine/corstone700-mps3.conf | 12 + > > .../conf/machine/include/corstone700.inc | 34 + > > .../external-system/external-system_0.1.0.bb | 45 + > > .../scp-firmware/scp-firmware-corstone700.inc | 37 + > > .../scp-firmware/scp-firmware_%.bbappend | 1 + > > .../trusted-firmware-a-corstone700.inc | 26 + > > .../trusted-firmware-a_2.3.bbappend | 1 + > > .../0001-armv7-add-mmio-timer.patch | 108 + > > ...-arm-add-designstart-cortex-a5-board.patch | 312 +++ > > .../0003-arm-Add-corstone700-platform.patch | 301 +++ > > ...dd-bootx-command-to-start-XiP-images.patch | 136 + > > ...g-the-XIP-kernel-using-bootx-command.patch | 39 + > > ...6-arm-enabling-the-arch_timer-driver.patch | 61 + > > .../recipes-bsp/u-boot/u-boot_%.bbappend | 12 + > > .../bsp/arm-platforms/corstone700-bsp.scc | 6 + > > .../bsp/arm-platforms/corstone700/base.cfg | 35 + > > .../arm-platforms/corstone700/eth_lan9115.scc | 4 + > > .../corstone700/eth_lan91c111.scc | 4 + > > .../bsp/arm-platforms/corstone700/lan9115.cfg | 1 + > > .../arm-platforms/corstone700/lan91c111.cfg | 1 + > > .../bsp/arm-platforms/corstone700/pnp.cfg | 4 + > > .../bsp/arm-platforms/corstone700/xip.cfg | 12 + > > .../arm-platforms/corstone700/xip_cmdline.cfg | 3 + > > .../corstone700/xip_dhcp_cmdline.cfg | 3 + > > ...-for-a-single-ARMv7-A-based-platform.patch | 97 + > > .../0002-arm-Add-tiny-vexpress-machine.patch | 101 + > > ...-arm-introduce-corstone700_defconfig.patch | 197 ++ > > ...ilbox-handling-unit-controller-versi.patch | 322 +++ > > ...d-on-rpmsg-char-driver-using-mailbox.patch | 202 ++ > > ...arm-MHU-driver-and-RPMSG-char-driver.patch | 30 + > > ...ation-of-multiple-arm-rpmsg-channels.patch | 148 ++ > > ...ombined-receiver-interrupt-when-usin.patch | 59 + > > ...stone700-external-system-harness-dri.patch | 232 ++ > > ...ize-endpoint-and-mailbox-information.patch | 181 ++ > > ...ox-channel-ownership-to-rpmsg-endpoi.patch | 107 + > > ...v2-add-new-AMBA-ID-to-support-MHU-v2.patch | 36 + > > ...hu_v2-dynamic-allocation-of-channels.patch | 119 + > > ...t-XIP-physical-address-to-3MB-offset.patch | 42 + > > ...ble-ARM_VIRT-extension-if-XIP_KERNEL.patch | 50 + > > ...onfig-use-DDR-address-instead-of-sha.patch | 34 + > > ...config-enable-configs-for-cramfs-xip.patch | 61 + > > ...0-move-to-regmap-for-register-access.patch | 2297 +++++++++++++++++ > > ...cd-refactor-mempool-config-and-setup.patch | 302 +++ > > ...-usb-isp1760-add-support-for-isp1763.patch | 1755 +++++++++++++ > > .../linux/linux-stable-corstone700.inc | 62 + > > .../linux/linux-stable_%.bbappend | 8 + > > .../wic/arm-reference-image.corstone700.wks | 22 + > > meta-arm/recipes-bsp/u-boot/u-boot_2020.04.bb | 26 + > > 49 files changed, 7700 insertions(+) > > create mode 100644 meta-arm-bsp/conf/machine/corstone700-fvp.conf > > create mode 100644 meta-arm-bsp/conf/machine/corstone700-mps3.conf > > create mode 100644 meta-arm-bsp/conf/machine/include/corstone700.inc > > create mode 100644 meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb > > create mode 100644 meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-corstone700.inc > > create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone700.inc > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0001-armv7-add-mmio-timer.patch > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0002-board-arm-add-designstart-cortex-a5-board.patch > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0003-arm-Add-corstone700-platform.patch > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0004-boot-add-bootx-command-to-start-XiP-images.patch > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0005-boot-starting-the-XIP-kernel-using-bootx-command.patch > > create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/files/corstone700/0006-arm-enabling-the-arch_timer-driver.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700-bsp.scc > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/base.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/eth_lan9115.scc > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/eth_lan91c111.scc > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/lan9115.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/lan91c111.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/pnp.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/xip.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/xip_cmdline.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone700/xip_dhcp_cmdline.cfg > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0001-arm-support-for-a-single-ARMv7-A-based-platform.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0002-arm-Add-tiny-vexpress-machine.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0003-arm-introduce-corstone700_defconfig.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0004-add-driver-of-mailbox-handling-unit-controller-versi.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0005-add-rpmsg-based-on-rpmsg-char-driver-using-mailbox.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0006-enable-arm-MHU-driver-and-RPMSG-char-driver.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0007-allow-creation-of-multiple-arm-rpmsg-channels.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0008-mailbox-enable-combined-receiver-interrupt-when-usin.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0009-misc-arm-add-corstone700-external-system-harness-dri.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0010-arm-containerize-endpoint-and-mailbox-information.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0011-arm-couple-mailbox-channel-ownership-to-rpmsg-endpoi.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0012-mailbox-arm_mhu_v2-add-new-AMBA-ID-to-support-MHU-v2.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0013-mailbox-arm_mhu_v2-dynamic-allocation-of-channels.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0014-defconfig-adjust-XIP-physical-address-to-3MB-offset.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0015-arm-Kconfig-disable-ARM_VIRT-extension-if-XIP_KERNEL.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0016-corstone700_defconfig-use-DDR-address-instead-of-sha.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0017-corstone700_defconfig-enable-configs-for-cramfs-xip.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0018-usb-isp1760-move-to-regmap-for-register-access.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0019-usb-isp1760-hcd-refactor-mempool-config-and-setup.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/files/corstone700/0020-usb-isp1760-add-support-for-isp1763.patch > > create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-stable-corstone700.inc > > create mode 100644 meta-arm-bsp/wic/arm-reference-image.corstone700.wks > > create mode 100644 meta-arm/recipes-bsp/u-boot/u-boot_2020.04.bb > > > > -- > > 2.17.1 > > > > > > >