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

Hi,
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.
Changes since v1:
- Document default name in README.splashprepare
- Use ALIGN() macro
- Reviewed by Simon Glass
Changes since v2:
- Reviewed by Stefano Babic and Tomas Melin
Leo Ruan (2): splash: Use splashfile instead of location->name splash: Load internal and external data from FIT
common/splash_source.c | 65 +++++++++++++++++++++++++++++++----------------- doc/README.splashprepare | 9 ++++--- 2 files changed, 48 insertions(+), 26 deletions(-)
-- 2.7.4
Gentle ping. Ready to apply?
Greetings, Mark
Building Technologies, Panel Software Fire (BT-FIR/ENG1) Bosch Sicherheitssysteme GmbH | Postfach 11 11 | 85626 Grasbrunn | GERMANY | www.boschsecurity.com
Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart HRB 23118 Aufsichtsratsvorsitzender: Christian Fischer; Geschäftsführung: Tanja Rückert, Andreas Bartz, Thomas Quante, Bernhard Schuster
participants (1)
-
Jonas Mark (BT-FIR/ENG1)