All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robherring2@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v13 1/6] core support of arm64
Date: Thu, 03 Oct 2013 16:51:02 -0500	[thread overview]
Message-ID: <524DE6C6.4070508@gmail.com> (raw)
In-Reply-To: <524DE337.9030008@gmail.com>

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.

Rob

  reply	other threads:[~2013-10-03 21:51 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 [this message]
2013-10-03 21:54       ` York Sun
2013-10-03 21:56         ` Tom Rini

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=524DE6C6.4070508@gmail.com \
    --to=robherring2@gmail.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.