1. 25 8月, 2008 3 次提交
  2. 13 8月, 2008 6 次提交
  3. 15 7月, 2008 1 次提交
  4. 13 7月, 2008 1 次提交
  5. 10 7月, 2008 1 次提交
  6. 07 7月, 2008 2 次提交
  7. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  8. 10 5月, 2008 3 次提交
  9. 09 5月, 2008 1 次提交
  10. 23 4月, 2008 1 次提交
    • D
      ARM: Davinci: Fix DM644x timer overflow handling and cleanup · 80c40b76
      Dirk Behme 提交于
      Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
      
      Changes:
      
      - Remove *_masked() functions as noted by Wolfgang
      
      - Adapt register naming to recent TI spec (sprue26, March 2007)
      
      - Fix reset_timer() handling
      
      - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this.
      
      [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
      
      - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
      
      Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
      
      Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
      Signed-off-by: NDirk Behme <dirk.behme@gmail.com>
      Acked-by: NPieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
      80c40b76
  11. 11 4月, 2008 1 次提交
  12. 01 4月, 2008 4 次提交
  13. 30 3月, 2008 2 次提交
  14. 24 2月, 2008 1 次提交
  15. 14 2月, 2008 5 次提交
  16. 12 8月, 2007 1 次提交
  17. 11 8月, 2007 2 次提交
    • S
      Conding style cleanup · c2c0ab4a
      Stefan Roese 提交于
      Signed-off-by: NStefan Roese <sr@denx.de>
      c2c0ab4a
    • 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
  18. 09 10月, 2006 1 次提交
  19. 02 9月, 2006 1 次提交
    • M
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz 提交于
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  20. 10 5月, 2006 2 次提交
    • W
      Minor cleanup. · 977b50f8
      Wolfgang Denk 提交于
      977b50f8
    • 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