u-boot/board/ti
pekon gupta 9352697aa0 board/ti/dra7xx: add support for parallel NOR
This patch adds support for parallel NOR device (S29GL512S10) present on J6-EVM.
The Flash device is connected to GPMC controller on chip-select[0] and accessed
as memory-mapped device. It has data-witdh=x16, capacity-64MBytes(512Mbits) and
is CFI compatible.

As multiple devices are share GPMC pins on this board, so following board
settings are required to detect NOR device:
     SW5.1 (NAND_BOOTn) = OFF (logic-1)
     SW5.2 (NOR_BOOTn)  = ON  (logic-0) /* Active-low */
     SW5.3 (eMMC_BOOTn) = OFF (logic-1)
     SW5.4 (QSPI_BOOTn) = OFF (logic-1)

And also set appropriate SYSBOOT configurations:
     SW3.1 (SYSBOOT[ 8])= ON  (logic-1) /* selects SYS_CLK1 speed */
     SW3.2 (SYSBOOT[ 9])= OFF (logic-0) /* selects SYS_CLK1 speed */
     SW3.3 (SYSBOOT[10])= ON  (logic-1) /* wait-pin monitoring = enabled */
     SW3.4 (SYSBOOT[11])= OFF (logic-0) /* device type: Non Muxed */
     SW3.5 (SYSBOOT[12])= OFF (logic-0) /* device type: Non Muxed */
     SW3.6 (SYSBOOT[13])= ON  (logic-1) /* device bus-width: 1(x16) */
     SW3.7 (SYSBOOT[14])= OFF (logic-0) /* reserved */
     SW3.8 (SYSBOOT[15])= ON  (logic-1) /* reserved */

Also, following changes are required to enable NOR Flash support in
dra7xx_evm board profile:
2014-08-25 10:48:12 -04:00
..
am43xx board/ti/am43xx: add support for parallel NAND 2014-08-25 10:48:12 -04:00
am335x board/ti/am335x: add support for beaglebone NOR Cape 2014-08-25 10:47:56 -04:00
am3517crane Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
beagle Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
dra7xx board/ti/dra7xx: add support for parallel NOR 2014-08-25 10:48:12 -04:00
evm Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
ks2_evm Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
omap5_uevm Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
omap5912osk Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
panda Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
sdp3430 Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
sdp4430 Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
ti814x Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
ti816x Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
tnetv107xevm Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00