]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: add support for EarthLCD Favr-32 board
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Wed, 6 Aug 2008 12:42:13 +0000 (14:42 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Wed, 6 Aug 2008 13:10:50 +0000 (15:10 +0200)
commit0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
tree9743fee4f55a27e37292ef86d86688c835abf333
parent81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
avr32: add support for EarthLCD Favr-32 board

This patch adds support for the Favr-32 board made by EarthLCD.

This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
Ethernet, audio out, USB device, SD-card slot, USART and various other
connectors for cennecting stuff to SPI, I2C, GPIO, etc.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
MAINTAINERS
MAKEALL
Makefile
board/earthlcd/favr-32-ezkit/Makefile [new file with mode: 0644]
board/earthlcd/favr-32-ezkit/config.mk [new file with mode: 0644]
board/earthlcd/favr-32-ezkit/favr-32-ezkit.c [new file with mode: 0644]
board/earthlcd/favr-32-ezkit/flash.c [new file with mode: 0644]
board/earthlcd/favr-32-ezkit/u-boot.lds [new file with mode: 0644]
include/configs/favr-32-ezkit.h [new file with mode: 0644]