1. 5103e69 arm: armv7: save boot arguments by Raymond Mao · 1 year ago
  2. b5fc9f9 armv7: Use isb/dsb directly in start.S by Tom Rini · 1 year, 10 months ago
  3. fc22400 arm: Use the WEAK assembly entry point consistently by Tom Rini · 2 years, 3 months ago
  4. eaf6ea6 Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 9 months ago
  5. 372779a arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option by Pali Rohár · 2 years, 10 months ago
  6. 2564fce sunxi: move Cortex SMPEN setting into start.S by Andre Przywara · 3 years, 1 month ago
  7. cd82f19 armv7: Add Position Independent Execution support by Chia-Wei Wang · 3 years, 6 months ago
  8. a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 5 months ago
  9. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  10. a0106c8 ARM: armv7: Add early stack for erratum workarounds by Andrew F. Davis · 6 years ago
  11. c2ca3fd ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715 by Nishanth Menon · 7 years ago
  12. 7b37a9c ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715 by Nishanth Menon · 7 years ago
  13. 4bbd6b1 arm: v7R: Add initial support by Michal Simek · 7 years ago
  14. 2a51805 arm: v7: Update VBAR only if available by Lokesh Vutla · 7 years ago
  15. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. d852600 arm: Exercise v7_arch_cp15_set_acr even without errata fixups by Siarhei Siamashka · 7 years ago
  17. ff143d5 arm: mark save_boot_params_ret as a function by Philipp Tomsich · 7 years ago
  18. 11d9431 arm: Implement workaround for Cortex-A9 errata 845369 by Peng Fan · 8 years ago
  19. 8776350 Add ARM errata workaround 852421 and 852423 for Cortex-A17 by Nisal Menuka · 8 years ago
  20. 19a75b8 arm: omap3: Bring back ARM errata workaround 725233 by Siarhei Siamashka · 8 years ago
  21. d31d4a2 ARM: Introduce function to switch to hypervisor mode by Keerthy · 8 years ago
  22. b5bd098 arm: Allow skipping of low-level init with I-cache on by Simon Glass · 9 years ago
  23. a615d0b ARM: Introduce erratum workaround for 801819 by Nishanth Menon · 10 years ago
  24. 003b09d armv7: better comment in start.S by Pavel Machek · 10 years ago
  25. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  26. 9b4d65f ARM: Introduce erratum workaround for 621766 by Nishanth Menon · 10 years ago
  27. 5902f4c ARM: Introduce erratum workaround for 430973 by Nishanth Menon · 10 years ago
  28. b45c48a ARM: Introduce erratum workaround for 454179 by Nishanth Menon · 10 years ago
  29. c616a0d ARM: Introduce erratum workaround for 798870 by Nishanth Menon · 10 years ago
  30. 840fe95 sunxi: Support the FEL boot mode in the regular u-boot build by Siarhei Siamashka · 10 years ago
  31. 942cb0b sunxi: Normalise FEL support by Simon Glass · 10 years ago
  32. e11c6c2 arm: Allow lr to be saved by board code by Simon Glass · 10 years ago
  33. 0f274f5 ARM: armv7 fix spelling of SCTRL by Peng Fan · 10 years ago
  34. 3ff46cc arm: relocate the exception vectors by Georges Savoundararadj · 10 years ago
  35. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
  36. 60a4f39 arm: remove unused _end_vect and _vectors_end symbols by Albert ARIBAUD · 11 years ago
  37. b7588e3 ARM: Add workaround for Cortex-A9 errata 761320 by Nitin Garg · 11 years ago
  38. f71cbfe ARM: Add workaround for Cortex-A9 errata 794072 by Nitin Garg · 11 years ago
  39. b60eff3 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  40. 7cbe638 ARM: armv7: Make indirect vector addresses globl by Marek Vasut · 11 years ago
  41. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  42. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  43. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
  44. fa6c741 arm: do not compile relocate_code() for SPL builds by Albert ARIBAUD · 12 years ago
  45. 3ebbbfe Tegra: Restore cp15 VBAR _start vector write for ARMv7 by Tom Warren · 12 years ago
  46. c4a4e2e ARMv7: start.S: stay in HYP mode if u-boot is entered in it by Andre Przywara · 12 years ago
  47. 4411b2a BUGFIX: arm: data abort in get_bad_stack_swi by Tetsuyuki Kobayashi · 12 years ago
  48. 5c6db12 arm: Remove unused relocate_code() parameters by Benoît Thébaudeau · 12 years ago
  49. 7086e91 arm: relocate_code(): Use __image_copy_end for end of relocation by Benoît Thébaudeau · 12 years ago
  50. 4b3db1c arm: relocate_code(): Remove useless relocation offset computation by Benoît Thébaudeau · 12 years ago
  51. 959eaa7 arm: relocate_code() is no longer noreturn by Benoît Thébaudeau · 12 years ago
  52. 508611b arm: start.S: Fix _TEXT_BASE for SPL by Benoît Thébaudeau · 12 years ago
  53. d53e340 armv7: do not relocate _start twice by Vincent Stehlé · 12 years ago
  54. c5d4752 ARM: implement erratum 716044 workaround by Stephen Warren · 12 years ago
  55. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  56. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  57. 0678587 ARM: implement some Cortex-A9 errata workarounds by Stephen Warren · 12 years ago
  58. 6d6c0ba Tegra30: Add generic Tegra30 build support by Tom Warren · 12 years ago
  59. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  60. 63ee53a armv7 cpu_init_crit: Simplify code by Benoît Thébaudeau · 13 years ago
  61. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  62. 6f0dba8 arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0 by Tetsuyuki Kobayashi · 13 years ago
  63. 12b7b70 tegra20: enable SPL for tegra20 boards by Allen Martin · 12 years ago
  64. 00a2749 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  65. 448217d arm: Fix to mistake clean the memory space by Zhong Hongbo · 13 years ago
  66. f8b9d1d arm: bugfix: Move vector table before jumping relocated code by Tetsuyuki Kobayashi · 13 years ago
  67. 74236ac armv7: add appropriate headers for assembly functions by Aneesh V · 13 years ago
  68. e2132c2 arm: Tegra: fix undefined instruction hang immediately after reset by Tom Warren · 13 years ago
  69. e75119d tegra2: Remove unneeded boot code by Simon Glass · 13 years ago
  70. 80433c9 arm: Move CP15 init out of cpu_init_crit() by Simon Glass · 13 years ago
  71. e4fce34 start.S: remove omap3 specific code from start.S by Aneesh V · 13 years ago
  72. a8c6863 armv7: setup vector by Aneesh V · 13 years ago
  73. 8cf686e omap: add MMC and FAT support to SPL by Aneesh V · 14 years ago
  74. 033ca72 armv7: start.S: fixes and enhancements for SPL by Aneesh V · 14 years ago
  75. 401bb30 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 14 years ago
  76. 2219354 ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 by Rob Herring · 14 years ago
  77. c2dd0d4 armv7: integrate cache maintenance support by Aneesh V · 14 years ago
  78. cd6881b Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  79. 74652cf arm: Tegra2: add support for A9 CPU init by Tom Warren · 14 years ago
  80. b32e812 ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX by Luca Ceresoli · 14 years ago
  81. f326cbb arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  82. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  83. 386ad72 ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  84. 3600945 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  85. b9c5081 armv7: fix relocation skip by Andreas Bießmann · 14 years ago
  86. 1f52d89 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  87. a1a47d3 arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  88. a78fb68 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  89. 296cae7 arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  90. aaeb0a8 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  91. e03f316 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  92. a9aa392 Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  93. 123fb7d ARM: fix address setup in start.S by Darius Augulis · 14 years ago
  94. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  95. 8c0c2b9 ARM: Use consistent assembler syntax by Gray Remlin · 14 years ago
  96. 6d8d4ef Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  97. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  98. c3d3a54 armv7, beagle: add support for ELF relocations by Heiko Schocher · 14 years ago
  99. da90d4c arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  100. 561142a ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · 14 years ago