[U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git

Stefan Roese sr at denx.de
Mon Nov 24 11:18:48 CET 2008


Hi Wolfgang,

please pull the following updates from the cfi-flash repository. I am aware that 
the merge-window was closed when some of those patches have been published, and 
it's not really bug fixing. But the feature added with those patches (UBI possible 
over NOR) is very interesting. Additionally the impact to non CFI-MTD users are 
minimal. I tested those patches on different boards using the CFI driver without 
any problems so far. So please pull:

The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
        Align end of bss by 4 bytes

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Piotr Ziecik (3):
      cfi_flash: Export flash_sector_size() function.
      cfi_flash: Add interface for flash verbosity control
      cfi-mtd: Add cfi-mtd driver.

Stefan Roese (1):
      cfi_flash: Make all flash access functions weak

 README                  |    5 +
 drivers/mtd/Makefile    |    1 +
 drivers/mtd/cfi_flash.c |   72 ++++++++++++-----
 drivers/mtd/cfi_mtd.c   |  202 +++++++++++++++++++++++++++++++++++++++++++++++
 include/flash.h         |   12 +++
 5 files changed, 272 insertions(+), 20 deletions(-)
 create mode 100644 drivers/mtd/cfi_mtd.c


More information about the U-Boot mailing list