1. 55bd10c dts: Deduplicate dtbs target by Marek Vasut · 7 weeks ago
  2. 85ed77d arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  3. e5348c7 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 3 months ago
  4. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  5. 00b04aa microblaze: Remove duplicate newlines by Marek Vasut · 4 months ago
  6. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  7. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  8. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 7 months ago
  9. 793921e Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 7 months ago
  10. 5725dde Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 8 months ago
  11. 586138f treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 11 months ago
  12. ddb1ec1 mtd: Make CONFIG_MTD be the gate symbol for the menu by Tom Rini · 11 months ago
  13. 0726d9d bootm: Adjust arguments of boot_os_fn by Simon Glass · 11 months ago
  14. cee346c microblaze: Remove common.h usage by Tom Rini · 1 year, 1 month ago
  15. bb11234 treewide: rework linker symbol declarations in sections header by Shiji Yang · 1 year, 4 months ago
  16. a8c9436 arm64: zynqmp: Switch to amd.com emails by Michal Simek · 1 year, 5 months ago
  17. cdc3a86 microblaze: u-boot-spl.lds: Pass _image_binary_end by Fabio Estevam · 1 year, 5 months ago
  18. 113e138 microblaze: drop remnants of manual reloc by Ovidiu Panait · 1 year, 9 months ago
  19. e3e53eb microblaze: drop CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 1 year, 9 months ago
  20. ae7ed57 Correct SPL uses of LMB by Simon Glass · 1 year, 10 months ago
  21. efe13ba Correct SPL uses of CPU_MICROBLAZE by Simon Glass · 1 year, 10 months ago
  22. adc2891 microblaze: spl: drop boot_linux by Ovidiu Panait · 1 year, 10 months ago
  23. d482acd microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefs by Ovidiu Panait · 1 year, 10 months ago
  24. 572c718 Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig by Tom Rini · 2 years ago
  25. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  26. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  27. 97c2e67 microblaze: add arch_print_bdinfo() implementation by Ovidiu Panait · 2 years, 3 months ago
  28. 8aaae3d zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 5 months ago
  29. 94b4fec Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 5 months ago
  30. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
  31. 3ebef53 microblaze: Remove interrupt handler by Michal Simek · 2 years, 5 months ago
  32. e8e5277 microblaze: Convert axi timer to DM driver by Michal Simek · 2 years, 5 months ago
  33. 64be978 cpu: add CPU driver for microblaze by Ovidiu Panait · 2 years, 6 months ago
  34. a850c32 microblaze: add support for handling PVR data by Ovidiu Panait · 2 years, 6 months ago
  35. 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · 2 years, 6 months ago
  36. 87a739e microblaze: cache: introduce cpuinfo structure by Ovidiu Panait · 2 years, 6 months ago
  37. bc159c1 microblaze: cache: introduce flush_cache_all() by Ovidiu Panait · 2 years, 6 months ago
  38. 8713bb6 microblaze: cache: introduce Kconfig options for icache/dcache sizes by Ovidiu Panait · 2 years, 6 months ago
  39. e731f15 microblaze: cache: split flush_cache() function by Ovidiu Panait · 2 years, 6 months ago
  40. 52b5c2e microblaze: cache: improve icache Kconfig options by Ovidiu Panait · 2 years, 6 months ago
  41. 3ab2bed microblaze: cache: improve dcache Kconfig options by Ovidiu Panait · 2 years, 6 months ago
  42. 4e78eb2 microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE by Ovidiu Panait · 2 years, 6 months ago
  43. 331872a microblaze: start.S: remove unused code by Ovidiu Panait · 2 years, 6 months ago
  44. f942ebb microblaze: Add support for run time relocation by Michal Simek · 2 years, 5 months ago
  45. a8e5d75 microblaze: Create SYM_ADDR macro to deal with symbols by Michal Simek · 2 years, 5 months ago
  46. fa43ada microblaze: Add comment about reset location by Michal Simek · 2 years, 5 months ago
  47. e7d1e44 microblaze: Remove _start symbol handling at U-Boot start by Michal Simek · 2 years, 5 months ago
  48. da0a12a microblaze: Remove code around r20 in relocate_code() by Michal Simek · 2 years, 5 months ago
  49. ca0fe05 microblaze: Optimize register usage in relocate_code by Michal Simek · 2 years, 5 months ago
  50. 32b80be microblaze: Change stack protection address to new stack address by Michal Simek · 2 years, 5 months ago
  51. 9873008 microblaze: Separate code end substraction by Michal Simek · 2 years, 5 months ago
  52. 1a2f7b8 microblaze: Enable REMAKE_ELF by Michal Simek · 2 years, 5 months ago
  53. b4db8ec microblaze: Fix typo in exception.c by Michal Simek · 2 years, 5 months ago
  54. cc1495a microblaze: Remove CONFIG_TEXT_BASE from code by Michal Simek · 2 years, 5 months ago
  55. 653152d microblaze: Fix early stack allocation by Michal Simek · 2 years, 5 months ago
  56. 2d92f87 microblaze: Fix stack protection behavior by Michal Simek · 2 years, 5 months ago
  57. 8f57aec microblaze: Switch absolute branches to relative by Michal Simek · 2 years, 5 months ago
  58. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 6 months ago
  59. 8a14ac4 Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 6 months ago
  60. 5b7eba76 microblaze: Migrate DCACHE/ICACHE to Kconfig by Tom Rini · 2 years, 8 months ago
  61. dba00ff microblaze: Do not place u-boot to reserved memory location by Michal Simek · 2 years, 9 months ago
  62. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 9 months ago
  63. 82d2263 microblaze: exception: fix unaligned data access register mask by Ovidiu Panait · 2 years, 9 months ago
  64. d96eb81 microblaze: exception: move unaligned access printfs inside switch case by Ovidiu Panait · 2 years, 9 months ago
  65. fd01d6d microblaze: exception: fix return address for delay slot exceptions by Ovidiu Panait · 2 years, 9 months ago
  66. d1d22c7 microblaze: exception: fix delay slot exception handling by Ovidiu Panait · 2 years, 9 months ago
  67. 866ead9 microblaze: exception: migrate MICROBLAZE_V5 to Kconfig by Ovidiu Panait · 2 years, 9 months ago
  68. da4700e microblaze: exception: move privileged instruction exception out of v5 ifdef by Ovidiu Panait · 2 years, 9 months ago
  69. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 11 months ago
  70. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  71. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  72. 9f97ced microblaze: branch to base vector address on reset by Ovidiu Panait · 3 years ago
  73. e165fa5 microblaze: start.S: add support for configurable vector base address by Ovidiu Panait · 3 years ago
  74. 39415f7 microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig by Ovidiu Panait · 3 years ago
  75. c7c11c8 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · 3 years ago
  76. ff759b3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · 3 years ago
  77. 8001a5c microblaze: Kconfig: SPL dependencies fixup by Ovidiu Panait · 3 years ago
  78. 3d68e1f microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · 3 years ago
  79. 76e5113 microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · 3 years ago
  80. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  81. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 2 months ago
  82. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  83. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  84. 7d8314a microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 4 years, 1 month ago
  85. 27d66cf arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · 4 years, 1 month ago
  86. 841aa51 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · 4 years, 1 month ago
  87. f3612e0 microblaze: Enable spi for microblaze by T Karthik Reddy · 4 years, 2 months ago
  88. e6dbb8b microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years, 2 months ago
  89. 9855835 microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years, 2 months ago
  90. 04680aa microblaze: Add support for little/big endian in/out api's by T Karthik Reddy · 4 years, 3 months ago
  91. c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 4 months ago
  92. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  93. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  94. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  95. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  96. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  97. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  98. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  99. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  100. 8798f9c Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 9 months ago