[U-Boot] [PATCH 1/3] ARM: Add support for EP93xx SoCs

Tom Tom.Rix at windriver.com
Sun Jan 31 19:53:37 CET 2010


Matthias Kaehlcke wrote:
> Add support for the Cirrus EP93xx platform
> 
> Signed-off-by: Matthias Kaehlcke <matthias at kaehlcke.net>
> ---
>  cpu/arm920t/ep93xx/Makefile          |   56 ++++
>  cpu/arm920t/ep93xx/cpu.c             |   51 +++
>  cpu/arm920t/ep93xx/led.c             |  101 ++++++
>  cpu/arm920t/ep93xx/lowlevel_init.S   |   65 ++++
>  cpu/arm920t/ep93xx/speed.c           |  110 +++++++
>  cpu/arm920t/ep93xx/timer.c           |  168 ++++++++++
>  cpu/arm920t/ep93xx/u-boot.lds        |   59 ++++
>  include/asm-arm/arch-ep93xx/ep93xx.h |  595 ++++++++++++++++++++++++++++++++++
>  include/common.h                     |    3 +-
>  9 files changed, 1207 insertions(+), 1 deletions(-)
>  create mode 100644 cpu/arm920t/ep93xx/Makefile
>  create mode 100644 cpu/arm920t/ep93xx/cpu.c
>  create mode 100644 cpu/arm920t/ep93xx/led.c
>  create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S
>  create mode 100644 cpu/arm920t/ep93xx/speed.c
>  create mode 100644 cpu/arm920t/ep93xx/timer.c
>  create mode 100644 cpu/arm920t/ep93xx/u-boot.lds
>  create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h

This looks good.
Ack-ed.
Tom


More information about the U-Boot mailing list