1. eb0a0b4 armv7: better comment in start.S by Pavel Machek · Wed Apr 08 14:15:54 2015 +0200
  2. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  3. 49db62d ARM: Introduce erratum workaround for 621766 by Nishanth Menon · Mon Mar 09 17:12:02 2015 -0500
  4. 3f44511 ARM: Introduce erratum workaround for 430973 by Nishanth Menon · Mon Mar 09 17:12:01 2015 -0500
  5. 071d6ce ARM: Introduce erratum workaround for 454179 by Nishanth Menon · Mon Mar 09 17:12:00 2015 -0500
  6. aa0294e ARM: Introduce erratum workaround for 798870 by Nishanth Menon · Mon Mar 09 17:11:59 2015 -0500
  7. 7ef91f0 sunxi: Support the FEL boot mode in the regular u-boot build by Siarhei Siamashka · Mon Feb 16 10:23:59 2015 +0200
  8. 5debe1f sunxi: Normalise FEL support by Simon Glass · Sat Feb 07 10:47:30 2015 -0700
  9. 47197fe arm: Allow lr to be saved by board code by Simon Glass · Sat Feb 07 10:47:28 2015 -0700
  10. 0bd6887 ARM: armv7 fix spelling of SCTRL by Peng Fan · Thu Jan 29 18:03:39 2015 +0800
  11. 58623d1 arm: relocate the exception vectors by Georges Savoundararadj · Tue Oct 28 23:16:11 2014 +0100
  12. 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · Tue Apr 15 16:13:51 2014 +0200
  13. 4b41649 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · Tue Apr 15 16:13:50 2014 +0200
  14. 245defa ARM: Add workaround for Cortex-A9 errata 761320 by Nitin Garg · Wed Apr 02 08:55:02 2014 -0500
  15. 7f17aed ARM: Add workaround for Cortex-A9 errata 794072 by Nitin Garg · Wed Apr 02 08:55:01 2014 -0500
  16. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · Sat Feb 22 17:53:43 2014 +0100
  17. eb54c6b ARM: armv7: Make indirect vector addresses globl by Marek Vasut · Sat Dec 14 05:55:26 2013 +0100
  18. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  19. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  20. 9580b32 arm: factorize relocate_code routine by Albert ARIBAUD · Sun May 19 01:48:15 2013 +0000
  21. 1c29409 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · Sun May 19 01:48:14 2013 +0000
  22. 23b2c7c Tegra: Restore cp15 VBAR _start vector write for ARMv7 by Tom Warren · Thu Mar 28 10:03:22 2013 -0700
  23. 7acb96b ARMv7: start.S: stay in HYP mode if u-boot is entered in it by Andre Przywara · Tue Apr 02 05:43:36 2013 +0000
  24. b023a95 BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · Fri Apr 05 00:12:51 2013 +0000
  25. a043661 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · Thu Apr 11 09:35:53 2013 +0000
  26. 03bae03 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · Thu Apr 11 09:35:46 2013 +0000
  27. a18f323 arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · Thu Apr 11 09:35:45 2013 +0000
  28. 9039c10 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · Thu Apr 11 09:35:43 2013 +0000
  29. a402da3 arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · Thu Apr 11 09:35:42 2013 +0000
  30. 59dd8b5 armv7: do not relocate _start twice by Vincent Stehlé · Fri Mar 15 06:54:00 2013 +0000
  31. c63c350 ARM: implement erratum 716044 workaround by Stephen Warren · Mon Mar 04 13:29:40 2013 +0000
  32. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Mar 18 12:31:00 2013 -0400
  33. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  34. e9d59c9 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · Tue Feb 26 12:28:27 2013 +0000
  35. d32b2a4 Tegra30: Add generic Tegra30 build support by Tom Warren · Tue Dec 11 13:34:17 2012 +0000
  36. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · Tue Jan 08 10:18:02 2013 +0000
  37. 0a16790 armv7 cpu_init_crit: Simplify code by Benoît Thébaudeau · Fri Aug 10 12:05:16 2012 +0000
  38. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · Wed Aug 22 15:31:05 2012 -0700
  39. 153ba38 arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 by Tetsuyuki Kobayashi · Fri Jul 06 21:14:20 2012 +0000
  40. c9c9846 tegra20: enable SPL for tegra20 boards by Allen Martin · Fri Aug 31 08:30:12 2012 +0000
  41. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · Fri Aug 31 08:30:00 2012 +0000
  42. 1a324a5 arm: Fix to mistake clean the memory space by Zhong Hongbo · Sat Jul 07 03:24:33 2012 +0000
  43. 61c70db arm: bugfix: Move vector table before jumping relocated code by Tetsuyuki Kobayashi · Mon Jun 25 02:40:57 2012 +0000
  44. fd8798b armv7: add appropriate headers for assembly functions by Aneesh V · Thu Mar 08 07:20:18 2012 +0000
  45. 778eb3c arm: Tegra: fix undefined instruction hang immediately after reset by Tom Warren · Tue Dec 06 13:00:19 2011 +0000
  46. 6ddda84 tegra2: Remove unneeded boot code by Simon Glass · Sat Nov 05 03:56:53 2011 +0000
  47. 277e308 arm: Move CP15 init out of cpu_init_crit() by Simon Glass · Sat Nov 05 03:56:51 2011 +0000
  48. 49a2e55 start.S: remove omap3 specific code from start.S by Aneesh V · Mon Nov 21 23:34:01 2011 +0000
  49. 688ee13 armv7: setup vector by Aneesh V · Mon Nov 21 23:34:00 2011 +0000
  50. 13a74c1 omap: add MMC and FAT support to SPL by Aneesh V · Thu Jul 21 09:10:27 2011 -0400
  51. ef0f76e armv7: start.S: fixes and enhancements for SPL by Aneesh V · Thu Jul 21 09:10:18 2011 -0400
  52. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  53. a693287 ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 by Rob Herring · Tue Jun 28 05:39:38 2011 +0000
  54. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · Thu Jun 16 23:30:49 2011 +0000
  55. 80f7021 Minor coding style cleanup. by Wolfgang Denk · Thu May 19 22:21:41 2011 +0200
  56. 112a188 arm: Tegra2: add support for A9 CPU init by Tom Warren · Thu Apr 14 12:18:06 2011 +0000
  57. c1164af ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX by Luca Ceresoli · Tue Apr 19 09:47:21 2011 -0400
  58. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · Tue Mar 01 23:02:04 2011 +0000
  59. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  60. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · Wed Dec 22 18:35:04 2010 +0000
  61. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · Thu Dec 09 11:26:24 2010 +0100
  62. 2003d8c armv7: fix relocation skip by Andreas Bießmann · Wed Dec 01 00:58:36 2010 +0100
  63. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · Wed Dec 01 00:58:35 2010 +0100
  64. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · Wed Dec 01 00:58:34 2010 +0100
  65. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · Wed Dec 01 00:58:33 2010 +0100
  66. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · Fri Nov 12 07:53:55 2010 +0100
  67. c6665d7 ARM: fix linker file for newer ld support by Albert Aribaud · Mon Nov 15 21:46:03 2010 +0100
  68. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · Thu Oct 28 20:52:49 2010 +0200
  69. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  70. 50a0a9c ARM: fix address setup in start.S by Darius Augulis · Mon Oct 25 13:45:35 2010 +0300
  71. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  72. ea4b2c8 ARM: Use consistent assembler syntax by Gray Remlin · Sun Oct 24 16:18:31 2010 +0100
  73. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · Tue Oct 19 21:07:52 2010 +0200
  74. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  75. 661a29e armv7, beagle: add support for ELF relocations by Heiko Schocher · Mon Oct 11 14:08:15 2010 +0200
  76. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · Tue Oct 05 16:06:39 2010 +0200
  77. 56d0a4d ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · Fri Sep 17 13:10:41 2010 +0200
  78. 6329a8f ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 by Steve Sakoman · Thu Jun 17 21:50:01 2010 -0700[Renamed from arch/arm/cpu/arm_cortexa8/start.S]
  79. 9c2cec4 ARM: Align stack to 8 bytes by Vitaly Kuzmichev · Tue Jun 15 22:18:11 2010 +0400
  80. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:11 2010 -0500[Renamed from cpu/arm_cortexa8/start.S]
  81. d61fbcc Coding Style cleanup; update CHANGELOG, prepare -rc1 by Wolfgang Denk · Wed Oct 28 00:49:47 2009 +0100
  82. 096b9c2 OMAP3 Move cache routine to cache.S by Tom Rix · Thu Sep 10 15:27:57 2009 -0400
  83. ae6f0c6 ARM Cortex A8: Move OMAP3 specific reset handler by Minkyu Kang · Mon Jul 20 11:40:01 2009 +0900
  84. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · Wed May 13 10:54:10 2009 +0200
  85. 7d75a10 OMAP3: Add common cpu and start code by Dirk Behme · Sun Dec 14 09:47:13 2008 +0100