1. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 4 months ago
  2. bef9fdb arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  3. cdd20e3 Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 9 months ago
  4. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 9 months ago
  5. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 1 year, 1 month ago
  6. fc61de3 arm: Get bloblist from boot arguments by Raymond Mao · 12 months ago
  7. 726a802 arm: Use builtins for ffs/fls by Sean Anderson · 1 year, 6 months ago
  8. 7a0d880 Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 3 years ago
  9. b6664ea ARM: cache: Allow SPL to build cache-pl310.c by Philip Oberfichtner · 2 years, 5 months ago
  10. 12a3e1a arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 11 months ago
  11. 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 10 months ago
  12. dbf6b14 arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions by Stefan Roese · 3 years, 5 months ago
  13. 8f96965 ARM: make LTO available by Marek Behún · 3 years, 8 months ago
  14. e5fc903 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · 3 years, 8 months ago
  15. 59b0d7d bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 8 months ago
  16. b46e6cc ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them by Claudius Heine · 4 years, 11 months ago
  17. 0bc4356 arch: arm: Program GIC LPI configuration table by Bharat Kumar Reddy Gooty · 5 years ago
  18. 22b7b86 spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 6 years ago
  19. e4fd695 efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  20. f4bcd76 arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15 by Lokesh Vutla · 7 years ago
  21. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  22. a821a77 ARM: Fix Makefile during SPL and TPL build by Marek Vasut · 7 years ago
  23. 6808ef9 move booti_setup to arch/arm/lig/image.c by Bin Chen · 7 years ago
  24. 8218f7b efi_selftest: test start image by Heinrich Schuchardt · 7 years ago
  25. b4806d6 arm: provide a PCS-compliant setjmp implementation by Philipp Tomsich · 7 years ago
  26. 111a6af arm: Add Kconfig symbols used for Linux asm compatibility by Phil Edworthy · 8 years ago
  27. 98db26a armv8: fsl: move ccn504 code into FSL Makefile by Andre Przywara · 8 years ago
  28. 0cef6cb armv8: SPL: only compile GIC code if needed by Andre Przywara · 8 years ago
  29. 984a3c8 spl: fdt: support for fdt fixup for falcon boot by B, Ravi · 8 years ago
  30. bf4d049 armv7m: add instruction & data cache support by Vikas Manocha · 8 years ago
  31. 3a64940 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · 8 years ago
  32. 40d5534 ARM: Default to using optimized memset and memcpy routines by Tom Rini · 8 years ago
  33. ebda0cc armv8: prevent using THUMB by Andre Przywara · 8 years ago
  34. 95b62b2 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago
  35. dd46eef efi: arm: Add EFI app support by Simon Glass · 8 years ago
  36. 5db2890 cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  37. a78cd86 ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  38. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 9 years ago
  39. 45684ae ARMv8/PSCI: Fixup the device tree for PSCI by Hou Zhiqiang · 9 years ago
  40. 0bf65c6 arm: lib: import muldi3.S from Linux by Marek Vasut · 9 years ago
  41. 7b9f9c5 arm: lib: Import __do_div64 from Linux by Marek Vasut · 9 years ago
  42. c5a543e arm: lib: Sync libgcc 32b division/modulo operations by Marek Vasut · 9 years ago
  43. 11b1a9b arm: lib: Drop underscore from private libgcc filenames by Marek Vasut · 9 years ago
  44. c0db6f8 arm: include: Import unified.h from Linux kernel by Marek Vasut · 9 years ago
  45. 1163625 Rename reset to sysreset by Stephen Warren · 9 years ago
  46. 9ab6049 arm: Add a 64-bit division routine to the private library by Simon Glass · 9 years ago
  47. 62e9207 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · 9 years ago
  48. 1090a56 arm: Drop old non-generic-board code by Simon Glass · 9 years ago
  49. c9feb42 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  50. c6aabe9 arm: reset: Avoid a build error when the reset uclass is enabled by Simon Glass · 9 years ago
  51. 3ffa95c armv8: Add framework for CCN-504 interconnect configuration by Bhupesh Sharma · 10 years ago
  52. f99993c common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec() by Matt Porter · 10 years ago
  53. 12d8a72 ARM: Add ARMv7-M support by rev13@wp.pl · 10 years ago
  54. 68145d4 common/board_f: factor out reserve_stacks by Andreas Bießmann · 10 years ago
  55. 51b17d4 arm: debug: add Kconfig entries for lowlevel debug by Masahiro Yamada · 10 years ago
  56. 261d276 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · 11 years ago
  57. 41623c9 arm: move exception handling out of start.S files by Albert ARIBAUD · 11 years ago
  58. c71645a arm64 patch: gicv3 support by David Feng · 11 years ago
  59. cd2e46c kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  60. d0b5d9d arm: make _end compiler-generated by Albert ARIBAUD · 11 years ago
  61. 0ae7653 arm64: core support by David Feng · 11 years ago
  62. fa8f950 ARM: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  63. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  64. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 12 years ago
  65. df84502 arm: generalize lib/bss.c into lib/sections.c by Albert ARIBAUD · 12 years ago
  66. 3da0e57 arm: factorize relocate_code routine by Albert ARIBAUD · 12 years ago
  67. 6caa195 arm: Use image_setup_linux() instead of local code by Simon Glass · 12 years ago
  68. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  69. 959daa2 arm: Enable generic board support by Simon Glass · 12 years ago
  70. 3ebd1cb arm: make __bss_start and __bss_end__ compiler-generated by Albert ARIBAUD · 12 years ago
  71. fe34f8d arm: Make interrupts.o and reset.o in libarm also appear in SPL by Tom Wai-Hong Tam · 12 years ago
  72. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  73. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  74. c497be7 arm: enable libgcc build for SPL by Allen Martin · 12 years ago
  75. d460587 Add cache functions to SPL for armv7 by Stefano Babic · 13 years ago
  76. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 14 years ago
  77. 93bc219 armv7: add PL310 support to u-boot by Aneesh V · 14 years ago
  78. e47f2db armv7: rename cache related CONFIG flags by Aneesh V · 14 years ago
  79. d8834a1 arm: Use optimized memcpy and memset from linux by Matthias Weisser · 14 years ago
  80. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  81. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/Makefile]
  82. f772acf ARM: compiler options cleanup - improve tool chain support by Wolfgang Denk · 15 years ago
  83. deec15b arm: add _lshrdi3.S by Heiko Schocher · 15 years ago
  84. 52b1bf2 Make linking against libgcc configurable by Wolfgang Denk · 15 years ago
  85. ab29823 arm: unify reset command by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. b3acb6c arm: clean cache management by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 53677ef Big white-space cleanup. by Wolfgang Denk · 17 years ago
  88. 823afe7 [Makefile] Sort COBJS in lib_<arch> Makefiles by Marian Balakowicz · 17 years ago
  89. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  90. 6d0943a ARM: cleanup duplicated exception handlingcode by Andreas Engel · 17 years ago
  91. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago
  92. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  93. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  94. ba94a1b * Update Intel IXP4xx support by Wolfgang Denk · 19 years ago
  95. f47713f Initial revision by wdenk · 22 years ago