1. 18 8月, 2015 9 次提交
  2. 17 8月, 2015 1 次提交
    • M
      sf: Make 4K sector support configurable · 0a026554
      Marek Vasut 提交于
      Make the support for 4K subpage I/O on a SPI NOR flash configurable.
      A board which requires the SPI NOR to be accessed in larger 32KiB
      or 64KiB pages can disable the 4K subpage support, but by default,
      the support for 4K subpage I/O is enabled. The functionality of this
      option is the same as CONFIG_MTD_SPI_NOR_USE_4K_SECTORS in Linux.
      
      This is extremely useful in case one uses UBI on a SPI NOR flash.
      UBI needs at least 15k EBs and can not work on a flash which uses
      4k ones, so disabling the support for 4k subpages lets UBI work on
      such flash.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Reviewed-by: NJagan Teki <jteki@openedev.com>
      0a026554
  3. 15 8月, 2015 14 次提交
  4. 14 8月, 2015 16 次提交