]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for the Calao SBC35-A9G20 board
authorAlbin Tonnerre <albin.tonnerre@free-electrons.com>
Mon, 24 Aug 2009 16:03:26 +0000 (18:03 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 1 Sep 2009 20:13:37 +0000 (22:13 +0200)
commit9453967e28c5e3abbf856f95735ea69bae1e77fa
treef233c345eccd37a575a2ea58475c82b866f7245c
parent10bc241dfc15a0820d9c52469173b7ccafec0b84
Add support for the Calao SBC35-A9G20 board

The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems
<http://www.calao-systems.com>. It is built around an AT91SAM9G20 ARM SoC
running at 400MHz. It features an Ethernet port, an SPI RTC backed by an onboard
battery , an SD/MMC slot, a CompactFlash slot, 64Mo of SDRAM, 256Mo of NAND
flash, two USB host ports, and an USB device port. More informations can be
found at <http://www.calao-systems.com/articles.php?lng=en&pg=5936>

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
MAINTAINERS
MAKEALL
Makefile
board/calao/sbc35_a9g20/Makefile [new file with mode: 0644]
board/calao/sbc35_a9g20/config.mk [new file with mode: 0644]
board/calao/sbc35_a9g20/sbc35_a9g20.c [new file with mode: 0644]
board/calao/sbc35_a9g20/spi.c [new file with mode: 0644]
cpu/arm926ejs/at91/at91sam9260_devices.c
include/configs/sbc35_a9g20.h [new file with mode: 0644]