
Dear Holger Brunck,
In message 1309852372-23481-1-git-send-email-holger.brunck@keymile.com you wrote:
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
Changes for v2:
- rebased to current HEAD
board/keymile/scripts/README | 42 ++++++++++++++++----------- board/keymile/scripts/debug-arm-env.txt | 2 - board/keymile/scripts/debug-common-env.txt | 9 ------ board/keymile/scripts/debug-ppc-env.txt | 2 - board/keymile/scripts/develop-arm.txt | 2 + board/keymile/scripts/develop-common.txt | 6 ++++ board/keymile/scripts/develop-ppc_82xx.txt | 2 + board/keymile/scripts/develop-ppc_8xx.txt | 2 + board/keymile/scripts/ramfs-arm.txt | 2 + board/keymile/scripts/ramfs-common.txt | 12 ++++++++ board/keymile/scripts/ramfs-ppc_82xx.txt | 2 + board/keymile/scripts/ramfs-ppc_8xx.txt | 2 + include/configs/km/keymile-common.h | 10 ++++-- include/configs/km/km-powerpc.h | 2 - include/configs/km/km82xx-common.h | 2 +- include/configs/km/km8321-common.h | 3 +- include/configs/km/km83xx-common.h | 7 ++-- include/configs/km/km_arm.h | 4 +-- 18 files changed, 68 insertions(+), 45 deletions(-) delete mode 100644 board/keymile/scripts/debug-arm-env.txt delete mode 100644 board/keymile/scripts/debug-common-env.txt delete mode 100644 board/keymile/scripts/debug-ppc-env.txt create mode 100644 board/keymile/scripts/develop-arm.txt create mode 100644 board/keymile/scripts/develop-common.txt create mode 100644 board/keymile/scripts/develop-ppc_82xx.txt create mode 100644 board/keymile/scripts/develop-ppc_8xx.txt create mode 100644 board/keymile/scripts/ramfs-arm.txt create mode 100644 board/keymile/scripts/ramfs-common.txt create mode 100644 board/keymile/scripts/ramfs-ppc_82xx.txt create mode 100644 board/keymile/scripts/ramfs-ppc_8xx.txt
Applied, thanks.
Best regards,
Wolfgang Denk