1. 19 11月, 2009 2 次提交
  2. 02 10月, 2009 1 次提交
  3. 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
  4. 24 1月, 2009 1 次提交
  5. 16 12月, 2008 1 次提交
  6. 14 12月, 2008 1 次提交
  7. 10 11月, 2008 1 次提交
  8. 31 10月, 2008 1 次提交
  9. 19 10月, 2008 1 次提交
  10. 14 10月, 2008 1 次提交
  11. 11 9月, 2008 4 次提交
  12. 13 8月, 2008 1 次提交
  13. 06 8月, 2008 1 次提交
  14. 31 7月, 2008 1 次提交
    • W
      Fix printf() format problems with configurable prompts · c37207d7
      Wolfgang Denk 提交于
      U-Boot allows for configurable prompt strings using the
      CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
      the assumption was that any such user defined problts would contain
      exactly one "%d" format specifier. But some boards did not.
      
      To allow for flexible boot prompts without adding too complex code we
      now allow to specify the whole list of printf() arguments in the user
      definition. This is powerful, but requires a responsible user who
      really understands what he is doing, as he needs to know for exanple
      which variables are available in the respective context.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      c37207d7
  15. 17 1月, 2008 1 次提交
  16. 11 1月, 2008 1 次提交
  17. 09 1月, 2008 1 次提交
  18. 29 12月, 2007 1 次提交
  19. 28 12月, 2007 4 次提交
  20. 13 12月, 2007 1 次提交
  21. 09 11月, 2007 1 次提交
  22. 01 11月, 2007 1 次提交
  23. 15 10月, 2007 1 次提交
  24. 31 8月, 2007 1 次提交
    • G
      ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia · 81b73dec
      Gary Jennejohn 提交于
      The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
      set to non-zero, because it doesn't support MRM (memory-read-
      multiple) correctly. We now added the possibility to configure
      this register in the board config file, so that the default value
      of 8 can be overridden.
      
      Here the details of this patch:
      
      o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
        board-specific settings. As an example the sequoia board requires 0.
        Idea from Stefan Roese <sr@denx.de>.
      o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
        PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
      o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
        CFG_PCI_CACHE_LINE_SIZE to 0.
      Signed-off-by: NGary Jennejohn <garyj@denx.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      81b73dec
  25. 16 8月, 2007 1 次提交
  26. 10 7月, 2007 1 次提交
  27. 05 7月, 2007 2 次提交
  28. 25 6月, 2007 1 次提交
  29. 23 6月, 2007 2 次提交
  30. 15 6月, 2007 1 次提交
    • G
      ppc4xx: Clean up 440 exceptions handling · efa35cf1
      Grzegorz Bernacki 提交于
      - Introduced dedicated switches for building 440 and 405 images required
        for 440-specific machine instructions like 'rfmci' etc.
      
      - Exception vectors moved to the proper location (_start moved away from
        the critical exception handler space, which it occupied)
      
      - CriticalInput now serviced (with default handler)
      
      - MachineCheck properly serviced (added a dedicated handler and return
        subroutine)
      
      - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
        unhandled and those not relevant for 4xx were eliminated)
      
      - Eliminated Linux leftovers, removed dead code
      Signed-off-by: NGrzegorz Bernacki <gjb@semihalf.com>
      Signed-off-by: NRafal Jaworowski <raj@semihalf.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      efa35cf1
  31. 01 6月, 2007 1 次提交