From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 30 Aug 2015 12:42:38 +0300 Subject: [U-Boot] [PATCH 0/5] Add support for additional splash screen locations In-Reply-To: <1440924156-11309-1-git-send-email-nikita@compulab.co.il> References: <1440924156-11309-1-git-send-email-nikita@compulab.co.il> Message-ID: <20150830094238.GA22147@skynet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Title correction: add support for additional splash image locations On Sun, Aug 30, 2015 at 11:42:31AM +0300, Nikita Kiryanov wrote: > This series adds the following functionality to the splash_source library: > - load splash image from filesystem formatted usb storage > - load splash image from filesystem formatted mmc storage > - load splash image from filesystem formatted sata storage > > Finally, use the new features on cm-fx6. > > Cc: Igor Grinberg > Cc: Tom Rini > > Nikita Kiryanov (5): > splash_source: rename *_read() to *_read_raw() > splash_source: add support for filesystem formatted mmc > splash_source: add support for filesystem formatted usb > splash_source: add support for fileystem formatted sata > arm: mx6: cm-fx6: add splash locations to cm-fx6 > > board/compulab/cm_fx6/cm_fx6.c | 19 +++++++++ > board/compulab/cm_t35/cm_t35.c | 1 + > common/splash_source.c | 89 +++++++++++++++++++++++++++++++++++++----- > include/splash.h | 10 +++++ > 4 files changed, 109 insertions(+), 10 deletions(-) > > -- > 1.9.1 >