[U-Boot] [PATCH V3 1/1] i.MX6: mx6qsabrelite: Add splash screen support

Eric Nelson eric.nelson at boundarydevices.com
Thu Sep 20 19:35:52 CEST 2012


On 09/19/2012 11:46 AM, Eric Nelson wrote:
> Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
> number MCIMX-LVDS1) to SABRE-Lite board.
>
> Signed-off-by: Eric Nelson<eric.nelson at boundarydevices.com>
> ---
>   board/freescale/mx6qsabrelite/mx6qsabrelite.c |  102 +++++++++++++++++++++++++
>   include/configs/mx6qsabrelite.h               |   15 ++++-
>   2 files changed, 116 insertions(+), 1 deletions(-)
>
> diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c
> index 4b4e89b..c42a6ab 100644
> --- a/board/freescale/mx6qsabrelite/mx6qsabrelite.c
> +++ b/board/freescale/mx6qsabrelite/mx6qsabrelite.c
> @@ -36,6 +36,9 @@
>   #include<micrel.h>
>   #include<miiphy.h>
>   #include<netdev.h>
> +#include<linux/fb.h>
> +#include<ipu_pixfmt.h>
> +#include<asm/arch/crm_regs.h>
>   DECLARE_GLOBAL_DATA_PTR;
 >
 > <snip>
>

Please disregard.

V4 forthcoming with fix for CCGR reference as mentioned here:
	http://lists.denx.de/pipermail/u-boot/2012-September/134550.html

Regards,


Eric


More information about the U-Boot mailing list