Skip to content
Snippets Groups Projects
  1. Mar 15, 2016
  2. Feb 21, 2014
  3. Jan 24, 2014
  4. Dec 04, 2013
  5. Aug 28, 2013
  6. Jul 24, 2013
  7. Jun 10, 2013
  8. May 10, 2013
  9. Apr 10, 2013
  10. Mar 11, 2013
  11. Dec 05, 2012
  12. Sep 27, 2012
    • Tom Rini's avatar
      SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux · 6507f133
      Tom Rini authored
      
      In SPL (CONFIG_SPL_FRAMEWORK) board_init_f must setup the stack pointer,
      clear the BSS and call board_init_r.  We mark this as weak as some
      platforms may need to perform additional initalization at this point.
      We provide a gd that we know will be in a usable location, once the BSS
      has been cleared to help with this as well.  Finally, we no longer call
      relocate_code so remove that from the armv7 version.
      
      Next, both board_init_f and jump_to_image_linux are going to be
      inherently arch-specific, so move these versions to arch/arm/lib/spl.c
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      6507f133
    • Tom Rini's avatar
      SPL: Move the omap SPL framework to common/spl · 47f7bcae
      Tom Rini authored
      
      Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL
      framework, enable on all of the previously using boards.  We move the
      spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/.  We leave
      the NAND one in-place as we plan to replace it later in this series.
      
      We use common/spl to avoid linker problems with respect to merging
      constant strings in objects.   Otherwise all strings in common/ will be
      linked in and kept which grows SPL in size too much.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      47f7bcae
    • Tom Rini's avatar
      ARM: SPL: Start hooking in the current SPI SPL support · d4c4e0e1
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      d4c4e0e1
    • Tom Rini's avatar
      ARM: SPL: Make spl_mmc.c more generic · f0881250
      Tom Rini authored
      
      Move the default omap/related-centric board_mmc_init to
      arch/arm/cpu/armv7/omap-common/boot-common.c and move the type defines
      to <asm/spl.h>.  Also use mmc->read_bl_len rather than MMCSD_SECTOR_SIZE
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      f0881250
    • Tom Rini's avatar
      ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> · 55cdbb8d
      Tom Rini authored
      
      Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and
      add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      55cdbb8d
  13. Jul 07, 2012
  14. May 15, 2012
  15. Sep 08, 2010
  16. Jul 06, 2010
  17. Jul 05, 2010
  18. Apr 13, 2010
  19. Jul 22, 2009
  20. Jun 25, 2009
  21. Jun 27, 2003
    • Wolfgang Denk's avatar
      * Code cleanup: · 8bde7f77
      Wolfgang Denk authored
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  22. Nov 19, 2002
    • Wolfgang Denk's avatar
      * Patch by Thomas Frieden, 13 Nov 2002: · c7de829c
      Wolfgang Denk authored
        Add code for AmigaOne board
        (preliminary merge to U-Boot, still WIP)
      
      * Patch by Jon Diekema, 12 Nov 2002:
        - Adding URL for IEEE OUI lookup
        - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
          being defined.
        - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
          root-on-nfs macros are designed to switch how the default boot
          method gets defined.
      c7de829c
  23. Sep 08, 2002
  24. Dec 14, 2000
  25. Nov 12, 2000
Loading