u-boot/include/asm-avr32/arch-at32ap700x
Mark Jackson 716ece1de9 Add AVR32 LCD support
This patch adds support for the AVR32 LCD controller.  This patch is
based off the latest u-boot-video.

A quick summary of what's going on:-

Enable LCDC pixel clock
Enable LCDC port pins
Add framebuffer pointer to global_data struct
Allocate framebuffer

To use the new code, update your board config to include something like
this:-

#define CONFIG_LCD			1

#if defined(CONFIG_LCD)
#define CONFIG_CMD_BMP
#define CONFIG_ATMEL_LCD		1
#define LCD_BPP				LCD_COLOR16
#define CONFIG_BMP_16BPP		1
#define CONFIG_FB_ADDR			0x10600000
#define CONFIG_WHITE_ON_BLACK		1
#define CONFIG_VIDEO_BMP_GZIP 		1
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE		262144
#define CONFIG_ATMEL_LCD_BGR555		1
#define CONFIG_SYS_CONSOLE_IS_IN_ENV	1
#define CONFIG_SPLASH_SCREEN		1
#endif

The standard U-Boot BMP and Splash-screen features should just work.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
[agust@denx.de: fixed some style issues]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
2009-07-26 13:12:02 +02:00
..
addrspace.h AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h 2009-02-23 10:34:24 +01:00
cacheflush.h avr32: fix cacheflush.h location introducted by d8f2aa3298 2009-03-23 10:15:39 +01:00
chip-features.h Add AVR32 LCD support 2009-07-26 13:12:02 +02:00
clk.h Add AVR32 LCD support 2009-07-26 13:12:02 +02:00
gpio-impl.h AVR32: Make GPIO implmentation cpu dependent 2009-02-23 10:34:24 +01:00
gpio.h avr32: refactor the portmux/gpio code 2008-09-01 14:20:41 +02:00
hmatrix.h avr32: Clean up the HMATRIX code 2008-05-27 15:27:29 +02:00
memory-map.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
portmux.h Add AVR32 LCD support 2009-07-26 13:12:02 +02:00