[U-Boot] [PATCH v13 1/6] core support of arm64
Rob Herring
robherring2 at gmail.com
Thu Oct 3 23:51:02 CEST 2013
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 at phytium.com.cn>
>>
>> Signed-off-by: David Feng <fenghua at 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
More information about the U-Boot
mailing list