1. 18 4月, 2014 1 次提交
  2. 05 11月, 2013 1 次提交
  3. 15 10月, 2013 1 次提交
  4. 20 8月, 2013 1 次提交
  5. 24 7月, 2013 1 次提交
  6. 01 9月, 2012 1 次提交
  7. 21 6月, 2012 2 次提交
  8. 12 2月, 2012 2 次提交
  9. 29 11月, 2011 1 次提交
  10. 28 11月, 2011 1 次提交
  11. 28 10月, 2011 1 次提交
  12. 06 10月, 2011 1 次提交
  13. 17 12月, 2010 2 次提交
  14. 30 10月, 2010 1 次提交
  15. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  16. 20 9月, 2010 1 次提交
  17. 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
  18. 04 1月, 2010 1 次提交
  19. 09 12月, 2009 1 次提交
  20. 13 10月, 2009 1 次提交
  21. 15 9月, 2009 1 次提交
  22. 19 7月, 2009 1 次提交
  23. 15 6月, 2009 1 次提交
  24. 13 6月, 2009 2 次提交
  25. 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
  26. 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
  27. 31 3月, 2009 1 次提交
  28. 24 1月, 2009 1 次提交
  29. 19 10月, 2008 1 次提交
  30. 11 9月, 2008 3 次提交
  31. 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
  32. 11 4月, 2008 1 次提交
  33. 30 3月, 2008 1 次提交
  34. 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