Skip to content
Snippets Groups Projects
  1. Jun 12, 2016
  2. Feb 29, 2016
  3. Mar 24, 2015
    • Rob Herring's avatar
      remove unnecessary version.h includes · 7682a998
      Rob Herring authored
      
      Various files are needlessly rebuilt every time due to the version and
      build time changing. As version.h is not actually needed, remove the
      include.
      
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Warren <twarren@nvidia.com>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Macpaul Lin <macpaul@andestech.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: York Sun <yorksun@freescale.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Philippe Reynes <tremyfr@yahoo.fr>
      Cc: Eric Jarrige <eric.jarrige@armadeus.org>
      Cc: "David Müller" <d.mueller@elsoft.ch>
      Cc: Phil Edworthy <phil.edworthy@renesas.com>
      Cc: Robert Baldyga <r.baldyga@samsung.com>
      Cc: Torsten Koschorrek <koschorrek@synertronixx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: default avatarŁukasz Majewski <l.majewski@samsung.com>
      7682a998
  4. May 15, 2014
  5. Feb 26, 2014
  6. Oct 14, 2013
  7. Jul 24, 2013
  8. Jun 10, 2013
    • Tom Rini's avatar
      arm: Remove OMAP2420H4 and all omap24xx support · 7f5eef93
      Tom Rini authored
      
      The omap2420H4 was the only mainline omap24xx board.  Prior to being
      fixed by Jon Hunter in time for v2013.04 it had been functionally broken
      for a very long time.  Remove this board as there's not been interest in
      it in U-Boot for quite a long time.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      7f5eef93
  9. May 30, 2013
  10. Apr 13, 2013
    • Tetsuyuki Kobayashi's avatar
      BUGFIX: arm: data abort in get_bad_stack_swi · 4411b2ae
      Tetsuyuki Kobayashi authored
      
      When swi instruction is executed, it is expected to get message
      "software interrupt" in console and dump registers and reboot, as
      do_software_interrupt() in arch/arm/lib/interrupts.c.
      But, actually it causes data abort accessing wrong address in get_bad_stack_swi
      macro in arch/arm/cpu/v7/start.S.
      This patch fixes this problem.
      
      The same mistake in arch/arm/cpu/{arm1136,arm1176,pxa}/start.S.
      
      Signed-off-by: default avatarTetsuyuki Kobayashi <koba@kmckk.co.jp>
      4411b2ae
  11. Apr 12, 2013
  12. Mar 15, 2013
    • Simon Glass's avatar
      Replace __bss_end__ with __bss_end · 3929fb0a
      Simon Glass authored
      
      Note this is a tree-wide change affecting multiple architectures.
      
      At present we use __bss_start, but mostly __bss_end__. This seems
      inconsistent and in a number of places __bss_end is used instead.
      
      Change to use __bss_end for the BSS end symbol throughout U-Boot. This
      makes it possible to use the asm-generic/sections.h file on all
      archs.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      3929fb0a
  13. Jan 08, 2013
    • Albert ARIBAUD's avatar
      arm: move C runtime setup code in crt0.S · e05e5de7
      Albert ARIBAUD authored
      
      Move all the C runtime setup code from every start.S
      in arch/arm into arch/arm/lib/crt0.S. This covers
      the code sequence from setting up the initial stack
      to calling into board_init_r().
      
      Also, rewrite the C runtime setup and make functions
      board_init_*() and relocate_code() behave according to
      normal C semantics (no jumping across the C stack any
      more, etc).
      
      Some SPL targets had to be touched because they use
      start.S explicitly or for some reason; the relevant
      maintainers and custodians are cc:ed.
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      e05e5de7
  14. Oct 26, 2012
  15. Oct 04, 2012
  16. Jul 20, 2012
  17. Aug 04, 2011
  18. Jul 26, 2011
  19. Jul 04, 2011
    • Aneesh V's avatar
      armv7: rename cache related CONFIG flags · e47f2db5
      Aneesh V authored
      
      Replace the cache related CONFIG flags with more meaningful
      names. Following are the changes:
      
      CONFIG_L2_OFF	     -> CONFIG_SYS_L2CACHE_OFF
      CONFIG_SYS_NO_ICACHE -> CONFIG_SYS_ICACHE_OFF
      CONFIG_SYS_NO_DCACHE -> CONFIG_SYS_DCACHE_OFF
      
      Signed-off-by: default avatarAneesh V <aneesh@ti.com>
      V2:
       * Changed CONFIG_L2_OFF -> CONFIG_SYS_NO_L2CACHE
      V4:
       * Changed all three flags to the final names suggested as above
         and accordingly changed the commit message
      e47f2db5
  20. Mar 27, 2011
  21. Feb 21, 2011
  22. Feb 01, 2011
  23. Dec 13, 2010
  24. Dec 09, 2010
  25. Dec 08, 2010
  26. Nov 17, 2010
  27. Oct 29, 2010
Loading