1. 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 7 years ago
  2. 6e3abf3 ARM: Fix Makefile during SPL and TPL build by Marek Vasut · 7 years ago
  3. 438caa3 arm: print information about loaded UEFI images by Heinrich Schuchardt · 7 years ago
  4. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  5. b33ccd1 arm64: show_regs: Dump the LRs HW values by Karl Beldan · 7 years ago
  6. 7f2ef30 arm/PSCI: support PSCI versions greater than 1.0 by Andre Heider · 7 years ago
  7. 764acb0 ARM: image: indent with tab instead of 4 spaces by Masahiro Yamada · 7 years ago
  8. 467fd7a efi_loader: fix building crt0 on arm by Heinrich Schuchardt · 7 years ago
  9. dac184b move booti_setup to arch/arm/lig/image.c by Bin Chen · 7 years ago
  10. 375cc6e arm: bootm-fdt.c: fix compiler warning by Heiko Schocher · 7 years ago
  11. e3cde3a efi_selftest: test start image by Heinrich Schuchardt · 7 years ago
  12. 1a0b805 ARM: bootm: don't assume sp is in DRAM bank 0 by Stephen Warren · 7 years ago
  13. b80fe6d ARMv8: Allow dynamic early stack pointer by Stephen Warren · 7 years ago
  14. c10b967 arm: Add support of updating dts before fix-up by Prabhakar Kushwaha · 7 years ago
  15. 71acd4f efi_loader: helloworld.c: Reduce file size by Alexander Graf · 7 years ago
  16. b400f6e armv8: fix gd after relocation by York Sun · 7 years ago
  17. c3c9b33 arm64 :show_regs: show the address before relocation by Peng Fan · 7 years ago
  18. e5a246f arm: provide a PCS-compliant setjmp implementation by Philipp Tomsich · 7 years ago
  19. cc00f0e arm: boot0 hook: move boot0 hook before '_start' by Philipp Tomsich · 7 years ago
  20. 38d1b93 armv8: update gd after relocate by Kever Yang · 7 years ago
  21. 81c2137 arm64: support running at addr other than linked to by Stephen Warren · 7 years ago
  22. 06eefbd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  23. ffea3e6 armv8: layerscape: Enable falcon boot by York Sun · 7 years ago
  24. 446c7d0 ARMv8: fix error in freeing stack frame by zijun_hu · 7 years ago
  25. fc4741f ARMv8: get new GD address from gd->new_gd directly by zijun_hu · 7 years ago
  26. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  27. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  28. 44aa830 armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK by Philipp Tomsich · 7 years ago
  29. d71b901 armv8: spl: Support separate stack for TPL by Philipp Tomsich · 7 years ago
  30. 5530df3 Revert "armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel" by Tom Rini · 7 years ago
  31. edb1a3f ARM: provide a valid exception stack address for startup code by Lothar Waßmann · 7 years ago
  32. e6c1370 arm: adjust PC displayed in exception handlers to point to the failing instruction by Lothar Waßmann · 7 years ago
  33. bded0c8 ARM: remove bogus cp_delay() function by Lothar Waßmann · 7 years ago
  34. e095280 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  35. f8b5c56 armv7m: Disable D-cache when booting nommu(ARMv7M) Linux kernel by tnishinaga.dev@gmail.com · 7 years ago
  36. 1375e58 arm: Disable LPAE if not enabled by Simon Glass · 7 years ago
  37. 5bfd41d arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T by Simon Glass · 7 years ago
  38. 3b37247 arm: Rename HCTR to HTCR by Simon Glass · 7 years ago
  39. 3b8f16a arm: Add Kconfig symbols used for Linux asm compatibility by Phil Edworthy · 7 years ago
  40. 30db774 arm: Add declarations to avoid needing to include headers by Simon Glass · 8 years ago
  41. 0ffb9d6 arm: Add explicit include of <asm/mach-types.h> by Simon Glass · 7 years ago
  42. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  43. 739a9d1 armv8: fsl: move ccn504 code into FSL Makefile by Andre Przywara · 8 years ago
  44. e778223 armv8: SPL: only compile GIC code if needed by Andre Przywara · 8 years ago
  45. 4d86356 spl: fdt: support for fdt fixup for falcon boot by B, Ravi · 8 years ago
  46. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  47. ffb3c0b arm/lib/bootm.c: keep ARM v7M in thumb mode during boot_jump_linux() by Patrice Chotard · 8 years ago
  48. e8ead73 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · 8 years ago
  49. 948c61b armv7m: add instruction & data cache support by Vikas Manocha · 8 years ago
  50. dfafe89 Remove various unused interrupt related code by Tom Rini · 8 years ago
  51. 8ab5a1b arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup() by Stefan Roese · 8 years ago
  52. 1c640a6 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · 8 years ago
  53. 40eb691 arm: use common instructions applicable to armv7m & other arm archs by Vikas Manocha · 9 years ago
  54. b564d52 do_smhload: fix return code by Ryan Harkin · 8 years ago
  55. 7d50c29 armv8: spl: Call spl_relocate_stack_gd for ARMv8 by Philipp Tomsich · 8 years ago
  56. 93f19fe arm64: fix comment in relocate_64.S by Masahiro Yamada · 8 years ago
  57. 48042d8 arm64: use store with auto-increment by Masahiro Yamada · 8 years ago
  58. 7efc632 arm64: use xzr to zero-out the bss section by Masahiro Yamada · 8 years ago
  59. 443b516 ARM: Default to using optimized memset and memcpy routines by Tom Rini · 8 years ago
  60. b86c4d0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  61. 6be115d ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCI by Hou Zhiqiang · 8 years ago
  62. eb2088d armv8: aarch64: Fix the warning about x1-x3 nonzero issue by Alison Wang · 8 years ago
  63. f66cee3 ARM: boot0 hook: remove macro, include whole header file by Andre Przywara · 8 years ago
  64. 67bf820 armv8: prevent using THUMB by Andre Przywara · 8 years ago
  65. 05725ed ARMv8: Setup PSCI memory and device tree by macro.wave.z@gmail.com · 8 years ago
  66. ec2d7ed ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition by macro.wave.z@gmail.com · 8 years ago
  67. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  68. b548351 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago
  69. 876c7e1 armv8: fsl-layerscape: SMP support for loading 32-bit OS by Alison Wang · 8 years ago
  70. 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  71. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  72. 61378fd efi: arm: Add aarch64 EFI app support by Simon Glass · 8 years ago
  73. fc03fb9 efi: arm: Add EFI app support by Simon Glass · 8 years ago
  74. 631c1a2 elf: arm: Add a few ARM relocation types by Simon Glass · 8 years ago
  75. 266c8c1 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode by Keerthy · 8 years ago
  76. 485110a arm: print the cache config option in hex instead of decimal by Keerthy · 8 years ago
  77. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  78. bae1480 arm: cache: always flush cache line size for page table by Stefan Agner · 8 years ago
  79. c4a7322 arm: cache: add support for LPAE for region D$ behavior by Stefan Agner · 8 years ago
  80. 84f9b61 ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · 8 years ago
  81. 36f067f cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  82. 413ca3d vexpress: Check TC2 firmware support before defaulting to nonsec booting by Jon Medhurst \(Tixy\) · 8 years ago
  83. 3b787ef ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  84. 9bcf9c0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  85. 72bc1f3 arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node by Hou Zhiqiang · 8 years ago
  86. 25f6861 arm/PSCI: Fixed the backward compatiblity issue by Hou Zhiqiang · 8 years ago
  87. 21d805c arm/PSCI: Removed unused code by Hou Zhiqiang · 8 years ago
  88. 8ff8689 libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  89. 6402f72 armv8: spl: Call board_init_r from crt0_64 in SPL by Jeremy Hunt · 8 years ago
  90. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  91. a0dfb84 spl: Fix compilation warnings for arm64 by Michal Simek · 9 years ago
  92. 99777bd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  93. dae0277 ARMv8/PSCI: Fixup the device tree for PSCI by Hou Zhiqiang · 8 years ago
  94. a1db4fe Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  95. a00f85d ARM: Add an empty secure stack section by Chen-Yu Tsai · 8 years ago
  96. 143997a arm: Show cache warnings in U-Boot proper only by Simon Glass · 8 years ago
  97. 8540658 arm: Move check_cache_range() into a common place by Simon Glass · 8 years ago
  98. 2663cd6 arm64: add better and more generic spin-table support by Masahiro Yamada · 8 years ago
  99. 909cc1c ARM: move #ifdef to match the error handling code by Masahiro Yamada · 8 years ago
  100. 48321ba arm/arm64: implement a boot header capability by Andre Przywara · 8 years ago