1. 23c722d arm64: interrupts: print FAR_ELx on sync exceptions by Pavel Skripkin · Sun Apr 02 19:27:34 2023 +0300
  2. f7aa363 arm: lib: add __gnu_thumb1_case_si by Francis Laniel · Sat Apr 01 22:54:39 2023 +0100
  3. f5e6084 Merge branch 'master' into next by Tom Rini · Mon Mar 27 15:19:57 2023 -0400
  4. 88d0f5b console: Use flush() before panic and reset by Tony Dinh · Tue Mar 14 17:24:26 2023 -0700
  5. 8ad3a5d arm: semihosting: replace inline assembly with assembly file by Andre Przywara · Tue Feb 07 15:21:04 2023 +0000
  6. 0ac9804 arm64: Initialize TLB memory if CMO_BY_VA_ONLY by Pierre-Clément Tosi · Thu Feb 09 04:54:28 2023 +0800
  7. c19fee5 Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR by Simon Glass · Sun Feb 05 17:55:03 2023 -0700
  8. 9e0417e Correct SPL uses of SAVE_PREV_BL_FDT_ADDR by Simon Glass · Sun Feb 05 15:40:44 2023 -0700
  9. ae7ed57 Correct SPL uses of LMB by Simon Glass · Sun Feb 05 15:40:13 2023 -0700
  10. 9c4f664 arm: Drop CONFIG_MMU by Simon Glass · Wed Feb 01 13:19:43 2023 -0700
  11. 42d8308 arm: lib1funcs.S: Update compatibility with Linux comment slightly by Tom Rini · Tue Jan 10 11:19:33 2023 -0500
  12. cc7ac84 efi_loader: add .rela sections to .text on arm64 by Heinrich Schuchardt · Sun Jan 08 19:00:47 2023 +0100
  13. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  14. 4936ff9 efi_loader: make .data section of *_efi.so files RW by Heinrich Schuchardt · Wed Jan 04 23:43:08 2023 +0100
  15. 7b298a5 efi_loader: fix building aarch64 EFI binaries by Heinrich Schuchardt · Sat Dec 31 11:58:54 2022 +0100
  16. e84ab96 efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE by Heinrich Schuchardt · Fri Dec 23 02:16:03 2022 +0100
  17. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  18. a51bb74 lib: Add common semihosting library by Kautuk Consul · Wed Dec 07 17:12:34 2022 +0530
  19. cfbb839 arm: Use the WEAK assembly entry point consistently by Tom Rini · Tue Nov 22 12:31:56 2022 -0500
  20. 31df83b arm: Remove unused mx27 code by Tom Rini · Sat Nov 19 18:45:27 2022 -0500
  21. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  22. e61db6c arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Pali Rohár · Sun Nov 20 17:56:26 2022 +0100
  23. 0cd671b arm: smh: Allow semihosting trap calls to be inlined by Andre Przywara · Wed Oct 05 17:38:49 2022 +0100
  24. b94ebde arm: smh: Make semihosting trap calls more robust by Andre Przywara · Wed Oct 05 17:38:48 2022 +0100
  25. c1b6d76 arm: smh: specify Thumb trap instruction by Andre Przywara · Wed Oct 05 17:38:47 2022 +0100
  26. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  27. fefffcf common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · Tue Sep 13 21:31:27 2022 +0300
  28. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  29. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  30. c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · Wed Feb 02 15:05:18 2022 -0500
  31. 85f8c35 arm: ARMv4 assembly compatibility by Sergei Antonov · Sun Aug 21 16:34:20 2022 +0300
  32. c55a252 ARM: cache: Allow SPL to build cache-pl310.c by Philip Oberfichtner · Wed Aug 17 15:07:13 2022 +0200
  33. 97611c9 arm: smh: Fix uninitialized parameters with newer GCCs by Sean Anderson · Tue Aug 30 16:32:27 2022 -0400
  34. d43d4ec ARM: relocate: Fix Thumb code by using proper label type by Andre Przywara · Tue Jul 12 12:00:23 2022 +0100
  35. 8aaae3d zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · Thu Jul 07 10:45:37 2022 +0200
  36. c65d29f arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED by Michal Simek · Thu Jul 07 10:47:16 2022 +0200
  37. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · Wed May 25 12:16:03 2022 -0400
  38. bd3fd0c arm: gic_v2: Skip gic_init_secure when cpu is not in el3 by Sai Pavan Boddu · Wed May 11 10:39:07 2022 +0200
  39. 3588a41 arm: Add new config option ARCH_VERY_EARLY_INIT by Pali Rohár · Fri May 06 11:05:13 2022 +0200
  40. 40046d2 arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled by Pali Rohár · Wed Apr 06 16:20:19 2022 +0200
  41. a346306 arm: init: save previous bootloader data by Dzmitry Sankouski · Tue Feb 22 21:49:52 2022 +0300
  42. 064c857 arm64: Catch non-emulated semihosting calls by Sean Anderson · Tue Mar 22 16:59:31 2022 -0400
  43. 52cf0f0 arm: smh: Add option to detect semihosting by Sean Anderson · Tue Mar 22 16:59:30 2022 -0400
  44. 2d75549 arm64: Save esr in pt_regs by Sean Anderson · Tue Mar 22 17:17:35 2022 -0400
  45. 1e9f443 arm: smh: Add some functions for working with the host console by Sean Anderson · Tue Mar 22 16:59:23 2022 -0400
  46. 3e056ba arm: smh: Remove smhload command by Sean Anderson · Tue Mar 22 16:59:22 2022 -0400
  47. 86b6f47 cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · Tue Mar 22 16:59:21 2022 -0400
  48. 89346ad spl: Add semihosting boot method by Sean Anderson · Tue Mar 22 16:59:19 2022 -0400
  49. 56e3fe8 arm: smh: Add some file manipulation commands by Sean Anderson · Tue Mar 22 16:59:18 2022 -0400
  50. 660b626 arm: smh: Document functions in header by Sean Anderson · Tue Mar 22 16:59:17 2022 -0400
  51. 003eaa8 arm: smh: Return errno on error by Sean Anderson · Tue Mar 22 16:59:16 2022 -0400
  52. a3a6c69 arm: smh: Use numeric modes for smh_open by Sean Anderson · Tue Mar 22 16:59:15 2022 -0400
  53. adf073a arm: smh: Export semihosting functions by Sean Anderson · Tue Mar 22 16:59:14 2022 -0400
  54. f263479 efi_loader: fix SectionAlignment, FileAlignment by Heinrich Schuchardt · Fri Jan 14 21:40:15 2022 +0100
  55. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  56. 9ecb266 arm64: Add missing GD_FLG_SKIP_RELOC handling by Marek Vasut · Sat Nov 13 18:34:59 2021 +0100
  57. 1ed9bf9 arm: Init the debug UART by Simon Glass · Wed Nov 03 07:16:06 2021 -0600
  58. cf37a68 arm: Fix bad memcpy.S str8w macro argument count by Pierre-Clément Tosi · Wed Nov 10 15:04:40 2021 +0100
  59. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · Sat Oct 30 23:03:48 2021 -0400
  60. 29b1d33 Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details" by Michael Walle · Wed Oct 27 18:54:54 2021 +0200
  61. ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · Wed Oct 20 15:12:06 2021 +0300
  62. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · Sat Sep 25 19:43:21 2021 -0600
  63. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · Thu Sep 09 07:54:50 2021 -0400
  64. 74f00e8 arm: Remove flea3 board by Tom Rini · Tue Sep 14 09:09:31 2021 -0400
  65. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  66. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  67. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  68. 93e7dfd arm64: memset-arm64: Use simple memset when cache is disabled by Stefan Roese · Thu Sep 02 17:00:18 2021 +0200
  69. 27c3e95 arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions by Stefan Roese · Thu Sep 02 17:00:17 2021 +0200
  70. e2afcf4 lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic() by Marek Vasut · Fri Sep 10 22:47:11 2021 +0200
  71. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · Fri Sep 10 22:47:10 2021 +0200
  72. 964beff lmb: Always compile arch_lmb_reserve() into U-Boot on arm by Marek Vasut · Fri Sep 10 22:47:07 2021 +0200
  73. 3a6d453 Revert most of the series for adding vexpress_aemv8r support by Tom Rini · Fri Sep 03 10:40:28 2021 -0400
  74. a673266 arm: Use armv8_switch_to_el1 env to switch to EL1 by Peter Hoyes · Thu Aug 19 16:53:13 2021 +0100
  75. bbd3c61 armv7: Add Position Independent Execution support by Chia-Wei Wang · Tue Aug 03 10:50:10 2021 +0800
  76. 13788be Revert "arm: bootm: Disable LMB reservation for command line and board info on arm64" by Jan Kiszka · Thu Jul 29 09:22:02 2021 +0200
  77. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  78. 2b767e3 arm: bootm: Disable LMB reservation for command line and board info on arm64 by Marek Vasut · Sat May 29 13:34:32 2021 +0200
  79. 28522a6 arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF is enable by Patrice Chotard · Wed Feb 24 13:48:42 2021 +0100
  80. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · Tue Jun 15 15:33:02 2021 +0900
  81. 4778a58 ARM: make LTO available by Marek Behún · Thu May 20 13:24:22 2021 +0200
  82. a62fac9 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · Thu May 20 13:24:11 2021 +0200
  83. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  84. 3b2ae6a arm: zimage: Use correct symbol to hide messages in SPL by Samuel Holland · Sat Apr 17 09:34:37 2021 -0500
  85. 295b42d arm64: gic-v3-its: Clear the Pending table before enabling LPIs by Hou Zhiqiang · Fri Mar 05 15:02:35 2021 +0800
  86. e3550d5 bootm: do not hang on failure by Heinrich Schuchardt · Wed Feb 17 12:55:54 2021 +0100
  87. a14e5b4 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · Fri Feb 05 13:53:38 2021 +0100
  88. 4aae24d arm: cp15: update DACR value to activate access control by Patrick Delaunay · Fri Feb 05 13:53:36 2021 +0100
  89. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  90. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  91. f5dc7f6 bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit by Bin Meng · Sun Jan 31 20:36:06 2021 +0800
  92. 1ae7a0c bdinfo: Rename function names to be clearer by Bin Meng · Sun Jan 31 20:36:05 2021 +0800
  93. 8ae8744 arm: Remove vital devices last by Simon Glass · Sun Jan 24 14:32:47 2021 -0700
  94. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  95. d6bc9ec efi_loader: add Linux magic to aarch64 crt0 by Heinrich Schuchardt · Fri Jan 29 12:35:51 2021 +0100
  96. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · Sat Nov 28 10:43:13 2020 +0200
  97. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  98. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · Wed Nov 18 17:45:54 2020 +0100
  99. 545474e arm64: Add support for larger PIE U-Boot by Edgar E. Iglesias · Wed Sep 09 19:07:26 2020 +0200
  100. 6c9e2a9 arm: Add SPL build check to SPL early bss clear by Brian Moyer · Sun Jul 26 13:17:53 2020 -0700