[U-Boot] [PATCH v1 0/4] sf: add ADDR_4B for 4byte address support

Yuan Yao yao.yuan at freescale.com
Wed Sep 28 13:09:28 CEST 2016


From: Yuan Yao <yao.yuan at nxp.com>

Some new flash don't support bar but use 4bytes address to direct
support exceed 16MB flash size. So add flash flag:
ADDR_4B
for some flash which support 4bytes address.

Yuan Yao (4):
  sf: add ADDR_4B for 4byte address support
  spi: fsl_qspi: Add 4bytes address support
  armv8: ls1012a: update the flash size to 64M.
  armv8: ls1046a: update the flash size to 64M.

 drivers/mtd/spi/sf_internal.h    |  4 +++-
 drivers/mtd/spi/sf_params.c      |  2 +-
 drivers/mtd/spi/spi_flash.c      | 38 +++++++++++++++++++++++++-------------
 drivers/spi/fsl_qspi.c           |  8 ++++++--
 include/configs/ls1012a_common.h |  3 +--
 include/configs/ls1046ardb.h     |  3 +--
 include/spi_flash.h              |  1 +
 7 files changed, 38 insertions(+), 21 deletions(-)

-- 
2.1.0.27.g96db324



More information about the U-Boot mailing list