Re: [U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: > Simply add some defines, and adjust TLBe setup to include some > space for eLBC NAND. > > Signed-off-by: Anton Vorontsov > --- > board/freescale/mpc8569mds/tlb.c | 30 +++--- > include/configs/MPC8569MDS.h | 23

[U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
Simply add some defines, and adjust TLBe setup to include some space for eLBC NAND. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/tlb.c | 30 +++--- include/configs/MPC8569MDS.h | 23 +++ 2 files changed, 34 insertions(+), 19 de

Re: [U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-10-12 Thread Anton Vorontsov
On Tue, Sep 15, 2009 at 11:17:04PM -0500, Kumar Gala wrote: [...] > >+/* Chip select 3 - NAND */ > >+#define CONFIG_SYS_NAND_BASE0xFC00 > > Is it possible to have it at 0xffa0 so we match other FSL boards? No, not without reshuffling all the mappings. On MPC8569E-MDS NOR f

Re: [U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-09-15 Thread Kumar Gala
On Aug 19, 2009, at 1:37 PM, Anton Vorontsov wrote: > Simply add some defines, and adjust TLBe setup to include some > space for eLBC NAND. > > Signed-off-by: Anton Vorontsov > --- > board/freescale/mpc8569mds/tlb.c | 30 +++--- > include/configs/MPC8569MDS.h | 23

[U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-08-19 Thread Anton Vorontsov
Simply add some defines, and adjust TLBe setup to include some space for eLBC NAND. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/tlb.c | 30 +++--- include/configs/MPC8569MDS.h | 23 +++ 2 files changed, 34 insertions(+), 19 de