]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
km/common: simplify debug environment
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 4 Jul 2011 21:52:52 +0000 (21:52 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 27 Jul 2011 21:43:33 +0000 (23:43 +0200)
commitb648bfc212c0e62dae47b8f09a0c4e49bbd89106
tree36a4688fbcf68ff9fde05fdc20057cc654b31701
parent0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e
km/common: simplify debug environment

The debug environment which is stored in textfiles in the
scripts directory was reworked. Two usecase are now present
which can be executed simply from the default environment:
run develop: this configures the environment to setup the
             rootfs via nfs
run ramfs: this configures the environment to setup the
           rootfs in ram

Each architecture now has a "arch" variable which is used
to load the architecture specific debug scripts and to set
the rootpath for NFS.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
18 files changed:
board/keymile/scripts/README
board/keymile/scripts/debug-arm-env.txt [deleted file]
board/keymile/scripts/debug-common-env.txt [deleted file]
board/keymile/scripts/debug-ppc-env.txt [deleted file]
board/keymile/scripts/develop-arm.txt [new file with mode: 0644]
board/keymile/scripts/develop-common.txt [new file with mode: 0644]
board/keymile/scripts/develop-ppc_82xx.txt [new file with mode: 0644]
board/keymile/scripts/develop-ppc_8xx.txt [new file with mode: 0644]
board/keymile/scripts/ramfs-arm.txt [new file with mode: 0644]
board/keymile/scripts/ramfs-common.txt [new file with mode: 0644]
board/keymile/scripts/ramfs-ppc_82xx.txt [new file with mode: 0644]
board/keymile/scripts/ramfs-ppc_8xx.txt [new file with mode: 0644]
include/configs/km/keymile-common.h
include/configs/km/km-powerpc.h
include/configs/km/km82xx-common.h
include/configs/km/km8321-common.h
include/configs/km/km83xx-common.h
include/configs/km/km_arm.h