1. 01 5月, 2009 1 次提交
  2. 30 4月, 2009 3 次提交
  3. 28 4月, 2009 3 次提交
  4. 27 4月, 2009 1 次提交
  5. 25 4月, 2009 1 次提交
    • D
      minor DaVinci clock cleanup · 7239c5da
      David Brownell 提交于
      Minor cleanup to clock-related defines for DaVinci DM6446 boards:
      
       - CONFIG_SYS_CLK_FREQ is unused; remove it.
      
       - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
      
      On DM6446 both of those peripheral clocks actually come from the
      same source, the primary oscillator.  Having them use the same
      symbol avoids bugs in the clone'n'modify development cycle.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      7239c5da
  6. 24 4月, 2009 1 次提交
  7. 17 4月, 2009 4 次提交
  8. 16 4月, 2009 2 次提交
  9. 05 4月, 2009 12 次提交
  10. 04 4月, 2009 1 次提交
    • W
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk 提交于
      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: NWolfgang Denk <wd@denx.de>
      74de7aef
  11. 02 4月, 2009 7 次提交
  12. 31 3月, 2009 4 次提交