From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 21 Sep 2010 22:54:54 +0200 Subject: [U-Boot] [PATCH] [v3] fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features In-Reply-To: <1283302603-22295-1-git-send-email-timur@freescale.com> References: <1283302603-22295-1-git-send-email-timur@freescale.com> Message-ID: <20100921225454.2418ff63@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Timur, On Tue, 31 Aug 2010 19:56:43 -0500 Timur Tabi 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 > --- > > 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