1. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  2. 3e10fcd arm: add save_boot_params for ARM1176 by Cédric Schieli · 8 years ago
  3. ba10b85 ARM: start.S: fix typo by Yuichiro Goto · 9 years ago
  4. 2085ae7 arm1136/arm1176: Merge cache handling code by Alexander Stein · 9 years ago
  5. b491d97 Merge branch 'u-boot/master' by Albert ARIBAUD · 9 years ago
  6. ddf6bd4 ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x by Masahiro Yamada · 10 years ago
  7. 79d75d7 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · 10 years ago
  8. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  9. 50b82c4 ARM: remove tnetv107x board support by Masahiro Yamada · 10 years ago
  10. d648964 kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  11. 4641429 rpi: add support for Raspberry Pi 2 model B by Stephen Warren · 10 years ago
  12. a033171 bcm2835/rpi: add SPDX license tags for some files by Stephen Warren · 10 years ago
  13. 34e609c dm: Move Raspberry Pi driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  14. 56f31e8 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  15. 165ecd2 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  16. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  17. c79cba3 cosmetic: replace MIN, MAX with min, max by Masahiro Yamada · 10 years ago
  18. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 10 years ago
  19. 60a4f39 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · 10 years ago
  20. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  21. 3cd534e ARM: bcm2835: config.mk isn't needed by Stephen Warren · 11 years ago
  22. bf1af3d ARM: merge commonly-defined PLATFORM_RELFLAGS by Masahiro Yamada · 11 years ago
  23. de351d6 lib: time: add weak timer_init() function by Darwin Rambo · 11 years ago
  24. 004c105 ARM: bcm2835: fix mailbox timeout by Stephen Warren · 11 years ago
  25. fa8f950 ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  26. 3102274 ARM: refactor compiler options in config.mk by Masahiro Yamada · 11 years ago
  27. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  28. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 11 years ago
  29. fa6c741 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 11 years ago
  30. 4411b2a BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · 11 years ago
  31. 9ce8e23 arm1176: Remove unused MMU setup from start.S by Benoît Thébaudeau · 11 years ago
  32. 66f30bf arm: Remove deprecated and now unused NAND SPL by Benoît Thébaudeau · 11 years ago
  33. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  34. 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 11 years ago
  35. 7086e91 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 11 years ago
  36. 4b3db1c arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 11 years ago
  37. 959eaa7 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 11 years ago
  38. 508611b arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 11 years ago
  39. 5eaa215 ARM: bcm2835: fix get_timer() to return ms by Stephen Warren · 11 years ago
  40. 8807728 ARM: bcm2835: add mailbox driver by Stephen Warren · 12 years ago
  41. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  42. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  43. 4debcc2 ARM: arm1176: Define arch_cpu_init() for s3c64xx by Ashok Kumar Reddy · 12 years ago
  44. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  45. d731282 dm: wdt: arm: Move tnetv107x into drivers/watchdog/ by Marek Vasut · 12 years ago
  46. 76abfa5 arm: Fixed the offset for the no relocation. by Zhong Hongbo · 12 years ago
  47. 59d63f7 ARM: arm1176: Define arch_cpu_init() at the SoC level by Stephen Warren · 12 years ago
  48. efad6cf ARM: add basic support for the Broadcom BCM2835 SoC by Stephen Warren · 12 years ago
  49. 86c6326 ARM: arm1176: enable instruction cache in arch_cpu_init() by Stephen Warren · 12 years ago
  50. 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 12 years ago
  51. 4a07648 arm: Use common .lds file where possible by Simon Glass · 13 years ago
  52. cca4e4a Reduce build times by Wolfgang Denk · 13 years ago
  53. 2d3be7c led: remove camel casing of led identifiers globally by Jason Kridner · 13 years ago
  54. 17659d7 Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  55. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  56. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  57. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  58. 9a3a49f SMDK6400: Disable LED function in start.s on the nand booting by seedshope · 14 years ago
  59. f326cbb arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  60. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  61. 386ad72 ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  62. 3600945 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  63. 1f52d89 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  64. a1a47d3 arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  65. a78fb68 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  66. 296cae7 arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  67. e42a7df arm1176: bugfix: fix start.S for ELF relocation by Albert Aribaud · 14 years ago
  68. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  69. aaeb0a8 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  70. e03f316 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  71. a9aa392 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  72. ea34c9d arm1176: fix relocation by Darius Augulis · 14 years ago
  73. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  74. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  75. da90d4c arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  76. a51dd67 ARM: implement relocation for arm1176 by Heiko Schocher · 14 years ago
  77. 1a27f7d ARM: Align stack to 8 bytes by Vitaly Kuzmichev · 14 years ago
  78. 3712367 ARM1176: TI: TNETV107X soc initial support by Cyril Chemparathy · 14 years ago
  79. 678e008 ARM1176: Coexist with other ARM1176 platforms by Cyril Chemparathy · 14 years ago
  80. 84ad688 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · 14 years ago