[U-Boot] [PATCH v6 2/2 resend] arm: A320: Add support for Faraday A320 evaluation board
Po-Yu Chuang
ratbert.chuang at gmail.com
Thu Sep 10 11:17:17 CEST 2009
Hello,
2009/9/2 <ratbert.chuang at gmail.com>:
> From: Po-Yu Chuang <ratbert at faraday-tech.com>
>
> This patch adds support for A320 evaluation board from Faraday. This board
> uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
> FA526 is an ARMv4 processor and uses the ARM920T source in this patch.
>
> Signed-off-by: Po-Yu Chuang <ratbert at faraday-tech.com>
> ---
> MAINTAINERS | 4 +
> MAKEALL | 1 +
> Makefile | 3 +
> board/faraday/a320evb/Makefile | 51 ++++++++
> board/faraday/a320evb/a320evb.c | 73 +++++++++++
> board/faraday/a320evb/config.mk | 35 +++++
> board/faraday/a320evb/lowlevel_init.S | 118 +++++++++++++++++
> cpu/arm920t/a320/Makefile | 47 +++++++
> cpu/arm920t/a320/ftsmc020.c | 51 ++++++++
> cpu/arm920t/a320/reset.S | 22 ++++
> cpu/arm920t/a320/timer.c | 193 ++++++++++++++++++++++++++++
> include/asm-arm/arch-a320/a320.h | 35 +++++
> include/asm-arm/arch-a320/ftpmu010.h | 190 ++++++++++++++++++++++++++++
> include/asm-arm/arch-a320/ftsdmc020.h | 103 +++++++++++++++
> include/asm-arm/arch-a320/ftsmc020.h | 79 ++++++++++++
> include/asm-arm/arch-a320/fttmr010.h | 73 +++++++++++
> include/configs/a320evb.h | 222 +++++++++++++++++++++++++++++++++
> 17 files changed, 1300 insertions(+), 0 deletions(-)
> create mode 100644 board/faraday/a320evb/Makefile
> create mode 100644 board/faraday/a320evb/a320evb.c
> create mode 100644 board/faraday/a320evb/config.mk
> create mode 100644 board/faraday/a320evb/lowlevel_init.S
> create mode 100644 cpu/arm920t/a320/Makefile
> create mode 100644 cpu/arm920t/a320/ftsmc020.c
> create mode 100644 cpu/arm920t/a320/reset.S
> create mode 100644 cpu/arm920t/a320/timer.c
> create mode 100644 include/asm-arm/arch-a320/a320.h
> create mode 100644 include/asm-arm/arch-a320/ftpmu010.h
> create mode 100644 include/asm-arm/arch-a320/ftsdmc020.h
> create mode 100644 include/asm-arm/arch-a320/ftsmc020.h
> create mode 100644 include/asm-arm/arch-a320/fttmr010.h
> create mode 100644 include/configs/a320evb.h
Is there any comment about these patches?
The patches was resent 9 days ago and there is not any response.
I wonder if there was something wrong on my mail server.
Please tell me if these patches are lost. Thank you.
best regards,
Po-Yu Chuang
More information about the U-Boot
mailing list