Skip to content
Snippets Groups Projects
  1. Jan 28, 2009
  2. Jan 27, 2009
  3. Dec 07, 2008
    • Gary Jennejohn's avatar
      IOMUX: Add console multiplexing support. · 16a28ef2
      Gary Jennejohn authored
      
      Modifications to support console multiplexing.  This is controlled using
      CONFIG_SYS_CONSOLE_MUX in the board configuration file.
      
      This allows a user to specify multiple console devices in the environment
      with a command like this: setenv stdin serial,nc.  As a result, the user can
      enter text on both the serial and netconsole interfaces.
      
      All devices - stdin, stdout and stderr - can be set in this manner.
      
      1) common/iomux.c and include/iomux.h contain the environment setting
      implementation.
      2) doc/README.iomux contains a somewhat more detailed description.
      3) The implementation in (1) is called from common/cmd_nvedit.c to
      handle setenv and from common/console.c to handle initialization of
      input/output devices at boot time.
      4) common/console.c also contains the code needed to poll multiple console
      devices for input and send output to all devices registered for output.
      5) include/common.h includes iomux.h and common/Makefile generates iomux.o
      when CONFIG_SYS_CONSOLE_MUX is set.
      
      Signed-off-by: default avatarGary Jennejohn <garyj@denx.de>
      16a28ef2
  4. Oct 18, 2008
  5. Sep 10, 2008
  6. Jul 13, 2008
  7. Jul 01, 2008
  8. Jun 03, 2008
  9. May 14, 2008
  10. May 11, 2008
  11. Apr 17, 2008
  12. Feb 23, 2008
  13. Jan 09, 2008
  14. Sep 17, 2007
  15. Aug 10, 2007
    • Sergey Kubushyn's avatar
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn authored
      
      Add support for the following DaVinci boards:
      - DV_EVM
      - SCHMOOGIE
      - SONATA
      
      Changes:
      
      - Split into separate board directories
      - Removed changes to MTD_DEBUG (or whatever it's called)
      - New CONFIG_CMD party line followed
      - Some cosmetic fixes, cleanup etc.
      - Patches against the latest U-Boot tree as of now.
      - Fixed CONFIG_CMD_NET in net files.
      - Fixed CONFIG_CMD_EEPROM for schmoogie.
      - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
         DV_EVM. Can't check if it works on SONATA, don't have a board any more,
         but it at least compiles.
      
      Here is an excerpt from session log on SCHMOOGIE...
      
      U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
      
      DRAM:  128 MB
      NAND:  128 MiB
      In:    serial
      Out:   serial
      Err:   serial
      ARM Clock : 297MHz
      DDR Clock : 162MHz
      ETH PHY   : DP83848 @ 0x01
      U-Boot > iprobe
      Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
      U-Boot > ping 192.168.253.10
      host 192.168.253.10 is alive
      U-Boot >
      
      Signed-off-by: default avatarSergey Kubushyn <ksi@koi8.net>
      Acked-by: default avatarDirk Behme <dirk.behme@gmail.com>
      Acked-by: default avatarZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      c74b2108
  16. Jul 11, 2007
  17. Jul 10, 2007
  18. Jul 08, 2007
  19. Jul 03, 2007
  20. May 05, 2007
  21. Apr 23, 2007
  22. Dec 19, 2006
  23. Oct 27, 2006
    • Wolfgang Denk's avatar
      Check for illegal character '=' in environment variable names. · 471a7be7
      Wolfgang Denk authored
      Make sure the string passed as variable name does not contain a '='
      character. This not only prevents the common error or typing
      "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
      also closes a backdoor which allowed to delete write-protected
      environment variables, for example by using "setenv ethaddr=".
      471a7be7
  24. Mar 31, 2006
  25. Mar 07, 2006
  26. Oct 13, 2005
  27. Sep 29, 2004
    • Wolfgang Denk's avatar
      * Patches by Sean Chang, 09 Aug 2004: · a5bbcc3c
      Wolfgang Denk authored
        - Added support for both 8 and 16 bit mode access to System ACE CF
          through MPU.
        - Fixed missing System ACE CF device during get FAT partition info
          in fat_register_device function.
        - Enabled System ACE CF support on ML300.
      
      * Patch by Sean Chang, 09 Aug 2004:
        Synch defines for saveenv and do_saveenv functions so they get
        compiled under the same statement.
      a5bbcc3c
Loading