summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-10-29 11:54:41 +0200
committerStefano Babic <sbabic@denx.de>2015-11-16 12:01:35 +0100
commit870dd3095facaada8b671d55affc2d060355725f (patch)
tree3010bfd213bc8f82969a84fd77801e28fc709b1c /doc
parentbcbb6448b937d93179ce267fa536a81d867cbf2e (diff)
downloadtalos-obmc-uboot-870dd3095facaada8b671d55affc2d060355725f.tar.gz
talos-obmc-uboot-870dd3095facaada8b671d55affc2d060355725f.zip
splash_source: add support for filesystem formatted mmc
Add support for loading splash image from an SD card formatted with a filesystem. Update boards to maintain original behavior where needed. Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.splashprepare5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.splashprepare b/doc/README.splashprepare
index a0f0f3ca51..56c1bef662 100644
--- a/doc/README.splashprepare
+++ b/doc/README.splashprepare
@@ -19,3 +19,8 @@ splashsource works as follows:
use that splash location.
- If splashsource is undefined, use the first splash location as default.
- If splashsource is set to an unsupported value, do not load a splash screen.
+
+A splash source location can describe either storage with raw data, or storage
+formatted with a file system. In case of a filesystem, the splash screen data is
+loaded as a file. The name of the splash screen file can be controlled with the
+environment variable "splashfile".
OpenPOWER on IntegriCloud