
On 18:03 Mon 24 Aug , Albin Tonnerre wrote:
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 | 4 + MAKEALL | 1 + Makefile | 7 + board/calao/sbc35_a9g20/Makefile | 55 ++++++++ board/calao/sbc35_a9g20/config.mk | 1 + board/calao/sbc35_a9g20/sbc35_a9g20.c | 197 ++++++++++++++++++++++++++++++ board/calao/sbc35_a9g20/spi.c | 57 +++++++++ cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- include/configs/sbc35_a9g20.h | 194 +++++++++++++++++++++++++++++ 9 files changed, 517 insertions(+), 1 deletions(-) create mode 100644 board/calao/sbc35_a9g20/Makefile create mode 100644 board/calao/sbc35_a9g20/config.mk create mode 100644 board/calao/sbc35_a9g20/sbc35_a9g20.c create mode 100644 board/calao/sbc35_a9g20/spi.c create mode 100644 include/configs/sbc35_a9g20.h
Applied to u-boot-arm
Best Regards, J.