From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 16 Nov 2015 08:59:44 +0100 Subject: [U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations In-Reply-To: <20151116075840.GA2994@skynet> References: <1446112484-24787-1-git-send-email-nikita@compulab.co.il> <20151108082716.GA17041@skynet> <20151115081437.GA2010@skynet> <20151116075840.GA2994@skynet> Message-ID: <56498CF0.2080407@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Nikita, On 16/11/2015 08:58, Nikita Kiryanov wrote: > Adding Stefano to CC. > On Sun, Nov 15, 2015 at 10:14:37AM +0200, Nikita Kiryanov wrote: >> Ping^2! >> Do not worry, I will merge the series today. Best regards, Stefano >> On Sun, Nov 08, 2015 at 10:27:16AM +0200, Nikita Kiryanov wrote: >>> Ping! >>> >>> On Thu, Oct 29, 2015 at 11:54:39AM +0200, 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. >>>> >>>> Changes in V2: >>>> - Rebased over current mainline. >>>> - Added "splashfile" env variable to select splash file name dynamically. >>>> Also available: default value "splash.bmp" >>>> - Added documentation for the feature. >>>> - Refactored device initialization code so that #ifdefs are outside of >>>> the functions. This affects patches 3 and 4. >>>> >>>> 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 filesystem 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 | 125 +++++++++++++++++++++++++++++++++++++---- >>>> doc/README.splashprepare | 5 ++ >>>> include/splash.h | 10 ++++ >>>> 5 files changed, 150 insertions(+), 10 deletions(-) >>>> >>>> -- >>>> 1.9.1 >>>> >>> _______________________________________________ >>> U-Boot mailing list >>> U-Boot at lists.denx.de >>> http://lists.denx.de/mailman/listinfo/u-boot >>> >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot >> -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================