[U-Boot] [PATCH 1/7] arm: Add support for STMicroelectronics STiH410 soc
Patrice CHOTARD
patrice.chotard at st.com
Tue Feb 7 12:44:56 UTC 2017
Hi Simon
On 02/06/2017 04:34 PM, Simon Glass wrote:
> H Patrice,
>
> On 2 February 2017 at 09:00, <patrice.chotard at st.com> wrote:
>> From: Patrice Chotard <patrice.chotard at st.com>
>>
>> The STiH410 is an advanced multi-HD AVC processor with 3D
>> graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU
>> part of the stih407 family.
>>
>> It has wide connectivity including USB 3.0, PCI-e, SATA
>> and gigabit ethernet.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
>> ---
>> arch/arm/Kconfig | 9 ++++++
>> arch/arm/Makefile | 1 +
>> arch/arm/include/asm/arch-stih410/gpio.h | 20 +++++++++++++
>> arch/arm/include/asm/arch-stih410/sti.h | 14 +++++++++
>> arch/arm/include/asm/arch-stih410/syscfg.h | 20 +++++++++++++
>> arch/arm/mach-sti/Kconfig | 31 ++++++++++++++++++++
>> arch/arm/mach-sti/Makefile | 8 +++++
>> arch/arm/mach-sti/cpu.c | 16 ++++++++++
>> arch/arm/mach-sti/timer.c | 47 ++++++++++++++++++++++++++++++
>> 9 files changed, 166 insertions(+)
>> create mode 100644 arch/arm/include/asm/arch-stih410/gpio.h
>> create mode 100644 arch/arm/include/asm/arch-stih410/sti.h
>> create mode 100644 arch/arm/include/asm/arch-stih410/syscfg.h
>> create mode 100644 arch/arm/mach-sti/Kconfig
>> create mode 100644 arch/arm/mach-sti/Makefile
>> create mode 100644 arch/arm/mach-sti/cpu.c
>> create mode 100644 arch/arm/mach-sti/timer.c
>
> Are you able to use driver model for the timer (and maybe even CPU)?
I will have a look at this and will try to convert timer and CPU do DM
in the next series submission
Thanks
Patrice
>
> Regards,
> Simon
>
More information about the U-Boot
mailing list