
Hans-Christian Egtvedt hans-christian.egtvedt@atmel.com wrote:
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
The board will so far need to have a flash driver, since the CFI driver does not work for the time being. HÃ¥vard said he might look into it soon, and this board will be updated when the CFI driver can handle AT49BV6416 devices (and that family).
Nice and self-contained. Applied to a new "favr-32" branch and merged into the "next" branch, thanks.
It obviously conflicted with the hammerhead stuff, but it was trivial to resolve.
Now, I'm not entirely happy about the duplicated flash driver, but I guess removing two drivers instead of one after we fix the CFI driver isn't going to make that much of a difference.
Haavard