[U-Boot] [PATCH v3] splash_source: add support for ubifs formatted nand
Nikita Kiryanov
nikita at compulab.co.il
Thu Jun 9 13:26:54 CEST 2016
Hi Eran,
On Tue, Jun 07, 2016 at 10:38:37AM +0300, Eran Matityahu wrote:
> Add support for loading splash image from NAND Flash formatted with a (UBI) filesystem.
Acked-by: Nikita Kiryanov <nikita at compulab.co.il>
>
> Signed-off-by: Eran Matityahu <eran.m at variscite.com>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Igor Grinberg <grinberg at compulab.co.il>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Nikita Kiryanov <nikita at compulab.co.il>
> Cc: Stefano Babic <sbabic at denx.de>
> ---
> Changes for v3:
> Removed unrelated cleanup changes (the license identifier change among them)
>
> Changes for v2:
> - Following Nikita's comments:
> - Use the ubi volume field to identify the UBIFS usage
> - Changed FS_TYPE_ANY to FS_TYPE_UBIFS
> - Added a second definition of splash_umount_ubifs ifndef CONFIG_CMD_UBIFS
> - Replace license identifier to GPL-2.0+ in include/splash.h
> - Changed ubi_volume to ubivol
> common/splash_source.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++----
> include/splash.h | 2 ++
> 2 files changed, 57 insertions(+), 4 deletions(-)
More information about the U-Boot
mailing list