-
- Downloads
fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo features
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>
Showing
- arch/powerpc/cpu/mpc512x/Makefile 0 additions, 1 deletionarch/powerpc/cpu/mpc512x/Makefile
- arch/powerpc/cpu/mpc512x/diu.c 3 additions, 65 deletionsarch/powerpc/cpu/mpc512x/diu.c
- board/freescale/common/Makefile 1 addition, 1 deletionboard/freescale/common/Makefile
- board/freescale/common/fsl_diu_fb.c 2 additions, 130 deletionsboard/freescale/common/fsl_diu_fb.c
- board/freescale/common/fsl_diu_fb.h 1 addition, 11 deletionsboard/freescale/common/fsl_diu_fb.h
- board/freescale/common/fsl_logo_bmp.c 0 additions, 878 deletionsboard/freescale/common/fsl_logo_bmp.c
- board/freescale/mpc5121ads/mpc5121ads.c 0 additions, 5 deletionsboard/freescale/mpc5121ads/mpc5121ads.c
- board/freescale/mpc8610hpcd/mpc8610hpcd.c 1 addition, 5 deletionsboard/freescale/mpc8610hpcd/mpc8610hpcd.c
- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c 21 additions, 57 deletionsboard/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
- include/configs/MPC8610HPCD.h 4 additions, 1 deletioninclude/configs/MPC8610HPCD.h
- include/configs/mpc5121ads.h 4 additions, 2 deletionsinclude/configs/mpc5121ads.h
Loading
Please register or sign in to comment