Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
  2. Nov 19, 2010
  3. Oct 29, 2010
  4. Oct 26, 2010
    • Wolfgang Denk's avatar
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      Acked-by: default avatarKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  5. Oct 18, 2010
  6. Jun 22, 2010
    • Prakash PM's avatar
      DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files · e6441c4f
      Prakash PM authored
      
      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: default avatarPrakash PM <prakash.pm@ti.com>
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      e6441c4f
  7. Jan 04, 2010
  8. Dec 08, 2009
  9. Oct 18, 2009
  10. Oct 13, 2009
  11. Sep 15, 2009
  12. Jun 15, 2009
  13. Jun 12, 2009
  14. Apr 24, 2009
    • David Brownell's avatar
      minor DaVinci clock cleanup · 7239c5da
      David Brownell authored
      
      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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      7239c5da
  15. Apr 16, 2009
    • David Brownell's avatar
      fix DaVinci NS16550_REG_SIZE regression · 7ee38c04
      David Brownell authored
      
      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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      7ee38c04
  16. Mar 30, 2009
  17. Jan 23, 2009
  18. Oct 18, 2008
  19. Sep 10, 2008
  20. Aug 12, 2008
  21. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  22. Apr 11, 2008
  23. Mar 30, 2008
  24. Aug 10, 2007
    • Sergey Kubushyn's avatar
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn authored
      
      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: default avatarSergey Kubushyn <ksi@koi8.net>
      Acked-by: default avatarDirk Behme <dirk.behme@gmail.com>
      Acked-by: default avatarZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      c74b2108
Loading