[U-Boot] Pull request: nand flash
Wolfgang Denk
wd at denx.de
Sun Jul 19 00:59:56 CEST 2009
Dear Scott Wood,
In message <20090718174036.GA30405 at b07421-ec1.am.freescale.net> you wrote:
> The following changes since commit 462b1038738dd86f8dd70595f250ce792e90d244:
> Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-nand-flash.git ..BRANCH.NOT.VERIFIED..
>
> David Brownell (1):
> Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
>
> Kyungmin Park (1):
> MTD: OneNAND: Increase the environment size to 4KiB
>
> Scott Wood (2):
> Remove legacy NAND and disk on chip code.
> Remove legacy NAND and disk on chip references from boards.
>
> Stefan Roese (3):
> nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
> nand: ndfc: Remove unnecessary #ifdef's
> nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
>
> Valeriy Glushkov (1):
> nand: fixed failed reads on corrected ECC errors in nand_util.c
>
> Makefile | 2 -
> README | 1 -
> board/atc/atc.c | 7 -
> board/bmw/bmw.c | 8 -
> board/cpu86/cpu86.c | 7 -
> board/cpu87/cpu87.c | 7 -
> board/delta/nand.c | 4 -
> board/esd/common/auto_update.c | 50 -
> board/g2000/g2000.c | 15 -
> board/gen860t/gen860t.c | 12 -
> board/mcc200/mcc200.c | 7 -
> board/mpl/common/common_util.c | 9 -
> board/netphone/netphone.c | 16 -
> board/netta/netta.c | 15 -
> board/netta2/netta2.c | 16 -
> board/netvia/netvia.c | 15 -
> board/omap2420h4/omap2420h4.c | 23 -
> board/pcippc2/pcippc2.c | 5 -
> board/pm520/pm520.c | 7 -
> board/pm826/pm826.c | 7 -
> board/pm828/pm828.c | 7 -
> board/rbc823/rbc823.c | 12 -
> board/samsung/smdk6400/smdk6400.c | 11 -
> board/sixnet/sixnet.c | 5 -
> board/stxxtc/stxxtc.c | 16 -
> board/svm_sc8xx/svm_sc8xx.c | 7 -
> board/zylonite/nand.c | 4 -
> common/Makefile | 2 -
> common/cmd_doc.c | 1644 ------------------------------
> common/cmd_jffs2.c | 15 -
> common/cmd_mtdparts.c | 10 -
> common/cmd_nand.c | 412 --------
> common/docecc.c | 513 ----------
> common/env_nand.c | 4 -
> common/env_onenand.c | 35 +-
> cpu/ppc4xx/Makefile | 1 -
> doc/README.nand | 3 +-
> doc/feature-removal-schedule.txt | 8 -
> drivers/mtd/nand/Makefile | 3 +-
> drivers/mtd/nand/davinci_nand.c | 2 +-
> drivers/mtd/nand/diskonchip.c | 3 -
> drivers/mtd/nand/nand_util.c | 10 +-
> {cpu/ppc4xx => drivers/mtd/nand}/ndfc.c | 6 -
> drivers/mtd/nand_legacy/Makefile | 48 -
> drivers/mtd/nand_legacy/nand_legacy.c | 1610 -----------------------------
> fs/jffs2/jffs2_1pass.c | 20 -
> fs/jffs2/jffs2_nand_1pass.c | 4 -
> include/common.h | 3 -
> include/configs/BMW.h | 4 -
> include/configs/CATcenter.h | 8 -
> include/configs/CPU86.h | 10 -
> include/configs/CPU87.h | 4 -
> include/configs/G2000.h | 20 -
> include/configs/GEN860T.h | 17 -
> include/configs/MIP405.h | 10 -
> include/configs/NETPHONE.h | 87 --
> include/configs/NETTA.h | 100 --
> include/configs/NETTA2.h | 87 --
> include/configs/NETVIA.h | 79 --
> include/configs/PCIPPC2.h | 12 -
> include/configs/PCIPPC6.h | 12 -
> include/configs/PIP405.h | 4 -
> include/configs/PM520.h | 19 -
> include/configs/PM826.h | 14 -
> include/configs/PM828.h | 13 -
> include/configs/PPChameleonEVB.h | 26 -
> include/configs/RBC823.h | 9 -
> include/configs/SXNI855T.h | 67 --
> include/configs/TQM85xx.h | 2 -
> include/configs/VCMA9.h | 38 -
> include/configs/at91rm9200dk.h | 30 -
> include/configs/csb637.h | 32 -
> include/configs/delta.h | 9 -
> include/configs/m501sk.h | 5 -
> include/configs/omap2420h4.h | 36 -
> include/configs/sbc2410x.h | 23 -
> include/configs/stxxtc.h | 82 --
> include/configs/svm_sc8xx.h | 4 -
> include/configs/zylonite.h | 8 -
> include/linux/mtd/nand.h | 2 +-
> include/linux/mtd/nand_ids.h | 60 --
> include/linux/mtd/nand_legacy.h | 196 ----
> include/nand.h | 2 -
> lib_generic/crc32.c | 4 +-
> nand_spl/board/amcc/acadia/Makefile | 2 +-
> nand_spl/board/amcc/bamboo/Makefile | 2 +-
> nand_spl/board/amcc/canyonlands/Makefile | 2 +-
> nand_spl/board/amcc/kilauea/Makefile | 2 +-
> nand_spl/board/amcc/sequoia/Makefile | 2 +-
> 89 files changed, 33 insertions(+), 5763 deletions(-)
> delete mode 100644 common/cmd_doc.c
> delete mode 100644 common/docecc.c
> rename {cpu/ppc4xx => drivers/mtd/nand}/ndfc.c (98%)
> delete mode 100644 drivers/mtd/nand_legacy/Makefile
> delete mode 100644 drivers/mtd/nand_legacy/nand_legacy.c
> delete mode 100644 include/linux/mtd/nand_ids.h
> delete mode 100644 include/linux/mtd/nand_legacy.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Don't put off for tomorrow what you can do today, because if you
enjoy it today you can do it again tomorrow.
More information about the U-Boot
mailing list