Skip to content
Snippets Groups Projects
  1. Sep 08, 2008
  2. Aug 30, 2008
    • Sandeep Paulraj's avatar
      ARM DaVinci: Changing function names for EMAC driver · fcaac589
      Sandeep Paulraj authored
      
      DM644x is just one of a series of DaVinci chips that use the EMAC driver.
      By replacing all the function names that start with dm644x_* to davinci_*
      we make these function more portable. I have tested this change on my EVM.
      DM6467 is another DaVinci SOC which uses the EMAC driver and i will
      be sending patches that add DaVinci DM6467 support to the list soon.
      
      Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
      fcaac589
  3. Aug 26, 2008
  4. Aug 20, 2008
  5. Aug 11, 2008
  6. Aug 06, 2008
  7. Jul 29, 2008
    • Remy Bohmer's avatar
      ARM: set GD_FLG_RELOC for boards skipping relocation to RAM · f96b44ce
      Remy Bohmer authored and Wolfgang Denk's avatar Wolfgang Denk committed
      
      If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
      never set, because relocation to RAM is actually never done by U-boot
      itself. However, several pieces of code check if this flag is set at
      some time.
      
      So, to make sure this flag is set on boards skipping relocation, this
      is added to the initialisation of U-boot at a moment where it is safe
      to do so.
      
      Signed-off-by: default avatarRemy Bohmer <linux@bohmer.net>
      f96b44ce
  8. Jul 20, 2008
  9. May 28, 2008
  10. 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
  11. May 10, 2008
  12. May 03, 2008
  13. Apr 18, 2008
  14. Mar 12, 2008
  15. Feb 29, 2008
  16. Feb 27, 2008
  17. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  18. Feb 14, 2008
  19. Feb 07, 2008
  20. Feb 04, 2008
  21. Jan 09, 2008
  22. Nov 25, 2007
  23. Oct 13, 2007
  24. Sep 17, 2007
  25. Sep 06, 2007
  26. Sep 04, 2007
  27. Aug 10, 2007
    • Sergey Kubushyn's avatar
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn authored and Stefan Roese's avatar Stefan Roese committed
      
      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
  28. Jul 13, 2007
  29. Jul 10, 2007
  30. Jul 09, 2007
Loading