[U-Boot] [PATCH v13 1/6] core support of arm64
York Sun
yorksun at freescale.com
Thu Oct 3 23:54:30 CEST 2013
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 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.
>
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.
York
More information about the U-Boot
mailing list