[U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot

2012-05-18 Thread Timur Tabi
From: Matthew McClintock m...@freescale.com Add defines needed to access NAND, remove second flash bank that is actually connected to NAND. Add nand booting support for P1022DS with hardcoded DDR config Signed-off-by: Matthew McClintock m...@freescale.com Signed-off-by: Jerry Huang

Re: [U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot

2012-05-18 Thread Scott Wood
On 05/18/2012 11:04 AM, Timur Tabi wrote: +/* These are used when DDR doesn't use SPD. */ +#define CONFIG_SYS_SDRAM_SIZE2048 +#define CONFIG_SYS_SDRAM_SIZE_LAWLAW_SIZE_2G +#define CONFIG_SYS_DDR_CS0_BNDS 0x003F +#define CONFIG_SYS_DDR_CS0_CONFIG

Re: [U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot

2012-05-18 Thread Timur Tabi
Scott Wood wrote: NACK, please use SPD. Also please use the new SPL infrastructure. I'm just taking the patches as they are on the SDK and posting them. I have no idea how the new SPL infrastructure works. If you're going to NACK this patch set, then I'm just going to drop them and work on

Re: [U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot

2012-05-18 Thread McClintock Matthew-B29882
On Fri, May 18, 2012 at 12:08 PM, Timur Tabi ti...@freescale.com wrote: Scott Wood wrote: NACK, please use SPD. Also please use the new SPL infrastructure. I'm just taking the patches as they are on the SDK and posting them.  I have no idea how the new SPL infrastructure works. If you're