1. 5b7eba76 microblaze: Migrate DCACHE/ICACHE to Kconfig by Tom Rini · 2 years, 8 months ago
  2. dba00ff microblaze: Do not place u-boot to reserved memory location by Michal Simek · 2 years, 9 months ago
  3. 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
  4. 82d2263 microblaze: exception: fix unaligned data access register mask by Ovidiu Panait · 2 years, 10 months ago
  5. d96eb81 microblaze: exception: move unaligned access printfs inside switch case by Ovidiu Panait · 2 years, 10 months ago
  6. fd01d6d microblaze: exception: fix return address for delay slot exceptions by Ovidiu Panait · 2 years, 10 months ago
  7. d1d22c7 microblaze: exception: fix delay slot exception handling by Ovidiu Panait · 2 years, 10 months ago
  8. 866ead9 microblaze: exception: migrate MICROBLAZE_V5 to Kconfig by Ovidiu Panait · 2 years, 10 months ago
  9. da4700e microblaze: exception: move privileged instruction exception out of v5 ifdef by Ovidiu Panait · 2 years, 10 months ago
  10. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 11 months ago
  11. 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
  12. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  13. 9f97ced microblaze: branch to base vector address on reset by Ovidiu Panait · 3 years ago
  14. e165fa5 microblaze: start.S: add support for configurable vector base address by Ovidiu Panait · 3 years ago
  15. 39415f7 microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig by Ovidiu Panait · 3 years ago
  16. c7c11c8 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · 3 years ago
  17. ff759b3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · 3 years ago
  18. 8001a5c microblaze: Kconfig: SPL dependencies fixup by Ovidiu Panait · 3 years ago
  19. 3d68e1f microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · 3 years ago
  20. 76e5113 microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · 3 years ago
  21. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  22. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
  23. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  24. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  25. 7d8314a microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 4 years, 1 month ago
  26. 27d66cf arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · 4 years, 1 month ago
  27. 841aa51 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · 4 years, 1 month ago
  28. f3612e0 microblaze: Enable spi for microblaze by T Karthik Reddy · 4 years, 2 months ago
  29. e6dbb8b microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years, 2 months ago
  30. 9855835 microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years, 2 months ago
  31. 04680aa microblaze: Add support for little/big endian in/out api's by T Karthik Reddy · 4 years, 3 months ago
  32. c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 4 months ago
  33. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  34. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  35. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  36. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  37. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  38. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  39. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  40. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  41. 8798f9c Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 9 months ago
  42. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 9 months ago
  43. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  44. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  45. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  46. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  47. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  48. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  49. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  50. 55df7da microblaze: Fix tab indentation in start.S by Michal Simek · 5 years ago
  51. 1facc8f microblaze: Unify Linux bootm process by Michal Simek · 5 years ago
  52. 4bbe2ac microblaze: Fix FDT message in boot_prep_linux() by Michal Simek · 5 years ago
  53. 360da4b microblaze: Setup initrd_high and fdt_high at run time by Michal Simek · 5 years ago
  54. e37afb5 microblaze: Switch to generic bootm implementation by Michal Simek · 5 years ago
  55. 040872e microblaze: Define arch_lmb_reserve by Michal Simek · 5 years ago
  56. 9270e9d microblaze: Move CONFIG_LMB from board file to config.h by Michal Simek · 5 years ago
  57. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  58. a76a458 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 6 years ago
  59. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  60. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago
  61. 2e7c819 dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  62. 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  63. 43a21f9 microblaze: Do not force saving variables to flash by Michal Simek · 6 years ago
  64. 4e39ea8 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  65. ffced40 microblaze: Cosmetic changes in Microblaze related files by Shreenidhi Shedi · 6 years ago
  66. f54fbc8 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
  67. a5be522 microblaze: Use default implementation from include/linux/io.h by Michal Simek · 6 years ago
  68. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  69. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  70. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  71. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  72. e728983 microblaze: bootm: Fix compiler warning by Bin Meng · 7 years ago
  73. a974ec6 microblaze: Use asm-generic/io.h by Paul Burton · 7 years ago
  74. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  75. 2d6a0cc spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  76. c2d85e7 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  77. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  78. cbdc1d4 microblaze: Build only DTBs for selected target by Michal Simek · 8 years ago
  79. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  80. ad400c6 microblaze: Fix endif macro command by Michal Simek · 8 years ago
  81. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  82. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  83. cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  84. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  85. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  86. 7a9a2e6 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  87. 731e0f9 microblaze: Move MSR instruction selection to Kconfig by Michal Simek · 9 years ago
  88. c3d51b9 microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
  89. cf84885 microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
  90. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  91. 4a74160 microblaze: Add missing chosen node by Michal Simek · 9 years ago
  92. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  93. f2b3451 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
  94. b590411 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
  95. 7e4372a serial: uartlite: Move driver to DM by Michal Simek · 9 years ago
  96. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  97. 7956102 microblaze: Enable DM by default by Michal Simek · 9 years ago
  98. d99fbcc microblaze: Enable OF_CONTROL by default by Michal Simek · 9 years ago
  99. 14c96dc microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
  100. 8888839 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago