On Fri, May 18, 2012 at 11:04 AM, Timur Tabi wrote:
> From: Matthew McClintock
>
> Add TLB mappings, board target options, and configuration items
> need for SPI/SD boot.
>
> Since P1022DS RevB board, the NOR flash have been changed to 16 bit/28bit
> address flash, therefore, when SDHC/ESPI booti
On Fri, May 18, 2012 at 11:44 AM, Scott Wood wrote:
> On 05/18/2012 11:04 AM, Timur Tabi wrote:
>> +#elif defined(CONFIG_NAND_U_BOOT)
>> +#define CONFIG_ENV_IS_IN_NAND
>> +#define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
>> +#define CONFIG_ENV_OFFSET ((512 * 1024) + CONFIG_SYS_NA
On 05/18/2012 11:04 AM, Timur Tabi wrote:
> +#elif defined(CONFIG_NAND_U_BOOT)
> +#define CONFIG_ENV_IS_IN_NAND
> +#define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
> +#define CONFIG_ENV_OFFSET((512 * 1024) + CONFIG_SYS_NAND_BLOCK_SIZE)
> +#define CONFIG_ENV_RANGE (3 * CONFIG_
From: Matthew McClintock
Add TLB mappings, board target options, and configuration items
need for SPI/SD boot.
Since P1022DS RevB board, the NOR flash have been changed to 16 bit/28bit
address flash, therefore, when SDHC/ESPI booting and access to eLBC,
the PMUXCR[0~1] must be set to 10b, and PM
4 matches
Mail list logo