public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH v1 0/1] Generating kwb image for custom board
@ 2015-02-22 22:25 Chris Packham
  2015-02-22 22:25 ` [U-Boot] [RFC PATCH v1] kwbimage: Align v1 binary header to 4B Chris Packham
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Packham @ 2015-02-22 22:25 UTC (permalink / raw)
  To: u-boot

Hi,

I'm trying to get u-boot 2015.01 up and running on a custom board using
an integrated version of Marvell's Armada-XP in a switch ASIC (the
Marvell term is MSYS).

One thing I ran into after extracting the DDR initialisation from the
Marvell bootloader was that the Bootrom Firmware (Marvell's
pre-bootloader) reported the following

  BootROM 1.34
  Booting from SPI flash
  BootROM: Bad header at offset 00000000
  BootROM: Bad header at offset 00200000
  ...

After a bit of debugging I found that this was because the binary.0 for
my board had a length of 0x0148ec which doesn't conform to the following
requirement in the Marvell functional spec -- "The header length in
bytes. The value must be aligned to 4B." While I could pad out my
binary.0 it seems safer to update kwbimage.c to conform with the
specification.

The original issue still exists in master but I suspect now that master
is using a u-boot-spl image for the Armada-XP boards the spl image is
implicitly conformant.


Chris Packham (1):
  kwbimage: Align v1 binary header to 4B

 tools/kwbimage.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.2.0.rc0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-23 17:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 22:25 [U-Boot] [RFC PATCH v1 0/1] Generating kwb image for custom board Chris Packham
2015-02-22 22:25 ` [U-Boot] [RFC PATCH v1] kwbimage: Align v1 binary header to 4B Chris Packham
2015-02-23  8:04   ` Stefan Roese
     [not found]     ` <F766E4F80769BD478052FB6533FA745D610F296212@SC-VEXCH4.marvell.com>
2015-02-23 17:27       ` Luka Perkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox