[U-Boot] u-boot for ixp425

Hi to all,
I'd like to use u-boot lo load small applications program on a board based on IXP425. My customer has used redboot to load linux over this board and now He asked to me to write some applications to test the hardware. I tought to use u-boot because I have no knowledge on redboot and because I have already used u-boot over ixp425 few years ago. Moreover I knew that quite recently, some improvements have been made on u-boot to avoid the use of Intel APIs. Now I don't know if this activity has been completely carried out and allows the use of both eth interfaces which are provided by the uP. Can anybody suggest me where can I find some further info on the status of u-boot on ixp425?
Many thanks in advance
Gianfranco

Hi Ing.G.Morandi (Portatile) wrote:
Hi to all,
I'd like to use u-boot lo load small applications program on a board based on IXP425. My customer has used redboot to load linux over this board and now He asked to me to write some applications to test the hardware. I tought to use u-boot because I have no knowledge on redboot and because I have already used u-boot over ixp425 few years ago. Moreover I knew that quite recently, some improvements have been made on u-boot to avoid the use of Intel APIs.
I have done some work on ixp465. I think that u-boot for ixp425 supports:
- initialization - ethernet ( if you include firmware ) - flash device. I have used cfi for the ixp465
Regards Michael

Hi
Moreover I knew that quite recently, some improvements have been made on u-boot to avoid the use of Intel APIs. Now I don't know if this activity has been completely carried out and allows the use of both eth interfaces which are provided by the uP. Can anybody suggest me where can I find some further info on the status of u-boot on ixp425?
We have u-boot running on a ixp425 board (pdnb3), without the intel stuff. The npe binaries are stored seperated in flash, and loaded by u-boot. All the code is now gplv2.
We tried to get these 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 unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments.

On 21:18 Fri 12 Sep , Martijn de Gouw wrote:
Hi
Moreover I knew that quite recently, some improvements have been made on u-boot to avoid the use of Intel APIs. Now I don't know if this activity has been completely carried out and allows the use of both eth interfaces which are provided by the uP. Can anybody suggest me where can I find some further info on the status of u-boot on ixp425?
We have u-boot running on a ixp425 board (pdnb3), without the intel stuff. The npe binaries are stored seperated in flash, and loaded by u-boot. All the code is now gplv2.
We tried to get these patches in u-boot, but they where not accepted.
Maybe you want to take a look at our patches.
It's already the case
Best Regards, J.

Dear Martijn,
in message 4CD35CD1F8085945B597F80EEC8942130192DEAD@exc01.bk.prodrive.nl you wrote:
We tried to get these patches in u-boot, but they where not accepted.
"Were not accepted" is not quite correct. The patches you sent did not apply to the source tree and were somehow corrupted; also you failed to respond to the review comments. See http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/28148/focus=28409 and http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/29027
Best regards,
Wolfgang Denk

Martijn,
On Fri, Sep 12, 2008 at 8:18 PM, Martijn de Gouw martijn.de.gouw@prodrive.nl wrote:
We have u-boot running on a ixp425 board (pdnb3), without the intel stuff. The npe binaries are stored seperated in flash, and loaded by u-boot. All the code is now gplv2.
We tried to get these patches in u-boot, but they where not accepted.
Maybe you want to take a look at our patches.
I would like to, with the purpose of refitting them into u-boot in case you have no time to do so.
Regards,

On 23:28 Tue 02 Dec , Leon Woestenberg wrote:
Martijn,
On Fri, Sep 12, 2008 at 8:18 PM, Martijn de Gouw martijn.de.gouw@prodrive.nl wrote:
We have u-boot running on a ixp425 board (pdnb3), without the intel stuff. The npe binaries are stored seperated in flash, and loaded by u-boot. All the code is now gplv2.
We tried to get these patches in u-boot, but they where not accepted.
Maybe you want to take a look at our patches.
I would like to, with the purpose of refitting them into u-boot in case you have no time to do so.
please take a look in the current code also because it's already allow you to do this
Best Regards, J.
participants (6)
-
Ing.G.Morandi (Portatile)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Leon Woestenberg
-
Martijn de Gouw
-
michael
-
Wolfgang Denk