mbox

[U-Boot] Pull request: u-boot-video/master

Message ID 20130702001326.2256c5eb@crub
State Superseded
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-video.git master

Message

Anatolij Gustschin July 1, 2013, 10:13 p.m. UTC
Hello Tom,

The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1:

  Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 327598945b13000065ca6ba3fe96c9bd45320999:

  omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare (2013-07-01 21:47:40 +0200)

----------------------------------------------------------------
Piotr Wilczek (2):
      drivers:video:s6e8ax0: change data_to_send array to static
      lcd: align bmp header when uncopmressing image

Robert Winkler (3):
      video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
      video: lcd: Make splash_screen_prepare weak, remove config macro
      omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare

Stephen Warren (1):
      lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

 README                         |    8 --------
 board/compulab/cm_t35/cm_t35.c |    2 +-
 common/Makefile                |    1 +
 common/cmd_bmp.c               |   42 ++++++++++++++++++++++++++--------------
 common/lcd.c                   |   22 ++++++---------------
 common/splash.c                |   31 +++++++++++++++++++++++++++++
 doc/README.splashprepare       |    8 ++++++++
 drivers/video/cfb_console.c    |    5 +++--
 drivers/video/s6e8ax0.c        |   26 ++++++++++++-------------
 include/configs/cm_t35.h       |    1 -
 include/lcd.h                  |    4 ++--
 include/splash.h               |   29 +++++++++++++++++++++++++++
 12 files changed, 122 insertions(+), 57 deletions(-)
 create mode 100644 common/splash.c
 create mode 100644 doc/README.splashprepare
 create mode 100644 include/splash.h

Please pull. Thanks!

Anatolij

Comments

Otavio Salvador July 2, 2013, 2:11 a.m. UTC | #1
On Mon, Jul 1, 2013 at 7:13 PM, Anatolij Gustschin <agust@denx.de> wrote:
> Hello Tom,
>
> The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1:
>
>   Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-video.git master
>
> for you to fetch changes up to 327598945b13000065ca6ba3fe96c9bd45320999:
>
>   omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare (2013-07-01 21:47:40 +0200)
>
> ----------------------------------------------------------------
> Piotr Wilczek (2):
>       drivers:video:s6e8ax0: change data_to_send array to static
>       lcd: align bmp header when uncopmressing image
>
> Robert Winkler (3):
>       video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
>       video: lcd: Make splash_screen_prepare weak, remove config macro
>       omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare
>
> Stephen Warren (1):
>       lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

You didn' t put the splashpos fix.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
Anatolij Gustschin July 2, 2013, 6 a.m. UTC | #2
On Mon, 1 Jul 2013 23:11:07 -0300
Otavio Salvador <otavio@ossystems.com.br> wrote:
...
> You didn' t put the splashpos fix.

I would prefer to wait a few days, so other people will have a chance
to review and comment. Also I didn't test the splashpos fix yet, it
was only compile-tested.

Thanks,

Anatolij
Otavio Salvador July 2, 2013, 11:59 a.m. UTC | #3
On Tue, Jul 2, 2013 at 3:00 AM, Anatolij Gustschin <agust@denx.de> wrote:
> On Mon, 1 Jul 2013 23:11:07 -0300
> Otavio Salvador <otavio@ossystems.com.br> wrote:
> ...
>> You didn' t put the splashpos fix.
>
> I would prefer to wait a few days, so other people will have a chance
> to review and comment. Also I didn't test the splashpos fix yet, it
> was only compile-tested.

Ok.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750