[U-Boot] Board Support for Quantum (Eurotech Ltd)

Hello,
I need U-Boot support for the Quantum Board (XScale PXA270 CPU) from EuroTech Ltd. Does anybody know if it exist a patch for this board? In the U-Boot configs is a patch for a Quantum board, but I think this is for another one.
Thank you,
Andreas
______________________________________________________________
Andreas Geisreiter
Development Department
DH electronics GmbH - Am Anger 8 - 83346 Bergen - Germany
HRB Traunstein 9602 - Ust ID Nr.: DE 174 205 805
Geschäftsführung Dipl.-Ing. Stefan Daxenberger, Dipl.-Ing. Helmut Henschke
Email: blocked::mailto:ageisreiter@dh-electronics.de ageisreiter@dh-electronics.de
Web: www.dh-electronics.de blocked::www.dh-electronics.de

Hi Andreas,
I need U-Boot support for the Quantum Board (XScale PXA270 CPU) from EuroTech Ltd. Does anybody know if it exist a patch for this board? In the U-Boot configs is a patch for a Quantum board, but I think this is for another one.
In include/configs/quantum.h:
#define CONFIG_MPC850 1 /* This is a MPC850 CPU */
So this is indeed not what you are looking for.
If I grep for "PXA" in the same directory I also cannot find something resembling what you are looking for, so I'm sorry I cannot help you.
Cheers Detlev

Hi,
We are using u-boot for our custom board having MPC8548. Board is able to come up properly. MPC connected to DSP via (MPC : RGMII)-SGMII-SGMII-(RGMII : DSP). We are able to send packets from MPC to DSP successfully, but when DSP intern sends back to MPC we are getting below error on u-boot console. Got error 4 Got error 4.
I came to know, "Got error 4" is a CRC error indication in the status bits of the receive buffer descriptor (tsec.h).
What might be the problem, Why is it happening so?? Is there a way to get break through. Please help us in regard at the earliest.
Thanks & Regards Ajeesh Kumar
participants (3)
-
A. Geisreiter
-
Ajeesh Kumar
-
Detlev Zundel