]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add common (with Linux) MTD partition scheme and "mtdparts" command
authorWolfgang Denk <wd@pollux.denx.de>
Sun, 7 Aug 2005 23:03:24 +0000 (01:03 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Sun, 7 Aug 2005 23:03:24 +0000 (01:03 +0200)
commit700a0c648df72f2c8e0589c0d0470b5ffd7cab7b
tree819928504de4b8fc80e632fa5c485204fd7542a7
parent452e8e72ada5141f58008a902e1d4be42ce15abb
Add common (with Linux) MTD partition scheme and "mtdparts" command
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
64 files changed:
CHANGELOG
board/dave/PPChameleonEVB/config.mk
board/eltec/bab7xx/asm_init.S
board/eltec/bab7xx/l2cache.c
board/eltec/elppc/asm_init.S
board/fads/fads.h
board/funkwerk/vovpn-gw/flash.c
board/innokom/flash.c
board/mpc8260ads/flash.c
board/mx1fs2/flash.c
board/sixnet/sixnet.c
board/voiceblue/voiceblue.c
board/xsengine/flash.c
common/cmd_flash.c
common/cmd_jffs2.c
fs/cramfs/cramfs.c
fs/jffs2/jffs2_1pass.c
fs/jffs2/jffs2_private.h
include/configs/ADNPESC1.h
include/configs/Alaska8220.h
include/configs/BAB7xx.h
include/configs/CATcenter.h
include/configs/CPCI4052.h
include/configs/CPCI405AB.h
include/configs/CPCI405DT.h
include/configs/CPCI750.h
include/configs/DB64360.h
include/configs/DB64460.h
include/configs/DK1C20.h
include/configs/DK1S10.h
include/configs/ELPPC.h
include/configs/EVB64260.h
include/configs/LANTEC.h
include/configs/MHPC.h
include/configs/MIP405.h
include/configs/ML2.h
include/configs/MPC8260ADS.h
include/configs/MPC8266ADS.h
include/configs/NC650.h
include/configs/NETTA.h
include/configs/PMC405.h
include/configs/PPChameleonEVB.h
include/configs/R360MPI.h
include/configs/RBC823.h
include/configs/Rattler.h
include/configs/SXNI855T.h
include/configs/ZUMA.h
include/configs/debris.h
include/configs/ep7312.h
include/configs/ep8260.h
include/configs/hymod.h
include/configs/impa7.h
include/configs/incaip.h
include/configs/innokom.h
include/configs/modnet50.h
include/configs/mx1fs2.h
include/configs/omap2420h4.h
include/configs/sc520_cdp.h
include/configs/sc520_spunk.h
include/configs/v37.h
include/configs/voiceblue.h
include/configs/xsengine.h
include/jffs2/load_kernel.h
include/linux/list.h [new file with mode: 0644]