From: Sascha Hauer <s.hauer@pengutronix.de>
To: Raphael Poggi <poggi.raph@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v5 0/14] Add basic support for arm64
Date: Wed, 6 Jul 2016 10:37:07 +0200 [thread overview]
Message-ID: <20160706083707.GS20657@pengutronix.de> (raw)
In-Reply-To: <1467633177-22478-1-git-send-email-poggi.raph@gmail.com>
On Mon, Jul 04, 2016 at 01:52:43PM +0200, Raphael Poggi wrote:
> Chance since v4:
> PATCH 14/14 new patch, add documentation about aarch64 qemu virt
>
> Change since v3:
> PATCH 2/14 remove hunk belonging to PATCH 3/14
>
> PATCH 3/14 create a lib/ for common code and lib32/ lib64/
>
> PATCH 4/14 add setupc_64, for now setup_c() only memset bss
>
> PATCH 12/14 use default memory layout, chance TEXT_BASE address to let
> malloc space below
>
> Change since v2:
> PATCH 1/14 add PHYS_ADDR_T_64BIT config
>
> PATCH 3/14 remove modules.c and clean atags functions in armlinux.c,
> and fix also parameters passed to linux kernel.
>
> PATCH 12/14 move lowlevel file from mach-qemu/ to boards/ (like others boards)
> split dram and flash init
> increase dram/flash size
>
> PATCH 13/14 new patch, in case of armv8, swab need to be done on 32-bit wide register
> otherwise swapping the value: "0xAAAABBBB" will become "0xAAAABBBB00000000"
> and see as a null value in uint32_t variable.
>
> PATCH 14/14 new patch, add define to handle arm64 uimage format
>
>
> Change since v1:
> PATCH 2/12: remove hunk which belongs to patch adding mach-qemu
>
> PATCH 3/12: remove unused files
>
> PATCH 4/12: create lowlevel64
>
> PATCH 11/12: create pgtables64 (nothing in common with the arm32 version)
>
> PATCH 12/12: rename "mach-virt" => "mach-qemu"
> rename board "qemu_virt64"
> remove board env files
>
>
> Hello,
>
> This patch series introduces a basic support for arm64.
>
> The arm64 code is merged in the current arch/arm directory.
> I try to be iterative in the merge process, and find correct solutions
> to handle both architecture at some places.
>
> I test the patch series by compiling arm64 virt machine and arm32 vexpress-a9 and test it
> in qemu, everything seems to work.
Applied, thanks
This series currently runs through my compile tester, but if that works
consider this series applied.
Sascha
--
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:[~2016-07-06 8:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-04 11:52 Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 01/14] arm64: add armv8 Kconfig entries Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 02/14] arm: Makefile: rework makefile to handle armv8 Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 03/14] arm: rework lib directory to support arm64 Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 04/14] arm: cpu: add arm64 specific code Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 05/14] arm: include: system: add arm64 helper functions Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 06/14] arm: include: bitops: arm64 use generic __fls Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 07/14] arm: include: system_info: add armv8 identification Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 08/14] arm: cpu: cpuinfo: add armv8 support Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 09/14] arm: cpu: disable code portion in armv8 case Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 10/14] arm: cpu: add basic arm64 mmu support Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 11/14] arm: boards: add mach-qemu and virt64 board Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 12/14] arm: include: swab: use rigth assembly for armv8 Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 13/14] uimage: add define for ARM64 architecture Raphael Poggi
2016-07-04 11:52 ` [PATCH v5 14/14] Documentation: add aarch64-qemu-virt board doc Raphael Poggi
2016-07-06 8:37 ` 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=20160706083707.GS20657@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=poggi.raph@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox