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

2013-02-18 Thread Matthew McClintock
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 using SPL framework from 2011 Signed-off-by: Matthew McClintock Signed-off-by: Jerry Huang Signed-off-by: Jiang Yutang Signed-off-by: K

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

2013-02-18 Thread Scott Wood
On 02/18/2013 01:24:44 PM, McClintock Matthew-B29882 wrote: On Mon, Feb 18, 2013 at 1:18 PM, Scott Wood wrote: > On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: >> >> @@ -118,6 +172,7 @@ >> * Localbus non-cacheable >> * 0xe000_ 0xe80f_ Promjet/free128M non-ca

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

2013-02-18 Thread McClintock Matthew-B29882
On Mon, Feb 18, 2013 at 1:18 PM, Scott Wood wrote: > On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: >> >> @@ -118,6 +172,7 @@ >> * Localbus non-cacheable >> * 0xe000_ 0xe80f_ Promjet/free128M non-cacheable >> * 0xe800_ 0xefff_ FLASH

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

2013-02-18 Thread Matthew McClintock
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 using SPL framework from 2011 Signed-off-by: Matthew McClintock Signed-off-by: Jerry Huang Signed-off-by: Jiang Yutang Signed-off-by: K

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

2013-02-18 Thread Scott Wood
On 02/18/2013 01:07:53 PM, Matthew McClintock wrote: @@ -118,6 +172,7 @@ * Localbus non-cacheable * 0xe000_ 0xe80f_ Promjet/free 128M non-cacheable * 0xe800_ 0xefff_ FLASH 128M non-cacheable + * 0xff80_ 0xff80_1fff NAND 8K non-cacheable * 0xffdf_ 0xffdf_

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

2013-02-18 Thread McClintock Matthew-B29882
On Fri, Feb 15, 2013 at 6:34 PM, Scott Wood wrote: > On 02/14/2013 03:35:13 PM, Matthew McClintock wrote: >> >> +#if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM) >> + /* for FPGA */ >> + set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); >> + set_lbc_or(2, CONFIG_SYS_OR2_P

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

2013-02-15 Thread Scott Wood
On 02/14/2013 03:35:13 PM, Matthew McClintock wrote: +#if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM) + /* for FPGA */ + set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); + set_lbc_or(2, CONFIG_SYS_OR2_PRELIM); +#else +#error CONFIG_SYS_BR2_PRELIM, CONFIG_SYS_OR2_PRELIM

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

2013-02-14 Thread Matthew McClintock
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 using SPL framework from 2011 Signed-off-by: Matthew McClintock Signed-off-by: Jerry Huang Signed-off-by: Jiang Yutang Signed-off-by: K