From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v13 1/6] core support of arm64
Date: Thu, 3 Oct 2013 17:56:01 -0400 [thread overview]
Message-ID: <524DE7F1.4090208@ti.com> (raw)
In-Reply-To: <524DE796.3010905@freescale.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/03/2013 05:54 PM, York Sun wrote:
> On 10/03/2013 02:51 PM, Rob Herring wrote:
>> On 10/03/2013 04:35 PM, Rob Herring wrote:
>>> On 09/26/2013 08:35 AM, fenghua at phytium.com.cn wrote:
>>>> From: David Feng <fenghua@phytium.com.cn>
>>>>
>>>> Signed-off-by: David Feng <fenghua@phytium.com.cn>
>>>> ---
>>>> arch/arm/config.mk | 4 +
>>>
>>> FYI, some recent mainline changes to config.mk break the build for me.
>>>
>>>> arch/arm/cpu/armv8/Makefile | 38 +++++
>>>> arch/arm/cpu/armv8/cache.S | 130 +++++++++++++++++
>>>> arch/arm/cpu/armv8/cache_v8.c | 218 ++++++++++++++++++++++++++++
>>>> arch/arm/cpu/armv8/config.mk | 16 +++
>>>> arch/arm/cpu/armv8/cpu.c | 67 +++++++++
>>>> arch/arm/cpu/armv8/exceptions.S | 115 +++++++++++++++
>>>> arch/arm/cpu/armv8/start.S | 234 +++++++++++++++++++++++++++++++
>>>> arch/arm/cpu/armv8/timer.c | 80 +++++++++++
>>>> arch/arm/cpu/armv8/tlb.S | 30 ++++
>>>> arch/arm/cpu/armv8/u-boot.lds | 71 ++++++++++
>>>> arch/arm/include/asm/arch-armv8/gpio.h | 11 ++
>>>> arch/arm/include/asm/arch-armv8/mmu.h | 110 +++++++++++++++
>>
>> Also, this directory is mutually exclusive with arch-${soc}. I think
>> this should be moved up a level. gpio.h is probably fine as a default
>> version.
>>
>
> I am also concerned about gpio.h. I am forced to create a gpio.h file
> even I don't use it when I add soc for armv8.
Yes, gpio.h belongs elsewhere, and we should not be making symlinks for
arch-armv8, we should just have asm/armv8/ and asm/armv7/ and reference
them directly,
- --
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJSTefxAAoJENk4IS6UOR1WzkgQAK61cVCUk2ouSKChMs0bZkIf
xjiNzN+YSAjE49P5APl6Ai6XbIWUVNWlZnRwbZC3rAl7QsTM0c8tcx8G3e54QDQT
pvbH4nvpj79Zjkc48Td7C5ZP+pw+vXshkXnUJrGKQe5AUPnP6DFGbILHn1gcSDj9
IusRDO1+sr0zuyU9XTKopmWQvPddFoUUwsA3KaFAoqDQeuBWW/lbYiETbDRnPGdz
e9hmq7sX9j6iE2Q5Vut8OuiZdvF677AL2eoFhk4NZ25KDaTP0cAltvpFcrZheGrt
vBKkpAFiKeuZG6CDEhJu22OHGLrQb266WpqqzHyGnAoqYpUahfxOfP+Z/31SaNBz
T1TnPfgNTCmy5LxG/msXeYXR6CJg0uIXvQnBJk/oRAA+xyxEwIeEXpmMyTtC2ZPy
cHeBgeLUo2QetMtMEOyrnt/xauOjRU5s252qniRPfaSLOSbyF4ElxDMNcU0amOYH
ay+bp7cgmsIuMJV/Oza9k/SH+wkMlERud5gY85U3MUmNUSCt3UfOdwTZSOMnAucM
//Dli/bsD+MegfO+aXG/nDWDPkpIqfFwHYlbrLORD5LhUFPqTliZepj9U5ACFBc6
b6H0crU134XBfsWtlDs3ZvPFberP9THU0tmreAwPtDtAKkl2SG0VqV+P4obxXH/G
o4V7jZg+eLHSm1mMYgmz
=WywE
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2013-10-03 21:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-26 13:35 [U-Boot] [PATCH v13 0/6] arm64 patch fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 1/6] core support of arm64 fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 2/6] board support of vexpress_aemv8a fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 3/6] generic board patch of manual reloc and zero gd_t fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 4/6] 64bit initrd start address support fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 5/6] remove compiling warnings fenghua at phytium.com.cn
2013-09-26 13:35 ` [U-Boot] [PATCH v13 6/6] add weak entry definition fenghua at phytium.com.cn
2013-10-03 22:37 ` Rob Herring
2013-10-03 21:35 ` [U-Boot] [PATCH v13 1/6] core support of arm64 Rob Herring
2013-10-03 21:51 ` Rob Herring
2013-10-03 21:54 ` York Sun
2013-10-03 21:56 ` Tom Rini [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=524DE7F1.4090208@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.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 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.