public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] U-Boot-1.1.0 released
@ 2004-04-10 22:39 Wolfgang Denk
  2004-04-14  8:43 ` Markus Pietrek
  0 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Denk @ 2004-04-10 22:39 UTC (permalink / raw)
  To: u-boot

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

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
I'm a programmer: I don't buy software, I write it.
                                                  -- Tom Christiansen

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-10 22:39 [U-Boot-Users] U-Boot-1.1.0 released Wolfgang Denk
@ 2004-04-14  8:43 ` Markus Pietrek
  2004-04-14  9:58   ` Figini Enzo
  2004-04-14 13:34   ` [U-Boot-Users] U-Boot-1.1.0 released George G. Davis
  0 siblings, 2 replies; 11+ messages in thread
From: Markus Pietrek @ 2004-04-14  8:43 UTC (permalink / raw)
  To: u-boot

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,
-- 
Markus Pietrek
Kueferstrasse 8, D-79206 Breisach, Germany
FS Forth-Systeme GmbH
Phone: +49 (7667) 908 145,  FAX +49 (7667) 908 245

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-14  8:43 ` Markus Pietrek
@ 2004-04-14  9:58   ` Figini Enzo
  2004-04-14 16:45     ` [U-Boot-Users] MPC885 and BDI2000 Bruno
  2004-04-14 13:34   ` [U-Boot-Users] U-Boot-1.1.0 released George G. Davis
  1 sibling, 1 reply; 11+ messages in thread
From: Figini Enzo @ 2004-04-14  9:58 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-14  8:43 ` Markus Pietrek
  2004-04-14  9:58   ` Figini Enzo
@ 2004-04-14 13:34   ` George G. Davis
  2004-04-14 14:57     ` Markus Pietrek
  1 sibling, 1 reply; 11+ messages in thread
From: George G. Davis @ 2004-04-14 13:34 UTC (permalink / raw)
  To: u-boot

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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-14 13:34   ` [U-Boot-Users] U-Boot-1.1.0 released George G. Davis
@ 2004-04-14 14:57     ` Markus Pietrek
  2004-04-15 16:16       ` George G. Davis
  2004-04-18 22:22       ` Wolfgang Denk
  0 siblings, 2 replies; 11+ messages in thread
From: Markus Pietrek @ 2004-04-14 14:57 UTC (permalink / raw)
  To: u-boot

Hi George,

> Wanna submit a patch?  : )

Try this.

Bye,

-- 
Markus Pietrek
Kueferstrasse 8, D-79206 Breisach, Germany
FS Forth-Systeme GmbH
Phone: +49 (7667) 908 145,  FAX +49 (7667) 908 245
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.gz
Type: application/x-gzip
Size: 304 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040414/b2138a2a/attachment.bin 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] MPC885 and BDI2000
  2004-04-14  9:58   ` Figini Enzo
@ 2004-04-14 16:45     ` Bruno
  2004-04-14 18:10       ` [U-Boot-Users] MPC885 and Abatron BDI2000 Bruno
  2004-04-15  7:28       ` [U-Boot-Users] MPC885 and BDI2000 Pantelis Antoniou
  0 siblings, 2 replies; 11+ messages in thread
From: Bruno @ 2004-04-14 16:45 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] MPC885 and Abatron BDI2000
  2004-04-14 16:45     ` [U-Boot-Users] MPC885 and BDI2000 Bruno
@ 2004-04-14 18:10       ` Bruno
  2004-04-14 18:33         ` Wolfgang Denk
  2004-04-15  7:28       ` [U-Boot-Users] MPC885 and BDI2000 Pantelis Antoniou
  1 sibling, 1 reply; 11+ messages in thread
From: Bruno @ 2004-04-14 18:10 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] MPC885 and Abatron BDI2000
  2004-04-14 18:10       ` [U-Boot-Users] MPC885 and Abatron BDI2000 Bruno
@ 2004-04-14 18:33         ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2004-04-14 18:33 UTC (permalink / raw)
  To: u-boot

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

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Don't tell me how hard you work.  Tell me how much you get done.
                                                     -- James J. Ling

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] MPC885 and BDI2000
  2004-04-14 16:45     ` [U-Boot-Users] MPC885 and BDI2000 Bruno
  2004-04-14 18:10       ` [U-Boot-Users] MPC885 and Abatron BDI2000 Bruno
@ 2004-04-15  7:28       ` Pantelis Antoniou
  1 sibling, 0 replies; 11+ messages in thread
From: Pantelis Antoniou @ 2004-04-15  7:28 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-14 14:57     ` Markus Pietrek
@ 2004-04-15 16:16       ` George G. Davis
  2004-04-18 22:22       ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: George G. Davis @ 2004-04-15 16:16 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot-Users] U-Boot-1.1.0 released
  2004-04-14 14:57     ` Markus Pietrek
  2004-04-15 16:16       ` George G. Davis
@ 2004-04-18 22:22       ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2004-04-18 22:22 UTC (permalink / raw)
  To: u-boot

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

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"Summit meetings tend to be like panda matings. The expectations  are
always high, and the results usually disappointing."   - Robert Orben

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2004-04-18 22:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-10 22:39 [U-Boot-Users] U-Boot-1.1.0 released Wolfgang Denk
2004-04-14  8:43 ` Markus Pietrek
2004-04-14  9:58   ` Figini Enzo
2004-04-14 16:45     ` [U-Boot-Users] MPC885 and BDI2000 Bruno
2004-04-14 18:10       ` [U-Boot-Users] MPC885 and Abatron BDI2000 Bruno
2004-04-14 18:33         ` Wolfgang Denk
2004-04-15  7:28       ` [U-Boot-Users] MPC885 and BDI2000 Pantelis Antoniou
2004-04-14 13:34   ` [U-Boot-Users] U-Boot-1.1.0 released George G. Davis
2004-04-14 14:57     ` Markus Pietrek
2004-04-15 16:16       ` George G. Davis
2004-04-18 22:22       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox