Matthias Kaehlcke wrote:
> Add support for the Cirrus EP93xx platform
> 
> Signed-off-by: Matthias Kaehlcke <matth...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to