Re: [U-Boot] Using U-boot on the IXP432

2009-01-13 Thread Martijn de Gouw
Hi, > > I have been using a board with and IXP432 for about a year > now, starting > > with Redboot > > but running in big endian mode. > > I am now looking at using u-boot for network booting but I > would like to > > run it in little endian mode. > > Before I get stuck into to porting the co

[U-Boot] resent: [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Martijn de Gouw
And ofcourse, that went wrong. sign-off line is incorrect. Add autodetection of nr of banks and total sdram size for ixp processor tested on ixpdg425 and pdnb3 board. Signed-off-by: martijn de gouw <[EMAIL PROTECTED]> --- board/prodrive/pdnb3/pdnb3.c | 31 +- cpu/ixp/s

[U-Boot] [PATCH] added autodetect of sdram size and nr of banks for ixp

2008-09-13 Thread Martijn de Gouw
Add autodetection of nr of banks and total sdram size tested on ixpdg425 and pdnb3 board. Signed-off-by: martijn de gouw <[EMAIL PROTECTED]> --- board/prodrive/pdnb3/pdnb3.c | 31 +- cpu/ixp/start.S | 95 ++ include/c

Re: [U-Boot] u-boot for ixp425

2008-09-12 Thread Martijn de Gouw
hese patches in u-boot, but they where not accepted. Maybe you want to take a look at our patches. Regards, Martijn de Gouw Disclaimer: The information contained in this email, including any attachments is confidential and is for the sole use of the intended recipient(s). Any unauthor

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-11 Thread Martijn de Gouw
rite the U-Boot env variables using > fw_setenv and immediately send the IPMI command to switch the > boot bank. This is a flaw in the IPMI software implementation, the IPMI controller should only switch banks when the payload power is off. Regards, Martijn de Gouw Disclaimer: The informat