From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 May 2012 11:45:49 -0500 Subject: [U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot In-Reply-To: <1337357058-30322-2-git-send-email-timur@freescale.com> References: <1337357058-30322-1-git-send-email-timur@freescale.com> <1337357058-30322-2-git-send-email-timur@freescale.com> Message-ID: <4FB67CBD.9020605@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/18/2012 11:04 AM, Timur Tabi wrote: > +/* These are used when DDR doesn't use SPD. */ > +#define CONFIG_SYS_SDRAM_SIZE 2048 > +#define CONFIG_SYS_SDRAM_SIZE_LAW LAW_SIZE_2G > +#define CONFIG_SYS_DDR_CS0_BNDS 0x0000003F > +#define CONFIG_SYS_DDR_CS0_CONFIG 0x80014202 > +#define CONFIG_SYS_DDR_CS1_BNDS 0x0040007F > +#define CONFIG_SYS_DDR_CS1_CONFIG 0x80014202 > +#define CONFIG_SYS_DDR_TIMING_3 0x00010000 > +#define CONFIG_SYS_DDR_TIMING_0 0x40110104 > +#define CONFIG_SYS_DDR_TIMING_1 0x5c5bd746 > +#define CONFIG_SYS_DDR_TIMING_2 0x0fa8d4ca NACK, please use SPD. Also please use the new SPL infrastructure. -Scott