[U-Boot] [PATCH 0/2] Load splash from FIT image (internal, external, offset)

Mark Jonas mark.jonas at de.bosch.com
Fri Feb 1 13:31:09 UTC 2019


We store a splash screen in SPI-NOR. We chose to use a FIT image as a
container because we want to
  - store more than just the splash screen in SPI-NOR,
  - do not create a bunch of MTD partitions,
  - do not waste storage space, and
  - avoid the overhead of a real file system.

In general U-Boot already supports this. But there were some ripples we
had to smooth out. The following patches resolve these.

Leo Ruan (2):
  splash: Use splashfile instead of location->name
  splash: load internal and external data from FIT

 common/splash_source.c   | 66 +++++++++++++++++++++++++++++++-----------------
 doc/README.splashprepare |  6 ++---
 2 files changed, 46 insertions(+), 26 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list