[U-Boot-Users] [PATCH] au1x00 LCD support

Hello,
here a patch to add LCD support to au1x00 CPUs.
Ciao,
Rodolfo

On Wed, Jul 12, 2006 at 11:13:01AM +0200, Rodolfo Giometti wrote:
Hello,
here a patch to add LCD support to au1x00 CPUs.
Sorry, I just noticed that I should remove some debugging code...
diff --git a/cpu/mips/au1x00_fb.c b/cpu/mips/au1x00_fb.c index b007683..483df45 100644 --- a/cpu/mips/au1x00_fb.c +++ b/cpu/mips/au1x00_fb.c @@ -178,18 +178,6 @@ #endif debug("LCD_PWMDIV: %x\n", au_readl(LCD_PWMDIV)); debug("LCD_PWMHI: %x\n", au_readl(LCD_PWMHI));
- printf("LCD_CONTROL: %x\n", au_readl(LCD_CONTROL)); - printf("LCD_INTSTATUS: %x\n", au_readl(LCD_INTSTATUS)); - printf("LCD_INTENABLE: %x\n", au_readl(LCD_INTENABLE)); - printf("LCD_HORZTIMING: %x\n", au_readl(LCD_HORZTIMING)); - printf("LCD_VERTTIMING: %x\n", au_readl(LCD_VERTTIMING)); - printf("LCD_CLKCONTROL: %x\n", au_readl(LCD_CLKCONTROL)); - printf("LCD_DMAADDR0: %x\n", au_readl(LCD_DMAADDR0)); - printf("LCD_DMAADDR1: %x\n", au_readl(LCD_DMAADDR1)); - printf("LCD_WORDS: %x\n", au_readl(LCD_WORDS)); - printf("LCD_PWMDIV: %x\n", au_readl(LCD_PWMDIV)); - printf("LCD_PWMHI: %x\n", au_readl(LCD_PWMHI)); - return 0; }
Ciao,
Rodolfo

In message 20060712091934.GA6334@gundam.enneenne.com you wrote:
Sorry, I just noticed that I should remove some debugging code...
diff --git a/cpu/mips/au1x00_fb.c b/cpu/mips/au1x00_fb.c index b007683..483df45 100644 --- a/cpu/mips/au1x00_fb.c +++ b/cpu/mips/au1x00_fb.c @@ -178,18 +178,6 @@ #endif debug("LCD_PWMDIV: %x\n", au_readl(LCD_PWMDIV)); debug("LCD_PWMHI: %x\n", au_readl(LCD_PWMHI));
So what's that? DO you think I will manually unindent your posting? I won't. Please repost your original patch after cleaning it up.
Thanks.
Wolfgang Denk

On Wed, Jul 12, 2006 at 07:48:47PM +0200, Wolfgang Denk wrote:
So what's that? DO you think I will manually unindent your posting? I won't. Please repost your original patch after cleaning it up.
CHANGELOG:
LCD support for au1x00 CPUs.
NOTE:
Tested on a AU1100 based board.
Signed-off-by: Rodolfo Giometti giometti@linux.it
Ciao,
Rodolfo
participants (2)
-
Rodolfo Giometti
-
Wolfgang Denk