[PATCH v3 0/4] mvebu: Add network support for Armada 370/XP
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Thu Nov 13 02:46:42 PST 2014
On Thu, Nov 13, 2014 at 10:53:46AM +0100, Sebastian Hesselbarth wrote:
> On 11/13/2014 10:09 AM, Uwe Kleine-König wrote:
> >On Wed, Nov 12, 2014 at 12:22:22PM +0100, Sebastian Hesselbarth wrote:
> >>On 11/12/2014 11:56 AM, Uwe Kleine-König wrote:
> >>>Hello again,
> >>>
> >>>here come the recent insights.
> >>[...]
> >>>
> >>>It seems to be not possible to easily dump the register space in both
> >>>U-Boot and barebox for comparison. md 0xf1074000+0x4000 just hangs
> >>>somewhere in the middle.
> >>>
> >>>A difference between U-Boot and barebox is the location where the
> >>>internal registers are mapped. Maybe something that depends on U-Boot's
> >>>memory layout leaks into barebox because I do 2nd stage booting?
> >>>
> >>>Out of ideas at the moment. :-(
> >>
> >>Uwe,
> >>
> >>Nice comparison, but did you double check caches are disabled? There is
> >>no support for Dcache on mvebu SoCs in barebox atm.
> >I would expect that U-Boot disables caches on go. But I remember there
> >was a bug in that area some time ago.
>
> Why should U-Boot do anything on go except jumping to that location?
>
> >Now I saw a different behaviour:
>
> Let's start from scratch and change one thing at a time:
>
> Can you try to UART boot barebox directly and try both eth interfaces?
I don't manage to boot via UART. The usual outcome is:
Sending boot message. Please reboot the target...\
Sending boot image...
0 % [......................................................................]
2 % [......................................................................]
5 % [......................................................................]
7 % [......................................................................]
10 % [......................................................................]
13 % [..................................xmodem: Connection timed out
If I try to boot a barebox-globalscale-mirabox.img (provided by
ezequielg in #mvlinux), I get:
$ scripts/kwboot -b ../barebox-globalscale-mirabox.img -t /dev/ttyUSB1
Sending boot message. Please reboot the target...\
Sending boot image...
0 % [......................................................................]
5 % [......................................................................]
10 % [......................................................................]
14 % [......................................................................]
19 % [......................................................................]
24 % [.................................DDR3 Training Sequence - Ver 2.1.6
DDR3 Training Sequence - Number of DIMMs detected: 1
+xmodem: Connection timed out
And funny enough, during testing I added
select(fd + 1, &rfds, NULL, NULL, &tv);
to kwboot_tty_recv after the read, this results reproduibly into a
single NAK and "BootROM: Invalid header checksum".
When booting from nand (as shipped by Netgear) the output starts with:
------------------------
BootROM 1.08
Booting from NAND flash
DDR3 Training Sequence - Ver 2.1.7
DDR3 Training Sequence - Ended Successfully
BootROM: Image checksum verification PASSED
...
------------------------
> If that already does not work we have to look at barebox only.
That would be great, yes.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the barebox
mailing list