[U-Boot] arm, da850: lcd initialization via spi

2012-06-28 Thread Gabriele Filosofi
Hi all, I've ported the code from da850 evm to a AM1808-based custom board. The original u-boot version is u-boot-2011.12-rc1. The board has a LCD 240x320. Its controller is a ILI9340 and must be initialized via SPI1 interface, chip select #2, 9-bits per word. Please note that I do not need to en

[U-Boot] arm, da850: gpio control (Topic 37)

2011-12-29 Thread Gabriele Filosofi
I've solved this issue. I just needed to add CONFIG_DA8XX_GPIO in my configuration file. Regards, Gabriele Da: Gabriele Filosofi Inviato: giovedì 29 dicembre 2011 11.15 A: 'u-boot@lists.denx.de' Oggetto: [U-Boot] arm, da850: gpio control Hi all, Please, what I have to incl

[U-Boot] arm, da850: gpio control

2011-12-29 Thread Gabriele Filosofi
Hi all, Please, what I have to include to use gpio support for da850 platform ? Thanks, Gabriele ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] arm, da850: Question about gpio control

2011-12-16 Thread Gabriele Filosofi
Hi all, In board/davinci/da8xxevm/da850.c #ifdef CONFIG_USE_NOR /* Set the GPIO direction as output */ clrbits_be32((u32 *)GPIO_BANK0_REG_DIR_ADDR, (0x01 << 11)); /* Set the output as low */ val = readl(GPIO_BANK0_REG_SET_ADDR);

[U-Boot] arm, da850: Question about start point

2011-12-16 Thread Gabriele Filosofi
Hi all, I'm new to this mailing-list and to u-boot. I've to port the TI SDK_5.02 to a LogicPD_SOM_AM1808 -based application board. The SDK_5.02 is based on PSP_03.21.00.04, whose u-boot was developed on git u-boot 2010.12 The question is What's the better, to start from SDK's u-boot or from git