From: Sascha Hauer <s.hauer@pengutronix.de>
To: Clement Leger <cleger@kalray.eu>
Cc: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v3 0/4] kvx: add elf bootm support
Date: Wed, 1 Jul 2020 07:23:27 +0200 [thread overview]
Message-ID: <20200701052327.GG15485@pengutronix.de> (raw)
In-Reply-To: <20200630204402.26566-1-cleger@kalray.eu>
On Tue, Jun 30, 2020 at 10:43:58PM +0200, Clement Leger wrote:
> This serie adds support for elf bootm support on KVX architecture.
> First patches are allowing to build elf support for KVX and then bootm
> support is added to KVX.
>
> Changes from v2 -> v3:
> - Rename sync_icache_dcache to sync_caches_for_execution
> - Keep COMPILE_TEST support for ELF
>
> Changes from v1 -> v2:
> - Remove D-cache invalidation
> - Reword first patch commit message
>
> Clement Leger (4):
> common: bootm: allow building with an undefined IH_ARCH
> common: Kconfig: remove MIPS dependency for ELF
> kvx: add I-cache and D-cache synchronisation
> kvx: add support for elf loading using bootm
Applied, thanks
Sascha
>
> arch/kvx/Kconfig | 5 ++
> arch/kvx/configs/generic_defconfig | 3 +-
> arch/kvx/include/asm/bootm.h | 11 +++
> arch/kvx/include/asm/cache.h | 18 ++++
> arch/kvx/include/asm/elf.h | 3 +
> arch/kvx/lib/Makefile | 2 +-
> arch/kvx/lib/bootm.c | 133 +++++++++++++++++++++++++++++
> common/Kconfig | 1 -
> common/bootm.c | 2 +-
> include/image.h | 2 +
> 10 files changed, 176 insertions(+), 4 deletions(-)
> create mode 100644 arch/kvx/include/asm/bootm.h
> create mode 100644 arch/kvx/include/asm/cache.h
> create mode 100644 arch/kvx/lib/bootm.c
>
> --
> 2.17.1
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
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:[~2020-07-01 5:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-30 20:43 Clement Leger
2020-06-30 20:43 ` [PATCH v3 1/4] common: bootm: allow building with an undefined IH_ARCH Clement Leger
2020-06-30 20:44 ` [PATCH v3 2/4] common: Kconfig: remove MIPS dependency for ELF Clement Leger
2020-06-30 20:44 ` [PATCH v3 3/4] kvx: add I-cache and D-cache synchronisation Clement Leger
2020-06-30 20:44 ` [PATCH v3 4/4] kvx: add support for elf loading using bootm Clement Leger
2020-07-01 5:23 ` 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=20200701052327.GG15485@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=cleger@kalray.eu \
/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