[U-Boot] [PATCH v2 03/10] km/common: simplify debug environment

Wolfgang Denk wd at denx.de
Wed Jul 27 23:43:41 CEST 2011


Dear Holger Brunck,

In message <1309852372-23481-1-git-send-email-holger.brunck at 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 at keymile.com>
> Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
> cc: Heiko Schocher <hs at denx.de>
> cc: Wolfgang Denk <wd at 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

-- 
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
History is only a confused heap of facts.
                                       -- Philip Earl of Chesterfield


More information about the U-Boot mailing list