Re: [U-Boot-Users] [PATCH v4] Add MIMC200 board

2008-08-19 Thread Mark Jackson
Only just seen this email ... is this okay ? Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> Regards Mark Haavard Skinnemoen wrote: > Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: >> I'll apply this patch and push it upstream during the next merge >> window. N

Re: [U-Boot-Users] [PATCH] Allow console input to be disabled

2008-08-10 Thread Mark Jackson
Wolfgang Denk wrote: > Dear Jerry Van Baren, > > In message <[EMAIL PROTECTED]> you wrote: >> For what it is worth, I'm with Haavard - it seems useful. WRT the >> dangerous part - it's intended use is for debug, so presumably it will > > It may be intended for debug, but it's available there w

[U-Boot-Users] [PATCH v2] Fix bitmap display for atmel lcd controller

2008-08-01 Thread Mark Jackson
is a patch to fix these issues. Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> --- diff --git a/common/lcd.c b/common/lcd.c index eec1f53..e03cff3 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -678,6 +678,7 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y) /* Set col

[U-Boot-Users] [PATCH] Add gzipped logo support

2008-07-31 Thread Mark Jackson
. This patch adds the documented gzip support. Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> --- common/lcd.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index eec1f53..3bbc7ba 100644 --- a/common/lcd.c +++ b/common

[U-Boot-Users] [PATCH] Fix Atmel lcd controller endian for AVR32 processors

2008-07-31 Thread Mark Jackson
The Atmel lcd controller is used on Atmel's AT91 (little endian) and AVR32 (big endian) platforms. As such, the controller can handle both big and little endian memory. This patch fixes the driver for the AVR32 platform. Signed-off-by: Mark Jackson <[EMAIL PROTECTED]> --- dr

[U-Boot-Users] [PATCH] Fix bitmap display for atmel lcd controller

2008-07-30 Thread Mark Jackson
The current lcd_display_bitmap() function does not work properly for the Atmel LCD controller. 2 fixes need to be done:- (a) when setting the colour map, use the lcd_setcolreg() function as provided by the Atmel driver (b) the actual data is never actually written to the lcd framebuffer !! Bel

[U-Boot-Users] [PATCH] Allow console input to be disabled

2008-07-30 Thread Mark Jackson
Added CONFIG_SILENT_CONSOLE_INPUT define. When used (in conjunction with CONFIG_SILENT_CONSOLE) it disables all console input. --- common/console.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/common/console.c b/common/console.c index 1b095b1..ab071e2 1006

[U-Boot-Users] [PATCH v4] Add MIMC200 board

2008-07-30 Thread Mark Jackson
tions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 2b0dab7..5010c78 100644 --- a/CREDITS +++ b/CREDITS @@ -217,6 +217,10 @@ H: Rich Ireland E: [EMAIL PROTECTED] D: FPGA device configuration driver +H: Mark Jackson +E: [EMAIL PROTECTED] +D: Port to MIMC200 board + N: Gary Jennejo

[U-Boot-Users] [PATCH v3] Add MIMC200 board

2008-07-30 Thread Mark Jackson
177 ++ 10 files changed, 519 insertions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 2b0dab7..5010c78 100644 --- a/CREDITS +++ b/CREDITS @@ -217,6 +217,10 @@ H: Rich Ireland E: [EMAIL PROTECTED] D: FPGA device configuration driver +H: Mark Jackson +E: [EMAIL PROTECTED] +D: Po

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-30 Thread Mark Jackson
Scott Wood wrote: > On Tue, Jul 29, 2008 at 09:52:12AM +0100, Mark Jackson wrote: >> I didn't want to use u-boot's "slient boot" options, since they're >> hard-coded at compile time. The only place I could think to this was to >> modify the atmel_u

[U-Boot-Users] On-the-fly suppressing stdin, stdout and stderr

2008-07-29 Thread Mark Jackson
I'd like to know if it's possible to suppress comms to / from stdio, stdout and stderr. I know there's support to suppress the console output (stdout and stderr) using CONFIG_SILENT_CONSOLE and the "silent" env variable, but this isn't particularly dynamic. Our target board has a bitlink which

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Mark Jackson
Haavard Skinnemoen wrote: > Mark Jackson <[EMAIL PROTECTED]> wrote: >> The MIMC200 board is based on Atmel's NGW100 dev kit, >> but with an extra 8MByte FLASH and 128KByte FRAM. > > Do you have a link with some more information about the board? Not at this moment

Re: [U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-29 Thread Mark Jackson
Ben Warren wrote: > C++ style comments are not allowed. Please fix them all. > > > Okay. > > The prototype is: > > int board_eth_init(bd_t *); > > You'll need to return 0 if you can't get anything useful from > macb_eth_initialize(); > > > Okay. > > It's frowned upon to conditionally compi

[U-Boot-Users] [PATCH] Add MIMC200 board - now uses board_eth_init()

2008-07-28 Thread Mark Jackson
17,10 @@ H: Rich Ireland E: [EMAIL PROTECTED] D: FPGA device configuration driver +H: Mark Jackson +E: [EMAIL PROTECTED] +D: Port to MIMC200 board + N: Gary Jennejohn E: [EMAIL PROTECTED], [EMAIL PROTECTED] D: Support for Samsung ARM920T S3C2400X, ARM920T "TRAB" diff --git a/MAINTAINER

[U-Boot-Users] [PATCH] [resent] Add MIMC200 board

2008-07-28 Thread Mark Jackson
files changed, 563 insertions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 2b0dab7..5010c78 100644 --- a/CREDITS +++ b/CREDITS @@ -217,6 +217,10 @@ H: Rich Ireland E: [EMAIL PROTECTED] D: FPGA device configuration driver +H: Mark Jackson +E: [EMAIL PROTECTED] +D: Port to MIMC200 boar

[U-Boot-Users] [PATCH] Add MIMC200 board

2008-07-28 Thread Mark Jackson
+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 2b0dab7..5010c78 100644 --- a/CREDITS +++ b/CREDITS @@ -217,6 +217,10 @@ H: Rich Ireland E: [EMAIL PROTECTED] D: FPGA device configuration driver +H: Mark Jackson +E: [EMAIL PROTECTED] +D: Port to MIMC200 board + N: Gary Jennejohn E: [