[U-Boot] [PATCH] Add support W90P710 ARM SoC from Nuvoton
Ben Warren
biggerbadderben at gmail.com
Wed Jan 21 06:45:48 CET 2009
Hi Konstantin,
On Tue, Jan 20, 2009 at 3:46 AM, Konstantin Vovk <ksl at kslemb.com> wrote:
> Add support W90P710 ARM SoC from Nuvoton
> Add W90P1 board based on W90P710
>
> Signed-off-by: Konstantin Vovk <ksl at kslemb.com>
> ---
> MAKEALL | 1 +
> Makefile | 3 +
> board/w90p1/Makefile | 52 ++++
> board/w90p1/config.mk | 27 ++
> board/w90p1/ide.c | 108 ++++++++
> board/w90p1/led.c | 63 +++++
> board/w90p1/lowlevel_init.S | 130 +++++++++
> board/w90p1/nand.c | 101 +++++++
> board/w90p1/u-boot.lds | 69 +++++
> board/w90p1/w90p1.c | 96 +++++++
> cpu/arm720t/cpu.c | 46 +++-
> cpu/arm720t/interrupts.c | 88 ++++++-
> cpu/arm720t/serial.c | 108 +++++++-
> cpu/arm720t/start.S | 29 ++-
> drivers/net/Makefile | 1 +
> drivers/net/w90p710_eth.c | 451
> +++++++++++++++++++++++++++++++
> drivers/net/w90p710_eth.h | 274 +++++++++++++++++++
> examples/Makefile | 6 +-
> include/asm-arm/arch-arm720t/W90P710.h | 239 ++++++++++++++++
> include/asm-arm/arch-arm720t/hardware.h | 5 +-
> include/asm-arm/io.h | 4 +
> include/configs/W90P1.h | 237 ++++++++++++++++
> include/netdev.h | 1 +
Please break this patch up into logical orthogonal parts. This is too big
to expect anybody to wade through.
thanks,
Ben
More information about the U-Boot
mailing list