From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagannadha Sutradharudu Teki Date: Fri, 2 Jan 2015 02:15:21 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1420145121-3314-1-git-send-email-jagannadh.teki@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull this PR. thanks! Jagan. The following changes since commit babe6994ca28e5a354ee32b33b7a54b0276d9df1: sf: sf_params: Add S25FL164K flash identifier info (2014-12-18 18:48:30 +0530) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to be2fde60b0de7723d29035ba952a970d9e1ca94d: imx:mx6slevk add spi nor boot support (2014-12-31 14:54:01 +0530) ---------------------------------------------------------------- Peng Fan (6): QuadSPI: use QSPI_CMD_xx instead of flash opcodes QuadSPI: use correct amba_base arm:mx6sx add QSPI support imx:qspi add 4K erase support imx:mx6sxsabresd add qspi support imx:mx6slevk add spi nor boot support arch/arm/cpu/armv7/mx6/clock.c | 50 ++++++++++ arch/arm/include/asm/arch-mx6/clock.h | 1 + arch/arm/include/asm/arch-mx6/imx-regs.h | 12 +-- board/freescale/mx6slevk/MAINTAINERS | 1 + board/freescale/mx6sxsabresd/mx6sxsabresd.c | 40 ++++++++ configs/mx6slevk_spinor_defconfig | 3 + drivers/spi/fsl_qspi.c | 137 +++++++++++++++++++--------- include/configs/mx6slevk.h | 13 ++- include/configs/mx6sxsabresd.h | 12 +++ 9 files changed, 221 insertions(+), 48 deletions(-) create mode 100644 configs/mx6slevk_spinor_defconfig