1. 19 10月, 2010 1 次提交
  2. 22 6月, 2010 1 次提交
    • P
      DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files · e6441c4f
      Prakash PM 提交于
      Currently EMAC_MDIO_PHY_NUM is defined as 1 in emac_defs.h.
      Because of this, EMAC does not work on EVMs which do not have phy
      connected at 1. Moving the macro to board config file makes this
      configurable depending on where the phy is connected on the MDIO bus.
      
      This patch fixes the board reset issue observed during network access
      on DM365EVM. EMAC driver was assuming EMAC_MDIO_PHY_NUM as 1
      but it is 0 on DM365EVM.
      
      This patch is verified on da830/omap-l137, dm365 and dm644x evms.
      Signed-off-by: NPrakash PM <prakash.pm@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      e6441c4f
  3. 04 1月, 2010 1 次提交
  4. 09 12月, 2009 1 次提交
  5. 19 10月, 2009 1 次提交
  6. 13 10月, 2009 1 次提交
  7. 15 9月, 2009 1 次提交
  8. 15 6月, 2009 1 次提交
  9. 13 6月, 2009 2 次提交
  10. 25 4月, 2009 1 次提交
    • D
      minor DaVinci clock cleanup · 7239c5da
      David Brownell 提交于
      Minor cleanup to clock-related defines for DaVinci DM6446 boards:
      
       - CONFIG_SYS_CLK_FREQ is unused; remove it.
      
       - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
      
      On DM6446 both of those peripheral clocks actually come from the
      same source, the primary oscillator.  Having them use the same
      symbol avoids bugs in the clone'n'modify development cycle.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      7239c5da
  11. 17 4月, 2009 1 次提交
    • D
      fix DaVinci NS16550_REG_SIZE regression · 7ee38c04
      David Brownell 提交于
      Update the DaVinci DM6446 boards to use the new convention
      for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
      from the original 4 bytes, but these chips are little-endian.
      
      (Resolves a regression added recently by the include/ns16550.h
      patch to "Unify structure declaration for registers".  The code
      previously worked just fine because the registers were accessed
      as host-endian words, not as bytes.)
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      7ee38c04
  12. 31 3月, 2009 1 次提交
  13. 24 1月, 2009 1 次提交
  14. 19 10月, 2008 1 次提交
  15. 11 9月, 2008 3 次提交
  16. 13 8月, 2008 1 次提交
  17. 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
  18. 11 4月, 2008 1 次提交
  19. 30 3月, 2008 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