public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-12 15:13 David Aldrich
  2003-12-12 18:52 ` nyet at mrv.com
  0 siblings, 1 reply; 15+ messages in thread
From: David Aldrich @ 2003-12-12 15:13 UTC (permalink / raw)
  To: u-boot

Hi Steve

I have another question if you don't mind.  Which hardware bring-up tool
do you use?  Being a Wind River user, we have a Vision Probe II.  I
believe that Wind River has a plan to upgrade this tool for use with
Linux, but I wonder if it is of use as is.  

I also see that Wolfgang Denk favours the BDI2000.

Do you have any comments please?

Best regards

David

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-12 15:15 Steve Gray
  0 siblings, 0 replies; 15+ messages in thread
From: Steve Gray @ 2003-12-12 15:15 UTC (permalink / raw)
  To: u-boot

I using a Vision ice probe II, as that what we had when we used vxWorks.
I used it from an NT workstation just to flash and get the u-boot registers
correct. Once u-boot is running i havnt used the probe.
U-boot has the capability to erase and program flash using serial or
network.
Worked for me.

Regards
	Steve


-----Original Message-----
From: David Aldrich [mailto:david.aldrich at t-modus.nec.co.uk]
Sent: 12 December 2003 15:13
To: 'Steve Gray'
Cc: 'u-boot-users at lists.sourceforge.net'
Subject: RE: [U-Boot-Users] Linux port for MPC855T


Hi Steve

I have another question if you don't mind.  Which hardware bring-up tool
do you use?  Being a Wind River user, we have a Vision Probe II.  I
believe that Wind River has a plan to upgrade this tool for use with
Linux, but I wonder if it is of use as is.  

I also see that Wolfgang Denk favours the BDI2000.

Do you have any comments please?

Best regards

David



Telecom MODUS is an ISO9001/TickIT approved Company.
LRQA Certificate of Approval reference 0965133
************************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL TO WHOM IT IS
ADDRESSED AND CONTAINS INFORMATION THAT IS PRIVATE AND/OR PROPRIETARY.
If the reader of this message is not the intended recipient, or the employee
or agent responsible for delivering the message to the intended recipient,
you are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited.
If you have received this communication in error, please forward the whole
message to admin at t-modus.nec.co.uk
Company Registration No.3493954
Telephone Number +44 (0) 1372 381880
Fax Number +44 (0) 1372 381804
Email general at t-modus.nec.co.uk
************************************************************

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-11 11:57 David Aldrich
  2003-12-11 12:11 ` Udi Finkelstein
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: David Aldrich @ 2003-12-11 11:57 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang

> Nonsense. Of course there are archives. Just look under "Lists".

My remark was not nonsense.  Sourceforge currently states "not yet
archived" for the u-boot users' list.  Perhaps it is a temporary
problem.

> Please send your next posting without such a silly trailer.

Sorry about the silly trailer. It is added automatically by our email
server.  I have requested that this newsgroup be added to the exclusion
list.  Takes a while to organise and test.  Please forgive me if it
appears in this message - if so I will investigate the problem.

Finally, would you like to give a precise definition of the term BSP in
the context of Linux (there seems some uncertainty in this thread about
the term).

Thanks for your reply.

David

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-10 11:35 David Aldrich
  0 siblings, 0 replies; 15+ messages in thread
From: David Aldrich @ 2003-12-10 11:35 UTC (permalink / raw)
  To: u-boot

Hi Steve

Thanks for replying. I will now try to digest this information!

David


Telecom MODUS is an ISO9001/TickIT approved Company.
LRQA Certificate of Approval reference 0965133
************************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL TO WHOM IT IS ADDRESSED AND CONTAINS INFORMATION THAT IS PRIVATE AND/OR PROPRIETARY.
If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please forward the whole message to admin at t-modus.nec.co.uk
Company Registration No.3493954
Telephone Number +44 (0) 1372 381880
Fax Number +44 (0) 1372 381804
Email general at t-modus.nec.co.uk
************************************************************

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-10 11:30 Steve Gray
  2003-12-10 20:31 ` Wolfgang Denk
  0 siblings, 1 reply; 15+ messages in thread
From: Steve Gray @ 2003-12-10 11:30 UTC (permalink / raw)
  To: u-boot

Hi david

from what i have seen so far.
the u-boot applies the upm tables, in the same way maybe your rominit.s did
before ??
the word BSP i think may be confusing in linux terminology. BSP i think is a
windriver term that has been
distorted somewhat. IMHO BSP should stick with vxWorks and bootloader should
be used in the linux field.

The idea of the bootloader "BSP" is to bring sufficent hardware drivers up
to start the RTOS.
So for example the bootloader may need FLASH,SDRAM. To start development you
will need a little more
than that, u may need serial and ethernet, ( you will for u-boot
development)
I guess any other device drivers can be started by the kernel insmod.o, say
if you have other specialist 
devices like a quadfalc in our case. Although i am not that far yet 

Im sure someone out there will comment if i am incorrect or misinformed.

I have Redhat 	9.0
u-boot		1.0.0
eldk			2.1.0 patched  to 2.2.0
linux_2_4_devel 	CVS from denx.de
Have a Vision ICE probe II for programming the inital u-boot.

once u-boot is programmed and working u can use u-boot to tftp a linux
kernel image into RAM
then burn it into flash, the boot from that.
Once you have the kernel in flash u can set u-boot to auto run it.
Much the same way as the windriver BSP menu works.



-----Original Message-----
From: David Aldrich [mailto:david.aldrich at t-modus.nec.co.uk]
Sent: 10 December 2003 11:23
To: 'Steve Gray'
Cc: 'u-boot-users at lists.sourceforge.net'
Subject: RE: [U-Boot-Users] Linux port for MPC855T


Hi Steve

Thanks very much for your reply.

I do not fully understand the roles of the boot loader and the BSP.  In
the normal case, would the UPM be programmed by u-boot, or must the
kernel also be aware of it?

Specifically, when we talk about Linux BSP, are we talking about the
boot loader or the device drivers or both?

Where would I find the UPM table values in the VxWorks BSP?

Sorry, if these are ignorant questions.  I am more of an application
programmer than a BSP programmer.

Finally, which Linux disctribution and hardware bring-up tools are you
using?

Thanks

David



Telecom MODUS is an ISO9001/TickIT approved Company.
LRQA Certificate of Approval reference 0965133
************************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL TO WHOM IT IS
ADDRESSED AND CONTAINS INFORMATION THAT IS PRIVATE AND/OR PROPRIETARY.
If the reader of this message is not the intended recipient, or the employee
or agent responsible for delivering the message to the intended recipient,
you are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited.
If you have received this communication in error, please forward the whole
message to admin at t-modus.nec.co.uk
Company Registration No.3493954
Telephone Number +44 (0) 1372 381880
Fax Number +44 (0) 1372 381804
Email general at t-modus.nec.co.uk
************************************************************

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-10 11:23 David Aldrich
  2003-12-10 20:29 ` Wolfgang Denk
  0 siblings, 1 reply; 15+ messages in thread
From: David Aldrich @ 2003-12-10 11:23 UTC (permalink / raw)
  To: u-boot

Hi Steve

Thanks very much for your reply.

I do not fully understand the roles of the boot loader and the BSP.  In
the normal case, would the UPM be programmed by u-boot, or must the
kernel also be aware of it?

Specifically, when we talk about Linux BSP, are we talking about the
boot loader or the device drivers or both?

Where would I find the UPM table values in the VxWorks BSP?

Sorry, if these are ignorant questions.  I am more of an application
programmer than a BSP programmer.

Finally, which Linux disctribution and hardware bring-up tools are you
using?

Thanks

David



Telecom MODUS is an ISO9001/TickIT approved Company.
LRQA Certificate of Approval reference 0965133
************************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL TO WHOM IT IS ADDRESSED AND CONTAINS INFORMATION THAT IS PRIVATE AND/OR PROPRIETARY.
If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please forward the whole message to admin at t-modus.nec.co.uk
Company Registration No.3493954
Telephone Number +44 (0) 1372 381880
Fax Number +44 (0) 1372 381804
Email general at t-modus.nec.co.uk
************************************************************

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-10 11:12 Steve Gray
  0 siblings, 0 replies; 15+ messages in thread
From: Steve Gray @ 2003-12-10 11:12 UTC (permalink / raw)
  To: u-boot

Hi David
Your doing exactly the same thing that i am doing right now :)
We too are evaluating Linux, but Im trying to evaluate it without any 3rd
party 
costs involed. i.e paying monta vista to do the work for us and not learning
a thing in the process.

We use vxWorks on an 860T, and Im using u-boot to get linux running on it.

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [U-Boot-Users] Linux port for MPC855T
@ 2003-12-10 10:59 David Aldrich
  2003-12-10 20:22 ` Wolfgang Denk
  0 siblings, 1 reply; 15+ messages in thread
From: David Aldrich @ 2003-12-10 10:59 UTC (permalink / raw)
  To: u-boot

Hi

I have newly subscribed to this mailing list.  I notice that neither the
ppcboot nor the uboot lists are presently archived on Sourceforge, so I
cannot see how active the lists are.  I wish to discuss Linux BSPs for
MPC855T.  Is the uboot list appropriate for such discussion?

I am evaluating the use of Embedded Linux on MPC860 PowerPC,
specifically the MPC855T.  I am currently requesting quotations from
Linux suppliers to port Linux to our 855T card.  Currently, we run
VxWorks on this card so a VxWorks BSP is fully tested.  

I know that a major part of the port will be programming the 855T's UPM
(User Programmable Machine) that is responsible for setting up memory
controller, CPU core etc.  I would like advice on how to handle this.

- Should such setup be already available in an open source Linux MPC860
BSP?
- Should I try to make use of our existing BSP?
- Is it reasonable for the supplier to quote for BSP development or
should they be using open source code?

I will be grateful for any advice, as this is a very new area for me.

Best regards

David



Telecom MODUS is an ISO9001/TickIT approved Company.
LRQA Certificate of Approval reference 0965133
************************************************************
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL TO WHOM IT IS ADDRESSED AND CONTAINS INFORMATION THAT IS PRIVATE AND/OR PROPRIETARY.
If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please forward the whole message to admin at t-modus.nec.co.uk
Company Registration No.3493954
Telephone Number +44 (0) 1372 381880
Fax Number +44 (0) 1372 381804
Email general at t-modus.nec.co.uk
************************************************************

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

end of thread, other threads:[~2003-12-12 18:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-12 15:13 [U-Boot-Users] Linux port for MPC855T David Aldrich
2003-12-12 18:52 ` nyet at mrv.com
  -- strict thread matches above, loose matches on Subject: below --
2003-12-12 15:15 Steve Gray
2003-12-11 11:57 David Aldrich
2003-12-11 12:11 ` Udi Finkelstein
2003-12-11 12:21 ` Wolfgang Denk
2003-12-11 14:45 ` Wolfgang Denk
2003-12-10 11:35 David Aldrich
2003-12-10 11:30 Steve Gray
2003-12-10 20:31 ` Wolfgang Denk
2003-12-10 11:23 David Aldrich
2003-12-10 20:29 ` Wolfgang Denk
2003-12-10 11:12 Steve Gray
2003-12-10 10:59 David Aldrich
2003-12-10 20: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