Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-22 Thread Stefano Babic
On 10/04/2013 09:17, Stefan Roese wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de --- Applied to u-boot-imx, thanks. Best regards,

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-22 Thread Stefan Roese
On 22.04.2013 10:07, Stefano Babic wrote: On 10/04/2013 09:17, Stefan Roese wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de --- Applied

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-22 Thread Stefano Babic
On 22/04/2013 10:12, Stefan Roese wrote: On 22.04.2013 10:07, Stefano Babic wrote: On 10/04/2013 09:17, Stefan Roese wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by:

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-11 Thread Stefan Roese
Hi Wolfgang, On 10.04.2013 14:13, Wolfgang Denk wrote: +int board_mmc_init(bd_t *bis) +{ +s32 status = 0; +u32 index = 0; + +usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK); + +for (index = 0; index CONFIG_SYS_FSL_USDHC_NUM; ++index) { +switch (index) {

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-11 Thread Fabio Estevam
Hi Stefan, On Wed, Apr 10, 2013 at 4:17 AM, Stefan Roese s...@denx.de wrote: +u32 get_board_rev(void) +{ + return get_cpu_rev(); +} You can drop this, since I recently sent a patch that places it on a common location. +/* Physical Memory Map */ +#define CONFIG_NR_DRAM_BANKS

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-11 Thread Stefan Roese
Hi Fabio, On 11.04.2013 17:48, Fabio Estevam wrote: +u32 get_board_rev(void) +{ + return get_cpu_rev(); +} You can drop this, since I recently sent a patch that places it on a common location. Hmmm, removing this function results in this error: $ ./MAKEALL titanium Configuring for

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-11 Thread Fabio Estevam
On Thu, Apr 11, 2013 at 1:39 PM, Stefan Roese s...@denx.de wrote: Hi Fabio, On 11.04.2013 17:48, Fabio Estevam wrote: +u32 get_board_rev(void) +{ + return get_cpu_rev(); +} You can drop this, since I recently sent a patch that places it on a common location. Hmmm, removing this

[U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Stefan Roese
Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de --- MAINTAINERS | 2 + board/freescale/titanium/Makefile | 36

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Heiko Schocher
Hello Stefan, on 10.04.2013 09:17, Stefan Roese wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de --- MAINTAINERS

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Wolfgang Denk
Dear Stefan Roese, In message 1365578252-13264-1-git-send-email...@denx.de you wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de There are

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Wolfgang Denk
Dear Stefan Roese, In message 1365578252-13264-1-git-send-email...@denx.de you wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. having a second look... +int board_mmc_init(bd_t

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Fabio Estevam
Hi Stefan, On Wed, Apr 10, 2013 at 4:17 AM, Stefan Roese s...@denx.de wrote: Titanium is a i.MX6 based board from ProjectionDesign / Barco. This patch adds support for this board with the newly introduced NAND support for i.MX6. Signed-off-by: Stefan Roese s...@denx.de --- MAINTAINERS

Re: [U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)

2013-04-10 Thread Wolfgang Denk
Dear Fabio Estevam, In message CAOMZO5D5W34_9O1KPMDZEuS=rohpbfq2rvwauvugw+0cywv...@mail.gmail.com you wrote: +/* Size of malloc() pool */ +#define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) What about SZ_2M ? ... +#define PHYS_SDRAM_SIZE(1u * 512 * 1024 *