From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] [v3] fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features
Date: Tue, 21 Sep 2010 22:54:54 +0200 [thread overview]
Message-ID: <20100921225454.2418ff63@wker> (raw)
In-Reply-To: <1283302603-22295-1-git-send-email-timur@freescale.com>
Hi Timur,
On Tue, 31 Aug 2010 19:56:43 -0500
Timur Tabi <timur@freescale.com> wrote:
> The Freescale MPC8610 and MPC5121 DIU code had re-implement two features that already
> existed in U-Boot: bitmap drawing and top-of-screen logo (CONFIG_VIDEO_LOGO).
> So delete the 8610-specific code and use the built-in features instead.
>
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
>
> This patch depends on the patch, "logos: add Freescale logo"
>
> This patch supersedes these two patches:
>
> [v2] mpc8610: refactor DIU initialization code to use existing bitmap and logo features
> mpc8610: refactor DIU initialization code to use existing bitmap function
>
> arch/powerpc/cpu/mpc512x/Makefile | 1 -
> arch/powerpc/cpu/mpc512x/diu.c | 68 +--
> board/freescale/common/Makefile | 2 +-
> board/freescale/common/fsl_diu_fb.c | 132 +----
> board/freescale/common/fsl_diu_fb.h | 12 +-
> board/freescale/common/fsl_logo_bmp.c | 878 -------------------------
> board/freescale/mpc5121ads/mpc5121ads.c | 5 -
> board/freescale/mpc8610hpcd/mpc8610hpcd.c | 6 +-
> board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 78 +--
> include/configs/MPC8610HPCD.h | 5 +-
> include/configs/mpc5121ads.h | 6 +-
> 11 files changed, 37 insertions(+), 1156 deletions(-)
> delete mode 100644 board/freescale/common/fsl_logo_bmp.c
Applied to u-boot-video/next. Thanks!
Best regards,
Anatolij
prev parent reply other threads:[~2010-09-21 20:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 0:56 [U-Boot] [PATCH] [v3] fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features Timur Tabi
2010-09-21 20:54 ` Anatolij Gustschin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100921225454.2418ff63@wker \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.