[U-Boot-Users] [PATCH] New board support for the Xilinx ML300 platform

At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
The CHANGELOG entry is attached to this email.
Please apply the patch to the repository.
Thanks and with best regards, - Peter
* Patch by Peter Ryser, 20 Feb 2004: Add support for the Xilinx ML300 platform (http://www.xilinx.com/ml300).

In message 4037B5A5.3030407@lucent.com you wrote:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000">
Please do not send HTML messages.
Please send plain text only.
Message unreadable, ignored. Sorry.
Wolfgang Denk

Wolfgang et al.,
here is the relevant message in plain text:
At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
The CHANGELOG entry follows further down.
Please apply the patch to the repository.
Thanks and with best regards, - Peter
CHANGELOG entry:
* Patch by Peter Ryser, 20 Feb 2004: Add support for the Xilinx ML300 platform (http://www.xilinx.com/ml300).
Wolfgang Denk wrote:
In message 4037B5A5.3030407@lucent.com you wrote:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000">
Please do not send HTML messages.
Please send plain text only.
Message unreadable, ignored. Sorry.
Wolfgang Denk

Mike,
the patch applies cleanly against the latest CVS kernel tree. After checking out the CVS tree from sourceforge (see http://sourceforge.net/cvs/?group_id=65938 for instructions, use u-boot as modulename) change into the root directory of U-Boot and do: $ gzip -cd ml300.patch.gz | patch -p1 -F0 --dry-run
If that goes well remove --dry-run to really apply the patch.
- Peter
Mike Welliington wrote:
Great! - I've been working on a port of PPCBoot to the ML300, but got yanked off to work on our kernel port, which we are booting without a bootloader for the time being. But I knew I was going to have to come back and finish the port anyway - you just saved me.
I'm new to U-Boot so:
Is this patch intended to be applied to U-Boot 1.0.0 ?
Where can I find out how to apply the patch?
Best Regards,
-mike wellington wellington@lucent.com Denver, Colorado, USA
Peter Ryser wrote:
At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
The CHANGELOG entry is attached to this email.
Please apply the patch to the repository.
Thanks and with best regards,
- Peter
- Patch by Peter Ryser, 20 Feb 2004:
Add support for the Xilinx ML300 platform (http://www.xilinx.com/ml300).
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Peter- Thanks. I had already applied the patch incorrectly and mangled my build tree. But I re-un-hacked it and I am now building u-boot for the ML300. I have downloaded it and it is running right now. If I start having unexplainable problems I'll start fresh with the latest top-of-tree and re-apply the patch according to your instructions.
All I need to do is to figure out how to set the ethernet address (no help needed here) and download my kernel which is already built.
I may be gone for an hour or two - getting hungry, may walk over to CB & Potts for dinner but I'll be back.
Thanks a million!
-mike
Peter Ryser wrote:
Mike,
the patch applies cleanly against the latest CVS kernel tree. After checking out the CVS tree from sourceforge (see http://sourceforge.net/cvs/?group_id=65938 for instructions, use u-boot as modulename) change into the root directory of U-Boot and do: $ gzip -cd ml300.patch.gz | patch -p1 -F0 --dry-run
If that goes well remove --dry-run to really apply the patch.
- Peter
Mike Welliington wrote:
Great! - I've been working on a port of PPCBoot to the ML300, but got yanked off to work on our kernel port, which we are booting without a bootloader for the time being. But I knew I was going to have to come back and finish the port anyway - you just saved me.
I'm new to U-Boot so:
Is this patch intended to be applied to U-Boot 1.0.0 ?
Where can I find out how to apply the patch?
Best Regards,
-mike wellington wellington@lucent.com Denver, Colorado, USA
Peter Ryser wrote:
At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
The CHANGELOG entry is attached to this email.
Please apply the patch to the repository.
Thanks and with best regards,
- Peter
- Patch by Peter Ryser, 20 Feb 2004:
Add support for the Xilinx ML300 platform (http://www.xilinx.com/ml300).
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Mike Welliington wrote:
Great! - I've been working on a port of PPCBoot to the ML300, but got yanked off to work on our kernel port, which we are booting without a bootloader for the time being. But I knew I was going to have to come back and finish the port anyway - you just saved me.
I'm new to U-Boot so:
Is this patch intended to be applied to U-Boot 1.0.0 ?
Where can I find out how to apply the patch?
Best Regards,
-mike wellington wellington@lucent.com Denver, Colorado, USA
Peter Ryser wrote:
At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
The CHANGELOG entry is attached to this email.
Please apply the patch to the repository.
Thanks and with best regards,
- Peter
- Patch by Peter Ryser, 20 Feb 2004:
Add support for the Xilinx ML300 platform (http://www.xilinx.com/ml300).
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

In message 40391DC8.5080506@lucent.com you wrote:
Great! - I've been working on a port of PPCBoot to the ML300, but got yanked off to work on our kernel port, which we are booting without a bootloader for the time being. But I knew I was going to have to come back and finish the port anyway - you just saved me.
I'm new to U-Boot so:
- Is this patch intended to be applied to U-Boot 1.0.0 ?
No, more likely to a recent version like 1.0.2 or top-of-tree.
- Where can I find out how to apply the patch?
Type: "man patch".
Best regards,
Wolfgang Denk

In message 40392B34.5060409@lucent.com you wrote:
How do I get the top-of-tree?
"cvs checkout" ? See http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html
Best regards,
Wolfgang Denk

Never mind. I found the 1.0.2 tar ball. Downloading now...
-mike w..
Mike Wellington wrote:
How do I get the top-of-tree?
-mike
Wolfgang Denk wrote:
No, more likely to a recent version like 1.0.2 or top-of-tree.
SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

In message 4039307A.5070809@lucent.com you wrote:
Never mind. I found the 1.0.2 tar ball. Downloading now...
You should learn to use CVS nevertheless.
Best regards,
Wolfgang Denk

In message 4036B92C.4040507@xilinx.com you wrote:
At ftp://customer:xilinx@ftp.xilinx.com/upload/ml300.patch.gz find a patch that adds support for the Xilinx ML300 platform to U-Boot. Some documentation is provided in doc/README.ml300.
I understand this is the same patch you sent before which got rejected because of the list's attachment size limit?
Can you please verify that the code in CVS is complete and up to date?
Thanks.
Best regards,
Wolfgang Denk

I understand this is the same patch you sent before which got rejected because of the list's attachment size limit?
Yes, that's correct.
Can you please verify that the code in CVS is complete and up to date?
I just did an update as well as a complete checkout and cannot (yet?) see the code. I will try again later.
- Peter

Dear Peter,
in message 403A9E59.8000201@xilinx.com you wrote:
I understand this is the same patch you sent before which got rejected because of the list's attachment size limit?
Yes, that's correct.
Thanks for the confirmation.
Can you please verify that the code in CVS is complete and up to date?
I just did an update as well as a complete checkout and cannot (yet?) see the code. I will try again later.
Please do. Updates and access to SourceForge's anonymous server is always awfully slow.
Best regards,
Wolfgang Denk

Hi Wolfgang,
the code for the Xilinx ML300 checks out, compiles, and works as expected.
Thanks, - Peter
I just did an update as well as a complete checkout and cannot (yet?) see the code. I will try again later.
Please do. Updates and access to SourceForge's anonymous server is always awfully slow.
Best regards,
Wolfgang Denk
participants (4)
-
Mike Welliington
-
Mike Wellington
-
Peter Ryser
-
Wolfgang Denk