kwboot: Marvell Dove UART booting

Pali Rohár pali at kernel.org
Sat Jan 1 22:53:21 CET 2022


On Sunday 26 December 2021 13:41:03 Tony Dinh wrote:
> Follow up on the UART booting session before.
> 
> Thanks for the advice about the Reset Strapping documentation. I've
> extracted the attachment 88AP510_Reset_Strapping.xls from the HW Spec
> for Dove at:
> https://www.kernel.org/doc/html/latest/arm/marvell.html
> 
> Listed below are the Boot Modes that are relevant to this subject
> (there are other Boot Modes for SATA, NAND but we are not interested
> in those):
> 
> 0x00 Direct boot from SPI
> 0x01 Boot from SPI with 3 address cycles
> 0x02 Boot from SPI with 4 address cycles
> 0x0E Boot from UART0 using Xmodem
> 0x0F Boot from UART1 using Xmodem
> 0x10 Open BootROM debug prompt on UART0
> 0x11 Open BootROM debug prompt on UART1
> 
> So it does look like the jumper on this HP T5335z is actually to put
> the box into BootROM debug mode using 0x10. And from there, we can use
> 0x0E to put the BootROM into UART0 booting mode.
> 
> Oddly, I've also tried booting from SPI while at the BootROM debug
> prompt, but have not been successful with either 0x00, 0x01, or 0x02.
> I was hoping that it would make testing easier if I could run "Boot
> from SPI" to boot into Linux without having to remove the jumper.

And which hex mode is activated when jumper is not set to that Debug
prompt UART mode? You should be able to check current mode by reading
0xD00D0214 address which should contain latched sample at reset value.
E.g. in U-Boot by 'md 0xD00D0214 1' command.


More information about the U-Boot mailing list