From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Thu, 9 Jun 2016 14:26:54 +0300 Subject: [U-Boot] [PATCH v3] splash_source: add support for ubifs formatted nand In-Reply-To: <20160607073837.GA6657@ubuntu> References: <20160607073837.GA6657@ubuntu> Message-ID: <20160609112654.GB8941@arkadi-linux.compulab.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > Signed-off-by: Eran Matityahu > Cc: Heiko Schocher > Cc: Igor Grinberg > Cc: Tom Rini > Cc: Nikita Kiryanov > Cc: Stefano Babic > --- > 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(-)