1. 8b8aad6 arm1136/arm1176: Merge cache handling code by Alexander Stein · Fri Jul 24 09:22:10 2015 +0200
  2. 93afc87 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri Apr 10 14:22:23 2015 +0200
  3. ed22cc7 ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x by Masahiro Yamada · Thu Mar 19 19:42:56 2015 +0900
  4. 126f359 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · Fri Feb 27 02:40:33 2015 +0900
  5. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  6. 8a91172 ARM: remove tnetv107x board support by Masahiro Yamada · Tue Feb 24 11:45:09 2015 +0900
  7. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · Tue Feb 24 22:26:21 2015 +0900
  8. dc7ea68 rpi: add support for Raspberry Pi 2 model B by Stephen Warren · Mon Feb 16 12:16:15 2015 -0700
  9. 29e494c bcm2835/rpi: add SPDX license tags for some files by Stephen Warren · Mon Feb 16 12:16:13 2015 -0700
  10. 13fc6a2 dm: Move Raspberry Pi driver model CONFIGs to Kconfig by Simon Glass · Thu Feb 05 21:41:39 2015 -0700
  11. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · Thu Nov 13 12:28:42 2014 +0900
  12. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · Thu Nov 13 12:28:40 2014 +0900
  13. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  14. b62b39b cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · Thu Sep 18 13:28:06 2014 +0900
  15. 9852cc6 arm: move exception handling out of start.S files by Albert ARIBAUD · Tue Apr 15 16:13:51 2014 +0200
  16. 4b41649 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · Tue Apr 15 16:13:50 2014 +0200
  17. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · Sat Feb 22 17:53:43 2014 +0100
  18. 2acaff2 ARM: bcm2835: config.mk isn't needed by Stephen Warren · Tue Jan 28 22:42:06 2014 -0700
  19. b8a2625 ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · Wed Jan 15 11:00:45 2014 +0900
  20. f283e4f lib: time: add weak timer_init() function by Darwin Rambo · Thu Dec 19 15:06:12 2013 -0800
  21. c2b50ff ARM: bcm2835: fix mailbox timeout by Stephen Warren · Mon Jan 13 19:50:12 2014 -0700
  22. 5a0c0ba ARM: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:52 2013 +0900
  23. d6801e6 ARM: refactor compiler options in config.mk by Masahiro Yamada · Sat Sep 07 17:42:37 2013 +0900
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  25. 9580b32 arm: factorize relocate_code routine by Albert ARIBAUD · Sun May 19 01:48:15 2013 +0000
  26. 1c29409 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · Sun May 19 01:48:14 2013 +0000
  27. b023a95 BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · Fri Apr 05 00:12:51 2013 +0000
  28. 62dd75c arm1176: Remove unused MMU setup from start.S by Benoît Thébaudeau · Thu Apr 11 09:36:02 2013 +0000
  29. 80f2f93 arm: Remove deprecated and now unused NAND SPL by Benoît Thébaudeau · Thu Apr 11 09:36:01 2013 +0000
  30. c154ecc arm: Remove support for unused s3c64xx by Benoît Thébaudeau · Thu Apr 11 09:36:00 2013 +0000
  31. a043661 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · Thu Apr 11 09:35:53 2013 +0000
  32. 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
  33. a18f323 arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · Thu Apr 11 09:35:45 2013 +0000
  34. 9039c10 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · Thu Apr 11 09:35:43 2013 +0000
  35. a402da3 arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · Thu Apr 11 09:35:42 2013 +0000
  36. 37c1efa ARM: bcm2835: fix get_timer() to return ms by Stephen Warren · Wed Mar 27 18:43:23 2013 +0000
  37. 91ea288 ARM: bcm2835: add mailbox driver by Stephen Warren · Tue Jan 29 16:37:36 2013 +0000
  38. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · Thu Mar 14 06:54:53 2013 +0000
  39. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · Tue Jan 08 10:18:02 2013 +0000
  40. 6cac899 ARM: arm1176: Define arch_cpu_init() for s3c64xx by Ashok Kumar Reddy · Wed Sep 26 23:44:59 2012 +0530
  41. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  42. 1df69ec dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · Sat Jul 21 05:02:21 2012 +0000
  43. 8c2ef80 arm: Fixed the offset for the no relocation. by Zhong Hongbo · Sat Sep 01 20:49:52 2012 +0000
  44. dad11a9 ARM: arm1176: Define arch_cpu_init() at the SoC level by Stephen Warren · Sat Sep 01 16:27:56 2012 +0000
  45. 45b8ae6 ARM: add basic support for the Broadcom BCM2835 SoC by Stephen Warren · Sun Aug 05 16:07:21 2012 +0000
  46. 0730faf ARM: arm1176: enable instruction cache in arch_cpu_init() by Stephen Warren · Sun Aug 05 16:07:20 2012 +0000
  47. 1a324a5 arm: Fix to mistake clean the memory space by Zhong Hongbo · Sat Jul 07 03:24:33 2012 +0000
  48. 22f26fe arm: Use common .lds file where possible by Simon Glass · Mon Feb 20 20:17:52 2012 +0000
  49. 9209ed5 Reduce build times by Wolfgang Denk · Tue Nov 01 20:54:02 2011 +0000
  50. aff0aa8 led: remove camel casing of led identifiers globally by Jason Kridner · Sun Sep 04 14:40:16 2011 -0400
  51. 944a7fe Timer: Remove reset_timer_masked() by Graeme Russ · Fri Jul 15 02:21:14 2011 +0000
  52. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · Fri Jul 15 02:19:44 2011 +0000
  53. 5e669ff Timer: Remove set_timer completely by Graeme Russ · Fri Jul 15 02:18:12 2011 +0000
  54. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · Wed Jul 13 05:11:07 2011 +0000
  55. 10de94c SMDK6400: Disable LED function in start.s on the nand booting by seedshope · Sat Jan 22 10:06:13 2011 +0000
  56. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · Tue Mar 01 23:02:04 2011 +0000
  57. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · Tue Mar 01 22:59:59 2011 +0000
  58. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · Wed Dec 22 18:35:04 2010 +0000
  59. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · Thu Dec 09 11:26:24 2010 +0100
  60. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · Wed Dec 01 00:58:35 2010 +0100
  61. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · Wed Dec 01 00:58:34 2010 +0100
  62. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · Wed Dec 01 00:58:33 2010 +0100
  63. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · Fri Nov 12 07:53:55 2010 +0100
  64. 079473f arm1176: bugfix: fix start.S for ELF relocation by Albert Aribaud · Fri Nov 26 19:42:10 2010 +0100
  65. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  66. c6665d7 ARM: fix linker file for newer ld support by Albert Aribaud · Mon Nov 15 21:46:03 2010 +0100
  67. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · Thu Oct 28 20:52:49 2010 +0200
  68. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · Thu Oct 28 20:35:36 2010 +0200
  69. 5e870f1 arm1176: fix relocation by Darius Augulis · Mon Oct 25 13:48:03 2010 +0300
  70. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · Tue Oct 26 14:34:52 2010 +0200
  71. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · Thu Oct 07 21:51:12 2010 +0200
  72. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · Tue Oct 05 16:06:39 2010 +0200
  73. 55f965a ARM: implement relocation for arm1176 by Heiko Schocher · Fri Sep 17 13:10:53 2010 +0200
  74. 9c2cec4 ARM: Align stack to 8 bytes by Vitaly Kuzmichev · Tue Jun 15 22:18:11 2010 +0400
  75. 692a7af ARM1176: TI: TNETV107X soc initial support by Cyril Chemparathy · Mon Jun 07 14:13:32 2010 -0400
  76. 4e3ad93 ARM1176: Coexist with other ARM1176 platforms by Cyril Chemparathy · Mon Jun 07 14:13:27 2010 -0400
  77. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:11 2010 -0500