public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] SPL and FIT images
@ 2016-05-19 11:46 michael at walle.cc
  2016-05-19 12:05 ` Lokesh Vutla
  0 siblings, 1 reply; 3+ messages in thread
From: michael at walle.cc @ 2016-05-19 11:46 UTC (permalink / raw)
  To: u-boot

Hi,

I'm looking into the FIT support in the SPL, because we are planning to 
load bootloader from a filesystem (on a MMC device); the SPL will be 
stored in a write-protected SPI flash. To make sure that a user does not 
accidentally put a wrong bootloader image on the filesystem, we would 
like to do some kind of compatiblity checking. I guess this can be done 
with the FIT image and its compatibility node. Looking into the code I 
found out, that FIT images only seems to be supported when the 
bootloader is loaded from raw MMC.

Simon, since this code is from you, might I ask, why you didn't put it 
into the common spl.c (spl_parse_image_header(), etc) so it could be 
used for all other methods, too? I just want to make sure, there is no 
reason not to do it for our case.

-michael

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

end of thread, other threads:[~2016-05-19 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 11:46 [U-Boot] SPL and FIT images michael at walle.cc
2016-05-19 12:05 ` Lokesh Vutla
2016-05-19 15:38   ` michael at walle.cc

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