[U-Boot] [PATCH 9/9 v4] ARM: add an "eet" variant of the imx31_phycore board
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Feb 24 06:00:56 CET 2009
On 13:34 Mon 23 Feb , Guennadi Liakhovetski wrote:
> The "eet" variant of the imx31_phycore board has an OLED display, using a
> s6e63d6 display controller on the first SPI interface, using GPIO57 as a
> chip-select for it. With this configuration you can display 256 colour BMP
> images in 16-bit RGB (RGB565) LCD mode.
>
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
> ---
> On Mon, 23 Feb 2009, Anatolij Gustschin wrote:
>
> > can you please address comments from Jean-Christophe to this 9/9 v3 patch?
> > I'm steel waiting for ACK from Jean-Christophe for 1/9 v4, 2/9 v4 and 9/9 v3
> > patches from this series.
>
> Oops, sorry, I was sure I had sent it already.
>
> Changes since v1: adjusted to reflect changes in earlier patches: add .id
> field initialisation, configuration parameter renamed to CONFIG_S6E63D6.
> Changes since v2: fixed the left-over CONFIG_DISPLAY_S6E63D6 parameter.
> Changes since v3: added a comment to clarify the SPI chipselect value.
>
> Makefile | 6 +++-
> board/imx31_phycore/imx31_phycore.c | 57 +++++++++++++++++++++++++++++++++
> include/asm-arm/arch-mx31/mx31-regs.h | 16 +++++++++
> include/configs/imx31_phycore.h | 23 +++++++++++++
> 4 files changed, 101 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 787c5f2..6151e2c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -3025,8 +3025,12 @@ apollon_config : unconfig
> imx31_litekit_config : unconfig
> @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31
>
> +imx31_phycore_eet_config \
> imx31_phycore_config : unconfig
> - @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
> + @if [ -n "$(findstring imx31_phycore_eet_config,$@)" ]; then \
please do replace with
@if [ -n "$(findstring _eet_,$@)" ]; then \
And Ack
Best Regards,
J.
More information about the U-Boot
mailing list