Re: [U-Boot-Users] i2c_reg_read() on 8xx

2008-10-23 Thread Gary Jennejohn
of RAM. So it would appear that most scenarios are already covered for 8xx. How it looks for other architectures I can't say. --- Gary Jennejohn * DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel H

[U-Boot-Users] Multiplexing console input

2008-08-28 Thread Gary Jennejohn
s, is there anyone who _really_ understands how console input works? I don't really want to have to re-write large parts of u-boot for this. --- Gary Jennejohn * DENX Software Engineering GmbH, MD: Wolfgang Denk & Det

Re: [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4

2008-06-24 Thread Gary Jennejohn
this : > Uncompressing > Linux.. > done, booting the kernel. > > Nothing shows up after this. > The modified U-Boot version is "U-Boot 1.1.4". > > Could somebody help. > Thanks in advance > Do you h

Re: [U-Boot-Users] [PATCH] Modifications to video-related files for RRvision.

2008-06-24 Thread Gary Jennejohn
On Tue, 24 Jun 2008 14:14:23 +0200 Rodolfo Giometti <[EMAIL PROTECTED]> wrote: > On Mon, Jun 23, 2008 at 04:54:38PM +0200, Gary Jennejohn wrote: > > > > Note that the LOGO_X/LOG_Y macros are defined in RRvision.h to center > > the logo on the screen and might

[U-Boot-Users] [PATCH resend] Update the RRvision port.

2008-06-23 Thread Gary Jennejohn
Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- Makefile | 124 - board/RRvision/Makefile |4 +- board/RRvision/RRvision.c|9 +- cpu/mpc8xx/cpu_init.c|4 +- cpu/mpc8xx/fec.c |8 ++ include/c

[U-Boot-Users] [PATCH] RRvision now uses the CFI driver so board/RRvision/flash.c gets deleted.

2008-06-23 Thread Gary Jennejohn
Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- board/RRvision/flash.c | 522 1 files changed, 0 insertions(+), 522 deletions(-) delete mode 100644 board/RRvision/flash.c diff --git a/board/RRvision/flash.c b/board/RRvision/f

Re: [U-Boot-Users] [PATCH 2/2] Update the RRvision port to a modern version of u-boot.

2008-06-23 Thread Gary Jennejohn
e are indented using TABS. I merely followed the existing formatting (4 spaces). --- Gary Jennejohn * DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebe

[U-Boot-Users] [PATCH] Modifications to video-related files for RRvision.

2008-06-23 Thread Gary Jennejohn
Note that the LOGO_X/LOG_Y macros are defined in RRvision.h to center the logo on the screen and might be useful for other boards. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- common/lcd.c |9 +++- cpu/mpc8xx/lcd.c

Re: [U-Boot-Users] [PATCH 2/2] Update the RRvision port to a modern version of u-boot.

2008-06-20 Thread Gary Jennejohn
> There's no history in git. Almost all the changes come from a tree which the customer maintained locally. But I'll remove this and other customer-hacks anyway. --- Gary Jennejohn * DENX Software Engineering GmbH,

Re: [U-Boot-Users] [PATCH 2/2] Update the RRvision port to a modern version of u-boot.

2008-06-19 Thread Gary Jennejohn
is is a reminder from the customer to himself; that's why I left it there. I have no idea how to correct it. However, I'll remove it if you consider it to be inappropriate. --- Gary Jennejohn * DENX Software Engineeri

[U-Boot-Users] [PATCH] Add another logo for RRvision.

2008-06-19 Thread Gary Jennejohn
I wasn't sure how big this and the other logo would be, so I split up the commits. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- tools/logos/linux_logo_ttcontrol_palfin.bmp | Bin 0 -> 20534 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 1006

[U-Boot-Users] [PATCH] Add a logo for RRvision.

2008-06-19 Thread Gary Jennejohn
I wasn't sure how big this and the other logo would be, so I split up the commits. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- tools/logos/linux_logo_ttcontrol.bmp | Bin 0 -> 11830 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 1006

[U-Boot-Users] [PATCH 2/2] Update the RRvision port to a modern version of u-boot.

2008-06-19 Thread Gary Jennejohn
The port now uses the CFI-driver so board/RRvision/flash.c has been removed. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- Makefile | 385 +++ board/RRvision/Makefile |4 +- board/RRvision/RRvision.c|9 +- board/RR

[U-Boot-Users] [PATCH 1/2] Update the RRvision port to a modern version of u-boot.

2008-06-19 Thread Gary Jennejohn
The port now uses the CFI-driver so board/RRvision/flash.c has been removed. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- Makefile | 385 +++ board/RRvision/Makefile |4 +- board/RRvision/RRvision.c|9 +- board/RR

Re: [U-Boot-Users] problem with upgrading u-boot version

2008-05-22 Thread Gary Jennejohn
and_init_chip': > /home/stuart/ArmLinux/u-boot_git/drivers/mtd/nand/nand.c:50: undefined > reference to `board_nand_init' > make: *** [u-boot] Error 1 > How big is your nand.o? Do you have an ifdef in the file which is not defined and perhaps preventing the code from being co

[U-Boot-Users] [PATCH] QUAD100HD: Allow the environment to be put into flash.

2008-05-14 Thread Gary Jennejohn
After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also use a redundant environment. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- include/configs/quad100hd.h | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/configs/quad1

[U-Boot-Users] [PATCH V3] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-28 Thread Gary Jennejohn
Handle the last round of comments from Stefan in this third (V3) patch. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/quad100hd/Makefile| 51

Re: [U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-28 Thread Gary Jennejohn
nd I > > see no technical reason to change these values with which the customer > > is obviously satisfied. > > The reason to change this is that it makes maintenance in the future > much easier. > Well, OK. If it makes everyone happy and I can _finally_ get these patches into

Re: [U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-28 Thread Gary Jennejohn
orm to the Linux kernel coding style; see the file "Documentation/CodingStyle" and the script "scripts/Lindent" in your Linux kernel source directory. In sources originating from U-Boot a style corresponding to "Lindent -pcs" (adding spaces before parameters to

Re: [U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-28 Thread Gary Jennejohn
On Sun, 27 Apr 2008 14:01:45 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Saturday 26 April 2008, Gary Jennejohn wrote: > > > > +#define CFG_MONITOR_LEN(256 * 1024)/* Reserve 256 > > > > kB for Monitor */ > > > >

Re: [U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-26 Thread Gary Jennejohn
+#define CFG_FLASH_WORD_SIZEunsigned short > > +#define CFG_FLASH_ADDR00x0555 > > +#define CFG_FLASH_ADDR10x02aa > > +#define FLASH_BASE0_PRELIM CFG_FLASH_BASE /* FLASH bank #0*/ > > till here. These defines are most likely not needed

[U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-25 Thread Gary Jennejohn
Handle Stefan's comments. This has the added benefit of making the patch considerably smaller. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/quad100

Re: [U-Boot-Users] [PATCH 2/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-25 Thread Gary Jennejohn
THADDR set in PPCBoot. I added CONFIG_ETH1ADDR analog to that, since I have CONFIG_NET_MULTI defined in quad100hd.h. I personally don't care either way and have no problem with removing them. Don't know what the customer would have to say about that. --- Gary Jennejohn ***

Re: [U-Boot-Users] [PATCH 1/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-24 Thread Gary Jennejohn
On Thu, 24 Apr 2008 08:02:46 +0200 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Thursday 24 April 2008, Heiko Schocher wrote: > > > Add the Harris QUAD100HD AMCC 405EP-based board. > > > > > > Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> > >

[U-Boot-Users] [PATCH 2/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-23 Thread Gary Jennejohn
Add the Harris QUAD100HD AMCC 405EP-based board. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- diff --git a/board/quad100hd/nand.c b/board/quad100hd/nand.c new file mode 100644 index 000..964dd4b --- /dev/null +++ b/board/quad100hd/nand.c @@ -0,0 +1,156 @@ +/* + * (C) Copyrigh

[U-Boot-Users] [PATCH 1/2] Add the Harris QUAD100HD AMCC 405EP-based board.

2008-04-23 Thread Gary Jennejohn
Add the Harris QUAD100HD AMCC 405EP-based board. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/quad100hd/Makefile| 51 ++ board/quad100hd/config.mk