]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: A320: Add support for Faraday A320 evaluation board
authorPo-Yu Chuang <ratbert.chuang@gmail.com>
Wed, 11 Nov 2009 09:27:30 +0000 (17:27 +0800)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:17 +0000 (16:26 -0600)
commit43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c
treee01c170e78e9feb3c193f317e386536c8cf3ce23
parent39ba774f9b02c44b8fd4df44afac932800c18662
arm: A320: Add support for Faraday A320 evaluation board

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@faraday-tech.com>
17 files changed:
MAINTAINERS
MAKEALL
Makefile
board/faraday/a320evb/Makefile [new file with mode: 0644]
board/faraday/a320evb/a320evb.c [new file with mode: 0644]
board/faraday/a320evb/config.mk [new file with mode: 0644]
board/faraday/a320evb/lowlevel_init.S [new file with mode: 0644]
cpu/arm920t/a320/Makefile [new file with mode: 0644]
cpu/arm920t/a320/ftsmc020.c [new file with mode: 0644]
cpu/arm920t/a320/reset.S [new file with mode: 0644]
cpu/arm920t/a320/timer.c [new file with mode: 0644]
include/asm-arm/arch-a320/a320.h [new file with mode: 0644]
include/asm-arm/arch-a320/ftpmu010.h [new file with mode: 0644]
include/asm-arm/arch-a320/ftsdmc020.h [new file with mode: 0644]
include/asm-arm/arch-a320/ftsmc020.h [new file with mode: 0644]
include/asm-arm/arch-a320/fttmr010.h [new file with mode: 0644]
include/configs/a320evb.h [new file with mode: 0644]