[U-Boot-Users] [PATCH 09/10] [ARM] TQMA31: add FPGA configuration flash
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Jul 8 12:37:59 CEST 2008
> /*
> * Bank start addresses.
> * 4 x 32 MiB is the maximum for user and U-Boot code. Please adapt the list
> * as well as CFG_MAX_FLASH_BANKS to your TQM. Also consider dual die chips
> * or single die chips, e.g. one dual die chip represents two banks.
> + * The fifth bank is a separate chip for the FPGA configuration. It's
> + * controlled by chipselect 1.
> */
same commnets as patch 04
> #define CFG_FLASH_BANKS_LIST {CFG_FLASH_BASE, \
> CFG_FLASH_BASE + 32*1024*1024, \
> CFG_FLASH_BASE + 64*1024*1024, \
> - CFG_FLASH_BASE + 96*1024*1024}
> + CFG_FLASH_BASE + 96*1024*1024, \
> + CS1_BASE}
>
> /* Max number of sectors on one chip */
> #define CFG_MAX_FLASH_SECT 259
>
Best Regards,
J.
More information about the U-Boot
mailing list