1. f83f0cb microblaze: Migrate DCACHE/ICACHE to Kconfig by Tom Rini · 2 years, 7 months ago
  2. d7b5cc8 microblaze: Do not place u-boot to reserved memory location by Michal Simek · 2 years, 8 months ago
  3. 24b628a Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 8 months ago
  4. d1114b8 microblaze: exception: fix unaligned data access register mask by Ovidiu Panait · 2 years, 8 months ago
  5. 339f489 microblaze: exception: move unaligned access printfs inside switch case by Ovidiu Panait · 2 years, 8 months ago
  6. ee8161f microblaze: exception: fix return address for delay slot exceptions by Ovidiu Panait · 2 years, 8 months ago
  7. 7422b41 microblaze: exception: fix delay slot exception handling by Ovidiu Panait · 2 years, 8 months ago
  8. 1669b3d microblaze: exception: migrate MICROBLAZE_V5 to Kconfig by Ovidiu Panait · 2 years, 8 months ago
  9. 4fef0a7 microblaze: exception: move privileged instruction exception out of v5 ifdef by Ovidiu Panait · 2 years, 8 months ago
  10. 3609e1d dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 9 months ago
  11. 280db76 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 9 months ago
  12. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  13. fc7220f microblaze: branch to base vector address on reset by Ovidiu Panait · 2 years, 11 months ago
  14. f149ee4 microblaze: start.S: add support for configurable vector base address by Ovidiu Panait · 2 years, 11 months ago
  15. 83b175b microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig by Ovidiu Panait · 2 years, 11 months ago
  16. 70c6871 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · 2 years, 11 months ago
  17. 48039c3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · 2 years, 11 months ago
  18. 7a971df microblaze: Kconfig: SPL dependencies fixup by Ovidiu Panait · 2 years, 11 months ago
  19. b3fe1e8 microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · 2 years, 11 months ago
  20. edf0f9b microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · 2 years, 11 months ago
  21. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 1 month ago
  22. 1f391c3 lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 1 month ago
  23. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 8 months ago
  24. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  25. 9c2aa7e microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 4 years ago
  26. 35b7ca7 arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · 4 years ago
  27. 92dc921 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · 4 years ago
  28. 78efd78 microblaze: Enable spi for microblaze by T Karthik Reddy · 4 years, 1 month ago
  29. f5d8b1a microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years, 1 month ago
  30. 627085e microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years, 1 month ago
  31. 78d844c microblaze: Add support for little/big endian in/out api's by T Karthik Reddy · 4 years, 2 months ago
  32. 74b869b efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 3 months ago
  33. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 5 months ago
  34. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  35. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  36. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  37. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  38. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  39. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  40. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  41. d91cf00 Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 7 months ago
  42. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 8 months ago
  43. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  44. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  45. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  46. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  47. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  48. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  49. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  50. 3ad95ed microblaze: Fix tab indentation in start.S by Michal Simek · 5 years ago
  51. f3035cf microblaze: Unify Linux bootm process by Michal Simek · 5 years ago
  52. 4ab8d63 microblaze: Fix FDT message in boot_prep_linux() by Michal Simek · 5 years ago
  53. e041834 microblaze: Setup initrd_high and fdt_high at run time by Michal Simek · 5 years ago
  54. 0905046 microblaze: Switch to generic bootm implementation by Michal Simek · 5 years ago
  55. 6131a36 microblaze: Define arch_lmb_reserve by Michal Simek · 5 years ago
  56. 9d877c2 microblaze: Move CONFIG_LMB from board file to config.h by Michal Simek · 5 years ago
  57. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  58. 1b1d8c1 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 5 years ago
  59. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  60. 86cf1c8 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago WIP-16Aug2018
  61. 08a00cb dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  62. 5ed063d Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  63. 28a961a microblaze: Do not force saving variables to flash by Michal Simek · 6 years ago
  64. 4a69366 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  65. 35912528 microblaze: Cosmetic changes in Microblaze related files by Shreenidhi Shedi · 6 years ago
  66. 3567066 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
  67. 4ab11ec microblaze: Use default implementation from include/linux/io.h by Michal Simek · 6 years ago
  68. 28b538b .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  69. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  70. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  71. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  72. 244ce78 microblaze: bootm: Fix compiler warning by Bin Meng · 7 years ago
  73. dbee715 microblaze: Use asm-generic/io.h by Paul Burton · 7 years ago
  74. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  75. b529993 spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  76. 9eea501 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  77. 85fc970 Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  78. 41f59f6 microblaze: Build only DTBs for selected target by Michal Simek · 8 years ago
  79. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  80. 1d82e2c microblaze: Fix endif macro command by Michal Simek · 8 years ago
  81. e5ec481 Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  82. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  83. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  84. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  85. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  86. 25bab53 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  87. ac551e3 microblaze: Move MSR instruction selection to Kconfig by Michal Simek · 8 years ago
  88. a359eaa microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
  89. 9aa65ca microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
  90. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  91. 20434c8 microblaze: Add missing chosen node by Michal Simek · 9 years ago
  92. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  93. 85916e2 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
  94. 48470b7 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
  95. 9376839 serial: uartlite: Move driver to DM by Michal Simek · 9 years ago
  96. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  97. 4280f50 microblaze: Enable DM by default by Michal Simek · 9 years ago
  98. ef159ab microblaze: Enable OF_CONTROL by default by Michal Simek · 9 years ago
  99. e0f21e1 microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
  100. 7cb7373 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago