u-boot/board/freescale/mx6sxsabresd
Peng Fan fad7d735a0 imx:mx6sxsabresd add qspi support
Configure the pad setting and enable qspi clock to support qspi
flashes access.

Add QSPI related macro in configuration header file.

Note:
mx6sxsabresd Revb board, 32M flash is used, but in header file,
CONFIG_SPI_FLASH_BAR is not defined, and we still use SZ_16M.
The LUT initialization qspi_set_lut function uses 32BIT addr,
however CONFIG_SPI_FLASH_BAR  and 24BIT addr should be used to
access bigger than 16MB size flash, and BRRD/BRWR should also
be supported. Future patches will fix this.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
2014-12-31 14:52:32 +05:30
..
Kconfig kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
MAINTAINERS mx6sxsabresd: Convert to the new Kconfig style 2014-08-20 13:11:12 +02:00
Makefile mx6sx: Add initial support for mx6sxsabresd board 2014-07-10 15:29:16 +02:00
imximage.cfg mx6sxsabresd: Update DDR initialization 2014-08-20 12:41:41 +02:00
mx6sxsabresd.c imx:mx6sxsabresd add qspi support 2014-12-31 14:52:32 +05:30