1. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
  2. 29b1d33 Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details" by Michael Walle · 3 years, 1 month ago
  3. ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
  4. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  5. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
  6. 74f00e8 arm: Remove flea3 board by Tom Rini · 3 years, 3 months ago
  7. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  8. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  9. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  10. 93e7dfd arm64: memset-arm64: Use simple memset when cache is disabled by Stefan Roese · 3 years, 3 months ago
  11. 27c3e95 arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functions by Stefan Roese · 3 years, 3 months ago
  12. e2afcf4 lmb: arm: Increase LMB alignment to 16k in arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
  13. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
  14. 964beff lmb: Always compile arch_lmb_reserve() into U-Boot on arm by Marek Vasut · 3 years, 3 months ago
  15. 3a6d453 Revert most of the series for adding vexpress_aemv8r support by Tom Rini · 3 years, 3 months ago
  16. a673266 arm: Use armv8_switch_to_el1 env to switch to EL1 by Peter Hoyes · 3 years, 3 months ago
  17. bbd3c61 armv7: Add Position Independent Execution support by Chia-Wei Wang · 3 years, 4 months ago
  18. 13788be Revert "arm: bootm: Disable LMB reservation for command line and board info on arm64" by Jan Kiszka · 3 years, 4 months ago
  19. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  20. 2b767e3 arm: bootm: Disable LMB reservation for command line and board info on arm64 by Marek Vasut · 3 years, 6 months ago
  21. 28522a6 arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF is enable by Patrice Chotard · 3 years, 9 months ago
  22. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · 3 years, 6 months ago
  23. 4778a58 ARM: make LTO available by Marek Behún · 3 years, 6 months ago
  24. a62fac9 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · 3 years, 6 months ago
  25. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  26. 3b2ae6a arm: zimage: Use correct symbol to hide messages in SPL by Samuel Holland · 3 years, 8 months ago
  27. 295b42d arm64: gic-v3-its: Clear the Pending table before enabling LPIs by Hou Zhiqiang · 3 years, 9 months ago
  28. e3550d5 bootm: do not hang on failure by Heinrich Schuchardt · 3 years, 9 months ago
  29. a14e5b4 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  30. 4aae24d arm: cp15: update DACR value to activate access control by Patrick Delaunay · 3 years, 10 months ago
  31. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  32. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  33. f5dc7f6 bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit by Bin Meng · 3 years, 10 months ago
  34. 1ae7a0c bdinfo: Rename function names to be clearer by Bin Meng · 3 years, 10 months ago
  35. 8ae8744 arm: Remove vital devices last by Simon Glass · 3 years, 10 months ago
  36. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  37. d6bc9ec efi_loader: add Linux magic to aarch64 crt0 by Heinrich Schuchardt · 3 years, 10 months ago
  38. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  39. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  40. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 4 years ago
  41. 545474e arm64: Add support for larger PIE U-Boot by Edgar E. Iglesias · 4 years, 3 months ago
  42. 6c9e2a9 arm: Add SPL build check to SPL early bss clear by Brian Moyer · 4 years, 4 months ago
  43. 158c16e arch: arm: use dt and UCLASS_SYSCON to get gic lpi details by Rayagonda Kokatanur · 4 years, 4 months ago
  44. b417ca1 arch: arm: use dt and UCLASS_IRQ to get gic details by Rayagonda Kokatanur · 4 years, 4 months ago
  45. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  46. f76fb51 arm: provide a function for boards init code to modify MMU virtual-physical map by Marek Szyprowski · 4 years, 6 months ago
  47. a83ab16 bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 7 months ago
  48. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  49. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  50. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
  51. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  52. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  53. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  54. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  55. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  56. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  57. e2eb721 cmd: cache: Fix non-cached memory cachability by Patrice Chotard · 4 years, 7 months ago
  58. 931f1d3 Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 7 months ago
  59. 8998e71 common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 7 months ago
  60. 594b7cf arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 7 months ago
  61. d7e6a1d arm: caches: add DCACHE_DEFAULT_OPTION by Patrick Delaunay · 4 years, 7 months ago
  62. 77cc8b2 arm: caches: protect dram_bank_mmu_setup access to bi_dram by Patrick Delaunay · 4 years, 7 months ago
  63. 39396fe ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them by Claudius Heine · 4 years, 9 months ago
  64. 2a2941b common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 8 months ago
  65. 2b61847 arm: asm/cache.c: Introduce arm_reserve_mmu by Ovidiu Panait · 4 years, 8 months ago
  66. 68b371a common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 8 months ago
  67. 49bd67e ARM: bootm: take into account gd->ram_top by Patrice Chotard · 4 years, 10 months ago
  68. aaf8dd1 arm: set the relocated gd with gd->new_gd by Patrick Delaunay · 4 years, 9 months ago
  69. 1fc5480 arch: arm: Fix SZ_64K undeclared compilation error by Wasim Khan · 4 years, 10 months ago
  70. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  71. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  72. 284f71b common: Move relocate_code() to init.h by Simon Glass · 5 years ago
  73. 436efc0 arch: arm: Program GIC LPI configuration table by Bharat Kumar Reddy Gooty · 5 years ago
  74. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  75. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  76. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  77. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  78. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  79. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  80. 370382c common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  81. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  82. 9ac1d17 arm: caches: Disable mmu only if mmu is available by Lokesh Vutla · 5 years ago
  83. b1f1b23 boot: arm: Enable support for custom board_prep_linux by Lokesh Vutla · 5 years ago
  84. 11efc1a arm64: print instructions leading to exception by Heinrich Schuchardt · 5 years ago
  85. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  86. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  87. 39d82b2 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  88. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · 5 years ago
  89. d680e9a efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  90. bf4645c arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
  91. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  92. 54e855f arm: zimage: add barebox image magic number by Christoph Fritz · 6 years ago
  93. 94ddd96 arm: add a separate stack for TPL by Kever Yang · 6 years ago
  94. 286bc37 arm: remove ARCH_ROCKCHIP macro in common code by Kever Yang · 6 years ago
  95. b8c82e0 rockchip: arm: use 'arch-rockchip' for common header by Kever Yang · 6 years ago
  96. decc771 arm: arm64 32bit address relocation by Ibai Erkiaga · 6 years ago
  97. b7c0c38 arm: print information about loaded UEFI images by Heinrich Schuchardt · 6 years ago
  98. 79a7cb1 arm: lib: bootm: Push the Starting kernel print to the end by Keerthy · 6 years ago
  99. 8791b1f ARM: cache: Fix incorrect bitwise operation by Marek Vasut · 6 years ago
  100. 9f51350 arch: arm: lib: Flush L3 after relocation to DDR by Meenakshi Aggarwal · 6 years ago