Skip to content
Snippets Groups Projects
Select Git revision
0 results

km_arm.h

Forked from Reform / reform-boundary-uboot
Loading
  • Holger Brunck's avatar
    b648bfc2
    km/common: simplify debug environment · b648bfc2
    Holger Brunck authored
    
    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: default avatarHolger Brunck <holger.brunck@keymile.com>
    Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
    cc: Heiko Schocher <hs@denx.de>
    cc: Wolfgang Denk <wd@denx.de>
    b648bfc2
    History
    km/common: simplify debug environment
    Holger Brunck authored
    
    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: default avatarHolger Brunck <holger.brunck@keymile.com>
    Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
    cc: Heiko Schocher <hs@denx.de>
    cc: Wolfgang Denk <wd@denx.de>