[U-Boot] [PATCH] video/lcd: add new driver of LCD controler for Atmel new SoC

2012-05-17 Thread Bo Shen
The Atmel new SoC (at91sam9x5 series and at91sam9n12) add a totally different LCD controller. Add this new driver is used to support it. Using CONFIG_ATMEL_HLCD (distinguish with CONFIG_ATMEL_LCD) to enable this in board configuration file. Signed-off-by: Bo Shen voice.s...@atmel.com ---

Re: [U-Boot] [PATCH] video/lcd: add new driver of LCD controler for Atmel new SoC

2012-05-17 Thread Mike Frysinger
On Thursday 17 May 2012 22:49:46 Bo Shen wrote: --- a/drivers/video/Makefile +++ b/drivers/video/Makefile COBJS-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o COBJS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o +COBJS-$(CONFIG_ATMEL_HLCD) += atmel_hlcdfb.o H comes before L ;) -mike

Re: [U-Boot] [PATCH] video/lcd: add new driver of LCD controler for Atmel new SoC

2012-05-17 Thread Bo Shen
On 5/18/2012 11:39, Mike Frysinger wrote: On Thursday 17 May 2012 22:49:46 Bo Shen wrote: --- a/drivers/video/Makefile +++ b/drivers/video/Makefile COBJS-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o COBJS-$(CONFIG_ATMEL_LCD) += atmel_lcdfb.o +COBJS-$(CONFIG_ATMEL_HLCD) +=