[U-Boot-Users] U-Boot-1.1.0 released

Hello everybody,
U-Boot version 1.1.0 has been released.
====================================================================== Major new features in U-Boot 1.1.0: ======================================================================
* New processors: Coldfire, IBM 440GX, NET+50, NEC VR4131, NIOS, S3C44B0
* New boards: ARM: B2, Integrator AP, Integrator CP, NS9750, OMAP1610 Innovator, PB926EJ-S, SX1, XM250 NET+50: ModNET50 NIOS: ADNP/ESC1, DK-1S10, DK-1C20 PPC: CSB272, eXalion, KUP4X, ML300, Ocotea, PM520, PM828 MIPS: TB0229 (VR4131)
* New features: - Reiserfs support - Gigabit Ethernet support for 440GX - USB Console support - PS/2 keyboard support - IDE and USB support for MPC5200 - IDE LBA48 support - NFS boot support - "itest" command - variable CPU clock on MPC859/866 family systems
And of course lots of other extensions and fixes.
Special thanks to everybody who contributed code, fixes, comments or critique and thius helped to make U-Boot a great project.
Best regards,
Wolfgang Denk

Hello folks,
just updated from u-boot-1.0.2 to u-boot-1.1.0 and found out that initrd Images now now use the deprecated ATAG_INITRD tag instead of the former ATAG_INITRD2 (changed in lib_arm/armlinux.c Rev. 1.10).
Has this been done on purpose?
Bye,

I have done the porting from 1.0.0 to 1.1.0 of my board MPC8266 based without problem (only recompiling), but I have a problem. When u-boot starts, don't initialize machine A/B/C, so I can't access to I/O (the first effect is that don't enable eth PHY). BR/OR are correct. I have not changed define in my config file.
Someone can tell me why this happen ?? There is some define that will be changed from 1.0.0 to 1.1.0 ??
Thanks. Enzo

Hi everybody,
Has someone here used MPMPC5 and BDBDI00 successfully? I'm developing a board with this processor and trying to port U-Boot 1.1.0 for it, but I'm having problems when trying to use AbAbatronDBDI00. I can't access even I/O ports, SDSDRAMr Flash Memory. I get error message like "# PPPPCinterrupt indication received (may be bus error)", etc).
I have also isolated the memory, leaving just the 885 and i/o (leledsips), but the messages persists. I'm suspecting the BDBDInterface with this new family of Motorola processors has changed from MPMPC5/860.
Someone knows something about that?
Thanks all,
Bruno
______________________________________________________________________
Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: http://br.yahoo.com/info/mail.html

Hi,
I'm sorry: my early message has sent with some errors. I re-send it now.
Thanks all,
Bruno
------
Hi everybody,
Has someone here used MPC885 and BDI2000 successfully? I'm developing a board with this processor and trying to port U-Boot 1.1.0 for it, but I'm having problems when trying to use Abatron BDI2000. I can't access even MPC's I/O ports, SDRAM or Flash Memory. I get error message like "# PPC: interrupt indication received (may be bus error)", etc).
I have also isolated the hardware memory, leaving just the 885 and i/o (leds/dips), but the messages persists. I'm suspecting the BDI interface with this new family of Motorola processors has changed from MPC855/860.
Someone knows something about that?
Thanks all,
Bruno
______________________________________________________________________
Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: http://br.yahoo.com/info/mail.html

In message 20040414181037.75696.qmail@web61308.mail.yahoo.com you wrote:
I have also isolated the hardware memory, leaving just the 885 and i/o (leds/dips), but the messages persists. I'm suspecting the BDI interface with this new family of Motorola processors has changed from MPC855/860.
I don't think so, and my speculation is more of an incorrect BDI2000 config file. But I may be wrong.
I recommend to contact the excellent Abatron support.
Best regards,
Wolfgang Denk

Bruno wrote:
Hi everybody,
Has someone here used MPMPC5 and BDBDI00 successfully? I'm developing a board with this processor and trying to port U-Boot 1.1.0 for it, but I'm having problems when trying to use AbAbatronDBDI00. I can't access even I/O ports, SDSDRAMr Flash Memory. I get error message like "# PPPPCinterrupt indication received (may be bus error)", etc).
I have also isolated the memory, leaving just the 885 and i/o (leledsips), but the messages persists. I'm suspecting the BDBDInterface with this new family of Motorola processors has changed from MPMPC5/860.
Someone knows something about that?
I'm using a BDI2000 with MPC885/MPC875 with no problems. But I'm not doing any fancy initializations at all. Only the most basic stuff to be able to program the onboard flash and from there u-boot takes over.
Thanks all,
Bruno
Regards
Pantelis

On Wed, Apr 14, 2004 at 10:43:23AM +0200, Markus Pietrek wrote:
Hello folks,
just updated from u-boot-1.0.2 to u-boot-1.1.0 and found out that initrd Images now now use the deprecated ATAG_INITRD tag instead of the former ATAG_INITRD2 (changed in lib_arm/armlinux.c Rev. 1.10).
Has this been done on purpose?
Seems it slipped in by accident. It appears as if this change came from the B2 board port update. But I can't tell where it came from for sure. In any case, it's wrong and should be reverted.
Wanna submit a patch? : )
-- Regards, George
Bye,
Markus Pietrek Kueferstrasse 8, D-79206 Breisach, Germany FS Forth-Systeme GmbH Phone: +49 (7667) 908 145, FAX +49 (7667) 908 245
This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

On Wed, Apr 14, 2004 at 04:57:12PM +0200, Markus Pietrek wrote:
Hi George,
Wanna submit a patch? : )
Try this.
That works for me. I tested your patch on an TI Innovator/OMAP1510. The fix is of course obvious in any case.
Thanks!
-- Regards, George
Bye,
-- Markus Pietrek Kueferstrasse 8, D-79206 Breisach, Germany FS Forth-Systeme GmbH Phone: +49 (7667) 908 145, FAX +49 (7667) 908 245

In message 200404141657.13033.maillist@fsforth.de you wrote:
Wanna submit a patch? : )
Try this.
I'd _really_ appreciate a more descriptive CHANGELOG entry :-( :-(
Added.
Best regards,
Wolfgang Denk
participants (6)
-
Bruno
-
Figini Enzo
-
George G. Davis
-
Markus Pietrek
-
Pantelis Antoniou
-
Wolfgang Denk