Skip to content
Snippets Groups Projects
  1. Mar 20, 2009
    • Mike Frysinger's avatar
      cmc_pu2: get mac address from environment · 92b50ffe
      Mike Frysinger authored
      
      The environment is the canonical storage location of the mac address, so
      we're killing off the global data location and moving everything to
      querying the env directly.
      
      Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
      handle this board specially in common ARM code.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Ben Warren <biggerbadderben@gmail.com>
      92b50ffe
    • Mike Frysinger's avatar
      arm: get mac address from environment · f11e6ff5
      Mike Frysinger authored
      
      The environment is the canonical storage location of the mac address, so
      we're killing off the global data location and moving everything to
      querying the env directly.
      
      Some warts are remaining and should be killed off (by moving the func to
      the appropriate board init code):
      	- davinci_eth_set_mac_addr
      	- cs8900_get_enetaddr
      	- smc_set_mac_addr
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Ben Warren <biggerbadderben@gmail.com>
      f11e6ff5
  2. Feb 22, 2009
  3. Feb 17, 2009
  4. Feb 06, 2009
  5. Jan 31, 2009
  6. Dec 06, 2008
  7. Nov 21, 2008
  8. Oct 28, 2008
    • Kumar Gala's avatar
      bootm: Add subcommands · 49c3a861
      Kumar Gala authored
      
      Add the ability to break the steps of the bootm command into several
      subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
      
      This allows us to do things like manipulate device trees before
      they are passed to a booting kernel or setup memory for a secondary
      core in multicore situations.
      
      Not all OS types support all subcommands (currently only start, loados,
      ramdisk, fdt, and go are supported).
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      49c3a861
  9. Oct 18, 2008
  10. Oct 08, 2008
  11. Sep 30, 2008
  12. Sep 08, 2008
  13. 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
  14. Aug 26, 2008
  15. Aug 20, 2008
  16. Aug 11, 2008
  17. Aug 06, 2008
  18. Jul 29, 2008
    • Remy Bohmer's avatar
      ARM: set GD_FLG_RELOC for boards skipping relocation to RAM · f96b44ce
      Remy Bohmer authored
      
      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
  19. Jul 20, 2008
  20. May 28, 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. May 10, 2008
  23. May 03, 2008
  24. Apr 18, 2008
  25. Mar 12, 2008
  26. Feb 29, 2008
  27. Feb 27, 2008
  28. 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
  29. Feb 14, 2008
  30. Feb 07, 2008
Loading