Skip to content
Snippets Groups Projects
  1. Jun 22, 2011
  2. Oct 12, 2010
  3. Apr 10, 2010
  4. Oct 27, 2009
    • Peter Tyser's avatar
      Add 'editenv' command · 246c6922
      Peter Tyser authored
      
      The editenv command can be used to edit an environment variable.
      Editing an environment variable is useful when one wants to tweak an
      existing variable, for example fix a typo or change the baudrate in the
      'bootargs' environment variable.
      
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      246c6922
  5. Apr 03, 2009
    • unsik Kim's avatar
      mflash: Initial mflash support · 75eb82ec
      unsik Kim authored
      
      Mflash is fusion memory device mainly targeted consumer eletronic and
      mobile phone.
      Internally, it have nand flash and other hardware logics and supports
      some different operation (ATA, IO, XIP) modes.
      
      IO mode is custom mode for the host that doesn't have IDE interface.
      (Many mobile targeted SoC doesn't have IDE bus)
      
      This driver support mflash IO mode.
      
      Followings are brief descriptions about IO mode.
      
      1. IO mode based on ATA protocol and uses some custom command. (read
         confirm, write confirm)
      2. IO mode uses SRAM bus interface.
      
      Signed-off-by: default avatarunsik Kim <donari75@gmail.com>
      75eb82ec
    • Wolfgang Denk's avatar
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk authored
      
      According to the doc/feature-removal-schedule.txt, the "autoscr"
      command will be replaced by the "source" command in approximately 6
      months from now.
      
      This patch prepares this change and starts a 6 month transition
      period as follows:
      
      - The new "source" command has been added, which implements exactly
        the same functionlaity as the old "autoscr" command before
      - The old "autoscr" command name is kept as an alias for compatibility
      - Command sequences, script files atc. have been adapted to use the
        new "source" command
      - Related environment variables ("autoscript", "autoscript_uname")
        have *not* been adapted yet; these will be renamed resp. removed in
        a separate patch when the support for the "autoscr" command get's
        finally dropped.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      74de7aef
  6. Mar 20, 2009
  7. Feb 17, 2009
  8. Aug 18, 2008
  9. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  10. Apr 08, 2008
  11. Mar 25, 2008
    • Kumar Gala's avatar
      Add setexpr command · d058698f
      Kumar Gala authored
      
      Add a simple expr style command that will set an env variable as the result
      of the command.  This allows us to do simple math in shell.  The following
      operations are supported: &, |, ^, +, -, *, /.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      d058698f
  12. Jan 09, 2008
  13. Sep 17, 2007
  14. Sep 11, 2007
  15. Sep 04, 2007
  16. Aug 14, 2007
  17. Jul 03, 2007
    • Jon Loeliger's avatar
      Introduce initial versions of new Command Config files. · ec63b10b
      Jon Loeliger authored
      
      Derive three new files from cmd_confdefs.h:
          config_bootp.h - Has BOOTP related config options, not commands
          config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
          config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
      
      For now, include "config_bootp.h" for compatability until all
      users of it directly include it properly.
      
      Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
      ec63b10b
Loading