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

Scott Wood scottwood at freescale.com
Fri May 18 18:45:49 CEST 2012


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



More information about the U-Boot mailing list