1. 13 6月, 2009 1 次提交
    • P
      i2c: Remove deprecated individual i2c commands · d48eb513
      Peter Tyser 提交于
      The following individual I2C commands have been removed: imd, imm, inm,
      imw, icrc32, iprobe, iloop, isdram.
      
      The functionality of the individual commands is still available via
      the 'i2c' command.
      
      This change only has an impact on those boards which did not have
      CONFIG_I2C_CMD_TREE defined.
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      d48eb513
  2. 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
  3. 02 4月, 2009 1 次提交
    • S
      mpc83xx: Set guarded bit on BAT that covers the end of the address space · c1230980
      Scott Wood 提交于
      The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
      address space; however, not all of this space is covered by a device.  In
      particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
      at the far end of the address space.
      
      In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
      some circumstances, this leads to the CPU speculatively loading from
      0xfffffff8 if p is NULL.  This leads to a machine check.
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      
      continuation to the remaining mpc83xx boards that suffer from the same problem.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      c1230980
  4. 04 12月, 2008 1 次提交
  5. 02 12月, 2008 1 次提交
  6. 19 10月, 2008 1 次提交
  7. 11 9月, 2008 2 次提交
  8. 26 8月, 2008 1 次提交
  9. 13 8月, 2008 1 次提交
  10. 07 7月, 2008 1 次提交
  11. 04 7月, 2008 1 次提交
  12. 29 6月, 2008 1 次提交
  13. 26 6月, 2008 1 次提交
  14. 11 6月, 2008 2 次提交