From: "Jon Mason" <jdmason@kudzu.us>
To: Denys Dmytriyenko <denis@denix.org>
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
Date: Sat, 8 Aug 2020 06:56:49 -0400 [thread overview]
Message-ID: <20200808105648.GA5087@kudzu.us> (raw)
In-Reply-To: <20200807202238.GH17660@denix.org>
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 <abdellatif.elkhlifi@arm.com>
> >
> > 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
> >
>
> >
>
>
next prev parent reply other threads:[~2020-08-08 10:56 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-07 19:42 [PATCH 0/9] Adding support for corstone700 platform abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 1/9] arm-bsp/external-system: add external system recipe abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 2/9] arm-bsp/machine: adding corstone700-fvp machine abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 3/9] arm-bsp/linux: configuring v5.6 kernel for corstone700 platforms abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 4/9] arm-bsp/trusted-firmware-a: adding support for corstone700 platform abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 5/9] arm-bsp/external-system: enabling corstone700 platform support abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 6/9] arm-bsp/u-boot: adding corstone700 platform to u-boot abdellatif.elkhlifi
2020-08-07 22:39 ` [meta-arm] " Jon Mason
2020-08-10 12:57 ` Ross Burton
2020-08-07 19:42 ` [PATCH 7/9] arm-bsp/scp-firmware: adding scp support for corstone700 platform abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 8/9] arm-bsp/machine: adding corstone700-mps3 machine abdellatif.elkhlifi
2020-08-07 19:42 ` [PATCH 9/9] arm-bsp/linux: Enabling lan9115 Ethernet for corstone700-mps3 abdellatif.elkhlifi
2020-08-07 20:22 ` [meta-arm] [PATCH 0/9] Adding support for corstone700 platform Denys Dmytriyenko
2020-08-08 10:56 ` Jon Mason [this message]
2020-08-08 12:00 ` abdellatif.elkhlifi
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=20200808105648.GA5087@kudzu.us \
--to=jdmason@kudzu.us \
--cc=abdellatif.elkhlifi@arm.com \
--cc=denis@denix.org \
--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.