1. 19 10月, 2010 1 次提交
  2. 23 9月, 2010 2 次提交
    • S
      Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature · 24956642
      Stefan Roese 提交于
      This patch removes the completely unused CONFIG_SERIAL_SOFTWARE_FIFO
      feature from U-Boot. It has only been implemented for PPC4xx and was not
      used at all. So let's remove it and make the code smaller and cleaner.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      24956642
    • S
      ppc4xx: Use common NS16550 driver for PPC4xx UART · 550650dd
      Stefan Roese 提交于
      This patch removes the PPC4xx UART driver. Instead the common NS16550
      driver is used, since all PPC4xx SoC's use this peripheral device.
      
      The file 4xx_uart.c now only implements the UART clock calculation
      function which also sets the SoC internal UART divisors.
      
      All PPC4xx board config headers are changed to use this common NS16550
      driver now.
      
      Tested on these boards:
      acadia, canyonlands, katmai, kilauea, sequoia, zeus
      Signed-off-by: NStefan Roese <sr@denx.de>
      550650dd
  3. 22 9月, 2010 1 次提交
    • M
      POST cleanup. · 800eb096
      Michael Zaidman 提交于
      - Revives POST for blackfin arch;
      - Removes redundant code:
           arch/blackfin/lib/post.c
           arch/powerpc/cpu/ppc4xx/commproc.c
           arch/powerpc/cpu/mpc512x/common.c
      - fixes up the post_word_{load|store} usage.
      Signed-off-by: NMichael Zaidman <michael.zaidman@gmail.com>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      Tested-by: NAnatolij Gustschin <agust@denx.de>
      
      List of the maintainers of the affected by patch boards:
      Cc: Stephan Linz <linz@li-pro.net>
      Cc: Denis Peter <d.peter@mpl.ch>
      Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
      Cc: Peter Tyser <ptyser@xes-inc.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Niklaus Giger <niklaus.giger@netstal.com>
      Cc: Larry Johnson <lrj@acm.org>
      Cc: Feng Kan <fkan@amcc.com>
      800eb096
  4. 14 4月, 2010 1 次提交
    • S
      ppc4xx: Add option for PPC440SPe ports without old Rev. A support · 2a72e9ed
      Stefan Roese 提交于
      The 440SPe Rev. A is quite old and newer 440SPe boards don't need support
      for this CPU revision. Since removing support for this older version
      simplifies the creation for newer U-Boot ports, this patch now enables
      440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By
      defining this in the board config header, Rev. A will still be supported.
      Otherwise (default for newer board ports), Rev. A will not be supported.
      Signed-off-by: NStefan Roese <sr@denx.de>
      2a72e9ed
  5. 09 11月, 2009 1 次提交
  6. 19 10月, 2008 1 次提交
  7. 11 9月, 2008 4 次提交
  8. 06 6月, 2008 1 次提交
    • S
      ppc4xx: Unify AMCC's board config files (part 3/3) · 72675dc6
      Stefan Roese 提交于
      This patch series unifies the AMCC eval board ports by introducing
      a common include header for all AMCC eval boards:
      
      include/configs/amcc-common.h
      
      This header now includes all common configuration options/defines which
      are removed from the board specific headers.
      
      The reason for this is ease of maintenance and unified look and feel
      of all AMCC boards.
      Signed-off-by: NStefan Roese <sr@denx.de>
      72675dc6
  9. 04 6月, 2008 1 次提交
  10. 08 5月, 2008 1 次提交
  11. 07 3月, 2008 1 次提交
  12. 03 3月, 2008 1 次提交
  13. 01 11月, 2007 4 次提交
  14. 08 9月, 2007 2 次提交
    • G
      [PPC440SPe] PCIe environment settings for Katmai and Yucca · 6efc1fc0
      Grzegorz Bernacki 提交于
      - 'pciconfighost' is set by default in order to be able to scan bridges
      behind the primary host/PCIe
      
      - 'pciscandelay' env variable is recognized to allow for user-controlled
      delay before the PCIe bus enumeration; some peripheral devices require a
      significant delay before they can be scanned (e.g. LSI8408E); without the
      delay they are not detected
      Signed-off-by: NGrzegorz Bernacki <gjb@semihalf.com>
      6efc1fc0
    • G
      [PPC440SPe] Improve PCIe configuration space access · 7f191393
      Grzegorz Bernacki 提交于
      - correct configuration space mapping
      - correct bus numbering
      - better access to config space
      
      Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
      first device on the first bus. We now allow to configure up to 16 buses;
      also, scanning for devices behind the PCIe-PCIe bridge is supported, so
      peripheral devices farther in hierarchy can be identified.
      Signed-off-by: NGrzegorz Bernacki <gjb@semihalf.com>
      7f191393
  15. 19 8月, 2007 1 次提交
  16. 10 7月, 2007 1 次提交
  17. 05 7月, 2007 1 次提交
  18. 25 6月, 2007 1 次提交
  19. 31 3月, 2007 1 次提交
  20. 08 3月, 2007 1 次提交
  21. 07 2月, 2007 1 次提交
  22. 17 8月, 2006 1 次提交
  23. 11 8月, 2006 1 次提交
  24. 10 8月, 2006 1 次提交
  25. 07 8月, 2006 1 次提交
  26. 07 7月, 2006 1 次提交
  27. 05 7月, 2006 1 次提交
  28. 04 7月, 2006 2 次提交
  29. 30 6月, 2006 1 次提交