public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 1/5] core support of arm64
Date: Thu, 12 Sep 2013 10:04:15 -0400	[thread overview]
Message-ID: <5231C9DF.2010008@ti.com> (raw)
In-Reply-To: <17a22f3.8acb.1410d3fb203.Coremail.fenghua@phytium.com.cn>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/11/2013 09:39 AM, FengHua wrote:
> hi Rob, Thank you for your checking of this patch.
> 
>> -----????----- ???: "Rob Herring" <robherring2@gmail.com> ????:
>> 2013?9?11? ??? ???: fenghua at phytium.com.cn ??:
>> u-boot at lists.denx.de, trini at ti.com ??: Re: [U-Boot] [PATCH v7
>> 1/5] core support of arm64
>> 
>> On 09/10/2013 03:12 AM, fenghua at phytium.com.cn wrote:
[snip]
>>> +++ b/arch/arm/cpu/armv8/cache_v8.c
[snip]
>>> +#include <common.h> +#include <asm/system.h> +#include
>>> <asm/arch/mmu.h>
[snip]
>>> +/* + * Stub implementations for outer cache operations + */ 
>>> +void __v8_outer_cache_enable(void) {} +void
>>> v8_outer_cache_enable(void) +	__attribute__((weak,
>>> alias("__v8_outer_cache_enable")));
>> 
>> These can just be:
>> 
>> void __weak v8_outer_cache_enable(void) {}
>> 
> This format do not works at aarch64-gcc.

This file (and the others doing weak attributes) just needs to add
<linux/compiler.h>

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJSMcnfAAoJENk4IS6UOR1W/b0P/3dwyBIhPbKypNt58cqSz29W
2qCC2IoQZmCyEVRTH/2hLwr1Bw6VZknZovDd2TV959oCUULfScTeOTlgUoqaXDSJ
aVBVfHf9uZWU7aCqVYsyIu1hAHfN82LCVsKIF6uJvHAo4h8rr1x7MeFTi5tmssST
UgWW3xZKeElI8pWwNnSVaAb1yY7X91LbHOCoVP2zbd/k0mxdjHvihIcaxSLv8iTp
vrOJCLBeHj6lpYP9Q68QzDeV0i9XFUyCEIwdF4n/9xTjnvVB6Q+PFAxKfZTCowyp
rnhpMK0wvvKDSg+B2JHdLrUH9RxElfcS1EocRmeku36zH9DEeUzMO2G4W7e+A0YE
E4gL3GsXN3UdLBGCOC1xdV9wAZSM+Mj3bGTExnPhsE0waF70JlDwjyIiGNhtrqfl
+l1Nh8icw6Os4CNDKSS+y8DjNhptlNXoxYxWb/HZP92+jU4mZ95H4Pei8zAfJD50
pvoNhu8jO3gxxG4MzJ6baSpT8tuBerSCISUi22IrJxnztxkiP4EjX7pVFWVhN/Cf
cI5zksWGHoSx+/3vDFYm/p9L5wiA9jAlcGNvE2nAYEtZxS6oEeXY1UrCbpCVMnrv
A7S6YkPUbyRhqjVl0Jwg3HPTJkqp1beOFURFKYsYtL8OM1rRG2rkvcF31uhleSG7
fM0pk3vlasNCp813iR5u
=CWhV
-----END PGP SIGNATURE-----

  reply	other threads:[~2013-09-12 14:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10  8:12 [U-Boot] [PATCH v7 0/5] arm64 patch fenghua at phytium.com.cn
2013-09-10  8:12 ` [U-Boot] [PATCH v7 1/5] core support of arm64 fenghua at phytium.com.cn
2013-09-10  8:12   ` [U-Boot] [PATCH v7 2/5] board support of vexpress_aemv8a fenghua at phytium.com.cn
2013-09-10  8:12     ` [U-Boot] [PATCH v7 3/5] generic board patch of manual reloc and zero gd_t fenghua at phytium.com.cn
2013-09-10  8:12       ` [U-Boot] [PATCH v7 4/5] 64bit initrd start address support fenghua at phytium.com.cn
2013-09-10  8:12         ` [U-Boot] [PATCH v7 5/5] remove compiling warnings fenghua at phytium.com.cn
2013-09-10 22:32   ` [U-Boot] [PATCH v7 1/5] core support of arm64 Rob Herring
2013-09-11 13:39     ` FengHua
2013-09-12 14:04       ` Tom Rini [this message]
2013-09-12  1:23   ` Scott Wood
2013-09-12  2:10     ` FengHua
2013-09-12 14:28       ` Tom Rini
2013-09-12  4:47     ` FengHua
2013-09-10 22:55 ` [U-Boot] [PATCH v7 0/5] arm64 patch Wolfgang Denk
2013-09-11 13:45   ` FengHua

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=5231C9DF.2010008@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox