From: Sascha Hauer <s.hauer@pengutronix.de>
To: Michael Tretter <m.tretter@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3 0/4] Xilinx Zynq Ultrascale+ MPSoC support
Date: Mon, 10 Dec 2018 10:13:43 +0100 [thread overview]
Message-ID: <20181210091343.rqqve4qb4ek5hmtq@pengutronix.de> (raw)
In-Reply-To: <20181207101156.2213-1-m.tretter@pengutronix.de>
On Fri, Dec 07, 2018 at 11:11:52AM +0100, Michael Tretter wrote:
> This is v3 of the series to add support for the Xilinx Zynq Ultrascale+ MPSoC
> platform and the ZCU104 Evaluation Kit.
>
> I checked the SPDX-License-Identifiers and added them on all newly added
> source files.
>
> Michael
Applied, thanks
Sascha
>
> Changelog:
>
> v2 -> v3:
> - add SPDX-License-Identifiers to all newly added source files
>
> v1 -> v2:
> - move ENTRY_PROC to a more generic location
> - add separate patch for ENTRY_PROC
> - rebase onto piggydata patches
> - remove empty zynqmp.c and board.c
> - use SPDX-License-Identifiers
>
> Michael Tretter (4):
> ARM: lib64: .gitignore barebox.lds
> ARM: aarch64: compile with general-regs-only
> ARM: aarch64: add ENTRY_PROC macro for arm64
> ARM: zynqmp: add support for Xilinx ZCU104 board
>
> arch/arm/Kconfig | 14 +++++++
> arch/arm/Makefile | 5 +++
> arch/arm/boards/Makefile | 1 +
> arch/arm/boards/xilinx-zcu104/Makefile | 2 +
> arch/arm/boards/xilinx-zcu104/lowlevel.c | 21 ++++++++++
> arch/arm/boards/xilinx-zcu104/lowlevel_init.S | 12 ++++++
> arch/arm/configs/zynqmp_defconfig | 38 +++++++++++++++++++
> arch/arm/dts/Makefile | 1 +
> arch/arm/dts/zynqmp-zcu104-revA.dts | 10 +++++
> arch/arm/include/asm/barebox-arm64.h | 35 +++++++++++++++++
> arch/arm/lib64/.gitignore | 1 +
> arch/arm/mach-zynqmp/Kconfig | 10 +++++
> arch/arm/mach-zynqmp/Makefile | 2 +
> arch/arm/mach-zynqmp/include/mach/debug_ll.h | 31 +++++++++++++++
> images/Makefile | 1 +
> images/Makefile.zynqmp | 8 ++++
> 16 files changed, 192 insertions(+)
> create mode 100644 arch/arm/boards/xilinx-zcu104/Makefile
> create mode 100644 arch/arm/boards/xilinx-zcu104/lowlevel.c
> create mode 100644 arch/arm/boards/xilinx-zcu104/lowlevel_init.S
> create mode 100644 arch/arm/configs/zynqmp_defconfig
> create mode 100644 arch/arm/dts/zynqmp-zcu104-revA.dts
> create mode 100644 arch/arm/include/asm/barebox-arm64.h
> create mode 100644 arch/arm/lib64/.gitignore
> create mode 100644 arch/arm/mach-zynqmp/Kconfig
> create mode 100644 arch/arm/mach-zynqmp/Makefile
> create mode 100644 arch/arm/mach-zynqmp/include/mach/debug_ll.h
> create mode 100644 images/Makefile.zynqmp
>
> --
> 2.19.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2018-12-10 9:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-28 11:20 [PATCH v2 " Michael Tretter
2018-11-28 11:20 ` [PATCH v2 1/4] ARM: lib64: .gitignore barebox.lds Michael Tretter
2018-11-28 11:20 ` [PATCH v2 2/4] ARM: aarch64: compile with general-regs-only Michael Tretter
2018-11-28 11:20 ` [PATCH v2 3/4] ARM: aarch64: add ENTRY_PROC macro for arm64 Michael Tretter
2018-11-28 11:20 ` [PATCH v2 4/4] ARM: zynqmp: add support for Xilinx ZCU104 board Michael Tretter
2018-11-28 13:13 ` [PATCH v2 0/4] Xilinx Zynq Ultrascale+ MPSoC support Antony Pavlov
2018-11-29 8:14 ` Sascha Hauer
2018-11-29 9:50 ` Roland Hieber
2018-11-29 10:37 ` Sascha Hauer
2018-12-07 10:11 ` [PATCH v3 " Michael Tretter
2018-12-07 10:11 ` [PATCH v3 1/4] ARM: lib64: .gitignore barebox.lds Michael Tretter
2018-12-07 10:11 ` [PATCH v3 2/4] ARM: aarch64: compile with general-regs-only Michael Tretter
2018-12-07 10:11 ` [PATCH v3 3/4] ARM: aarch64: add ENTRY_PROC macro for arm64 Michael Tretter
2018-12-07 10:11 ` [PATCH v3 4/4] ARM: zynqmp: add support for Xilinx ZCU104 board Michael Tretter
2018-12-10 9:13 ` Sascha Hauer [this message]
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=20181210091343.rqqve4qb4ek5hmtq@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=m.tretter@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox