[U-Boot] [PATCH v2 0/7] da850evm NAND, MII and bootparam fix

Ben Gardiner bengardiner at nanometrics.ca
Thu Oct 14 23:14:27 CEST 2010


This patch series adds NAND support to the da850evm. The support is in the
spirit of that found in the omap-l1 and u-boot-davinci trees where NAND support
can be enabled with the addition of a single '#define CONFIG_USE_NAND' to the
top of the include/configs/da850evm.h file. Pinmux entries are added for NAND
so that NAND is usable even when the boot mode is not from NAND. Also the
mtdpart, ubi and ubifs commands are proposed to be added to the NAND support
because of their importance when using NAND.

I have also integrated the two remaining da850evm patches [1] [2].

V2:
 * Integrated the "da850evm: basic MII EMAC support" and "da850evm: fix linux bootparam 
address" patches into this series and rebased to u-boot-ti/master to facilitate pickup by 
Sandeep

Ben Gardiner (7):
  davinci_nand, trivial : use symbolic ECC start command
  da850evm : enable NAND even when not in NAND boot mode
  da850evm: setup the NAND flash timings
  da850evm: setup NAND support under CONFIG_USE_NAND
  da850evm: add mtdpart and ubi commands with NAND support
  da850evm: basic MII EMAC support
  da850evm: fix linux bootparam address

 board/davinci/da8xxevm/da850evm.c | 89 +++++++++++++++++++++++++++++++++++++
 drivers/mtd/nand/davinci_nand.c | 3 +-
 include/configs/da850evm.h | 54 ++++++++++++++++++++++-
 3 files changed, 144 insertions(+), 2 deletions(-)

[1] http://www.mail-archive.com/u-boot@lists.denx.de/msg38461.html
[2] http://www.mail-archive.com/u-boot@lists.denx.de/msg38363.html


More information about the U-Boot mailing list