]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mtd/nand/nand_base.c
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
authorBartlomiej Sieka <tur@semihalf.com>
Sun, 5 Mar 2006 17:57:33 +0000 (18:57 +0100)
committerBartlomiej Sieka <tur@semihalf.com>
Sun, 5 Mar 2006 17:57:33 +0000 (18:57 +0100)
commitaddb2e1650fdf872334478393f482dfdce965a61
treec16d3de22d1e1040d3f8e6ecfaed20bf2f2c5ea6
parent038ccac511214b062c56f22b9413f784b86bcd87
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
86 files changed:
MAKEALL
board/amcc/bamboo/bamboo.c
board/amcc/bamboo/config.mk
board/bmw/config.mk
board/dave/PPChameleonEVB/config.mk
board/dave/PPChameleonEVB/nand.c
board/esd/ash405/ash405.c
board/esd/ash405/config.mk
board/esd/cms700/cms700.c
board/esd/cms700/config.mk
board/esd/common/auto_update.c
board/esd/cpci405/config.mk
board/esd/hh405/config.mk
board/esd/hh405/hh405.c
board/esd/hub405/config.mk
board/esd/hub405/hub405.c
board/esd/plu405/config.mk
board/esd/plu405/plu405.c
board/esd/voh405/config.mk
board/esd/voh405/voh405.c
board/esd/wuh405/config.mk
board/esd/wuh405/wuh405.c
board/g2000/g2000.c
board/netphone/config.mk
board/netphone/netphone.c
board/netstar/config.mk
board/netstar/setup.S
board/netta2/config.mk
board/netta2/netta2.c
board/netvia/config.mk
board/netvia/netvia.c
board/omap2420h4/omap2420h4.c
board/sixnet/config.mk
board/sixnet/sixnet.c
board/stxxtc/stxxtc.c
common/Makefile
common/cmd_doc.c
common/cmd_jffs2.c
common/cmd_nand.c
common/cmd_nand_new.c [deleted file]
common/env_nand.c
drivers/nand/diskonchip.c
drivers/nand/nand.c
drivers/nand/nand_base.c
drivers/nand/nand_bbt.c
drivers/nand/nand_ecc.c
drivers/nand/nand_ids.c
drivers/nand_legacy/Makefile [new file with mode: 0644]
drivers/nand_legacy/nand_legacy.c [new file with mode: 0644]
fs/jffs2/jffs2_1pass.c
fs/jffs2/jffs2_nand_1pass.c
include/configs/ASH405.h
include/configs/BMW.h
include/configs/CMS700.h
include/configs/CPCI405.h
include/configs/CPCI4052.h
include/configs/CPCI405AB.h
include/configs/CPCI405DT.h
include/configs/CPU86.h
include/configs/CPU87.h
include/configs/GEN860T.h
include/configs/HH405.h
include/configs/HUB405.h
include/configs/MIP405.h
include/configs/NETPHONE.h
include/configs/NETTA2.h
include/configs/NETVIA.h
include/configs/PCIPPC2.h
include/configs/PCIPPC6.h
include/configs/PIP405.h
include/configs/PLU405.h
include/configs/PM520.h
include/configs/PM826.h
include/configs/PM828.h
include/configs/PPChameleonEVB.h
include/configs/RBC823.h
include/configs/SXNI855T.h
include/configs/VOH405.h
include/configs/WUH405.h
include/configs/bamboo.h
include/configs/netstar.h
include/configs/svm_sc8xx.h
include/linux/mtd/nand.h
include/linux/mtd/nand_ids.h
include/linux/mtd/nand_legacy.h [new file with mode: 0644]
include/linux/mtd/nand_new.h [deleted file]