[U-Boot] [U-BOOT] [PATCH 3/6] ARM: Add Support for Marvell Pantheon Familiy SoCs

Lei Wen adrian.wenl at gmail.com
Wed Jan 5 16:30:05 CET 2011


On Wed, Jan 5, 2011 at 5:44 PM, Prafulla Wadaskar <prafulla at marvell.com> wrote:
>
>
>> -----Original Message-----
>> From: Lei Wen [mailto:leiwen at marvell.com]
>> Sent: Tuesday, January 04, 2011 8:21 PM
>> To: u-boot at lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
>> Prabhanjan Sarnaik; adrian.wenl at gmail.com
>> Subject: [U-BOOT] [PATCH 3/6] ARM: Add Support for Marvell Pantheon
>> Familiy SoCs
>>
>> Pantheon Family processors are highly integrated SoCs
>> based on Sheeva_88SV331x-v5 PJ1 cpu core.
>> Ref:
>> http://www.marvell.com/products/processors/communications/marvell_panthe
>> on_910_920_pb.pdf
>>
>> SoC versions Supported:
>> 1) PANTHEON920          (TD)
>> 2) PANTHEON910          (TTC)
>>
>> Signed-off-by: Lei Wen <leiwen at marvell.com>
>> ---
>>  arch/arm/cpu/arm926ejs/pantheon/Makefile      |   46 ++++++
>>  arch/arm/cpu/arm926ejs/pantheon/cpu.c         |   78 ++++++++++
>>  arch/arm/cpu/arm926ejs/pantheon/dram.c        |  130 ++++++++++++++++
>>  arch/arm/cpu/arm926ejs/pantheon/timer.c       |  204
>> +++++++++++++++++++++++++
>>  arch/arm/include/asm/arch-pantheon/config.h   |   44 ++++++
>>  arch/arm/include/asm/arch-pantheon/cpu.h      |   79 ++++++++++
>>  arch/arm/include/asm/arch-pantheon/pantheon.h |   54 +++++++
>>  7 files changed, 635 insertions(+), 0 deletions(-)
>>  create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile
>>  create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c
>>  create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c
>>  create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c
>>  create mode 100644 arch/arm/include/asm/arch-pantheon/config.h
>>  create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h
>>  create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h
>>
>> diff --git a/arch/arm/cpu/arm926ejs/pantheon/Makefile
>> b/arch/arm/cpu/arm926ejs/pantheon/Makefile
>> new file mode 100644
>> index 0000000..73644c7
>> --- /dev/null
>> +++ b/arch/arm/cpu/arm926ejs/pantheon/Makefile
>> @@ -0,0 +1,46 @@
>> +#
>> +# (C) Copyright 2010
>
> Should be 2011 now for all files :-)

You're right. :) I would modify this for other files when I submit the
version 2 patch set.

Thanks,
Lei


More information about the U-Boot mailing list