1. 30 3月, 2008 2 次提交
  2. 19 3月, 2008 1 次提交
  3. 03 3月, 2008 1 次提交
  4. 25 2月, 2008 1 次提交
  5. 23 2月, 2008 1 次提交
  6. 14 2月, 2008 1 次提交
  7. 04 2月, 2008 2 次提交
    • S
      MMC for PXA 27X (resubmit) · c95219fa
      stefano babic 提交于
      MMC support for X_Scale PXA is broken and does not work.
      Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
      There were already some patches around the world but none of them was
      merged into the official u-boot tree.
      
      This patch makes order fixing this issue. Resubmit after code cleanup.
      
      Applied and tested on PXA 270 (TrizepsIV module).
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      c95219fa
    • S
      Fix gcc issues in pxa-regs.h · 96bbfa1e
      stefano babic 提交于
      Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
      issues generates wrong code.
      (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
      This patch fixes the problem and solves the gcc-4 issues as the linux
      kernel does.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      Signed-off-by: NDmitry Ivanov <ivadmitry@gmail.com>
      96bbfa1e
  8. 18 1月, 2008 1 次提交
  9. 14 1月, 2008 1 次提交
  10. 13 12月, 2007 1 次提交
    • H
      Introduce map_physmem() and unmap_physmem() · 4d7d6936
      Haavard Skinnemoen 提交于
      map_physmem() returns a virtual address which can be used to access a
      given physical address without involving the cache. unmap_physmem()
      should be called when the virtual address returned by map_physmem() is
      no longer needed.
      
      This patch adds a stub implementation which simply returns the
      physical address cast to a uchar * for all architectures except AVR32,
      which converts the physical address to an uncached virtual mapping.
      unmap_physmem() is a no-op on all architectures, but if any
      architecture needs to do such mappings through the TLB, this is the
      hook where those TLB entries can be invalidated.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      4d7d6936
  11. 19 11月, 2007 1 次提交
  12. 15 11月, 2007 1 次提交
  13. 09 11月, 2007 1 次提交
  14. 18 9月, 2007 1 次提交
  15. 11 9月, 2007 1 次提交
  16. 07 9月, 2007 1 次提交
  17. 05 9月, 2007 1 次提交
  18. 04 9月, 2007 1 次提交
  19. 14 8月, 2007 1 次提交
  20. 11 8月, 2007 1 次提交
    • S
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn 提交于
      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: NSergey Kubushyn <ksi@koi8.net>
      Acked-by: NDirk Behme <dirk.behme@gmail.com>
      Acked-by: NZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: NStefan Roese <sr@denx.de>
      c74b2108
  21. 09 5月, 2007 3 次提交
  22. 21 2月, 2007 1 次提交
  23. 24 1月, 2007 1 次提交
  24. 15 6月, 2006 1 次提交
  25. 30 5月, 2006 1 次提交
    • W
      * Update Intel IXP4xx support · ba94a1bb
      Wolfgang Denk 提交于
      - Add IXP4xx NPE ethernet MAC support
      - Add support for Intel IXDPG425 board
      - Add support for Prodrive PDNB3 board
      - Add IRQ support
      Patch by Stefan Roese, 23 May 2006
      
      [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
       sufferes from licensing issues. Blame Intel.]
      ba94a1bb
  26. 22 5月, 2006 1 次提交
  27. 10 5月, 2006 1 次提交
    • S
      Update omap5912osk board support · 6080a0eb
      Stefan Roese 提交于
        - Fix OMAP support that omap5912osk compiles in current source tree
        - Update with code from "http://omap.spectrumdigital.com/osk5912"
          to fix problems with DDR initialization
        - Fix timer setup
        - Use CFI flash driver and support complete 32MB of onboard flash
        - Add "print_cpuinfo()" and "checkboard()" functions to display
          CPU (with frequency) and Board infos
      Patch by Stefan Roese, 10 May 2006
      6080a0eb
  28. 24 3月, 2006 1 次提交
  29. 21 3月, 2006 1 次提交
  30. 12 3月, 2006 1 次提交
  31. 07 3月, 2006 1 次提交
  32. 06 3月, 2006 1 次提交
  33. 02 3月, 2006 1 次提交
  34. 01 3月, 2006 1 次提交
  35. 22 2月, 2006 1 次提交
  36. 20 2月, 2006 1 次提交