1. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · Tue Sep 06 20:26:50 2022 -0600
  2. 97c2e67 microblaze: add arch_print_bdinfo() implementation by Ovidiu Panait · Mon Aug 29 20:02:05 2022 +0300
  3. 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
  4. 94b4fec Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · Sat Jun 25 11:02:46 2022 -0400
  5. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  6. 3ebef53 microblaze: Remove interrupt handler by Michal Simek · Fri Jun 24 14:16:32 2022 +0200
  7. e8e5277 microblaze: Convert axi timer to DM driver by Michal Simek · Fri Jun 24 14:16:32 2022 +0200
  8. 64be978 cpu: add CPU driver for microblaze by Ovidiu Panait · Tue May 31 21:14:35 2022 +0300
  9. a850c32 microblaze: add support for handling PVR data by Ovidiu Panait · Tue May 31 21:14:34 2022 +0300
  10. 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · Tue May 31 21:14:32 2022 +0300
  11. 87a739e microblaze: cache: introduce cpuinfo structure by Ovidiu Panait · Tue May 31 21:14:31 2022 +0300
  12. bc159c1 microblaze: cache: introduce flush_cache_all() by Ovidiu Panait · Tue May 31 21:14:30 2022 +0300
  13. 8713bb6 microblaze: cache: introduce Kconfig options for icache/dcache sizes by Ovidiu Panait · Tue May 31 21:14:29 2022 +0300
  14. e731f15 microblaze: cache: split flush_cache() function by Ovidiu Panait · Tue May 31 21:14:28 2022 +0300
  15. 52b5c2e microblaze: cache: improve icache Kconfig options by Ovidiu Panait · Tue May 31 21:14:27 2022 +0300
  16. 3ab2bed microblaze: cache: improve dcache Kconfig options by Ovidiu Panait · Tue May 31 21:14:26 2022 +0300
  17. 4e78eb2 microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE by Ovidiu Panait · Tue May 31 21:14:25 2022 +0300
  18. 331872a microblaze: start.S: remove unused code by Ovidiu Panait · Tue May 31 21:14:24 2022 +0300
  19. f942ebb microblaze: Add support for run time relocation by Michal Simek · Fri Jun 24 14:15:01 2022 +0200
  20. a8e5d75 microblaze: Create SYM_ADDR macro to deal with symbols by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  21. fa43ada microblaze: Add comment about reset location by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  22. e7d1e44 microblaze: Remove _start symbol handling at U-Boot start by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  23. da0a12a microblaze: Remove code around r20 in relocate_code() by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  24. ca0fe05 microblaze: Optimize register usage in relocate_code by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  25. 32b80be microblaze: Change stack protection address to new stack address by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  26. 9873008 microblaze: Separate code end substraction by Michal Simek · Fri Jun 24 14:15:00 2022 +0200
  27. 1a2f7b8 microblaze: Enable REMAKE_ELF by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  28. b4db8ec microblaze: Fix typo in exception.c by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  29. cc1495a microblaze: Remove CONFIG_TEXT_BASE from code by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  30. 653152d microblaze: Fix early stack allocation by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  31. 2d92f87 microblaze: Fix stack protection behavior by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  32. 8f57aec microblaze: Switch absolute branches to relative by Michal Simek · Fri Jun 24 14:14:59 2022 +0200
  33. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  34. 8a14ac4 Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · Thu May 26 13:13:21 2022 -0400
  35. 5b7eba76 microblaze: Migrate DCACHE/ICACHE to Kconfig by Tom Rini · Wed Mar 30 18:07:26 2022 -0400
  36. dba00ff microblaze: Do not place u-boot to reserved memory location by Michal Simek · Tue Mar 01 09:13:20 2022 +0100
  37. 4a4ac0d Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Mon Feb 21 08:32:02 2022 -0500
  38. 82d2263 microblaze: exception: fix unaligned data access register mask by Ovidiu Panait · Sun Feb 13 10:09:24 2022 +0200
  39. d96eb81 microblaze: exception: move unaligned access printfs inside switch case by Ovidiu Panait · Sun Feb 13 10:09:23 2022 +0200
  40. fd01d6d microblaze: exception: fix return address for delay slot exceptions by Ovidiu Panait · Sun Feb 13 10:09:22 2022 +0200
  41. d1d22c7 microblaze: exception: fix delay slot exception handling by Ovidiu Panait · Sun Feb 13 10:09:21 2022 +0200
  42. 866ead9 microblaze: exception: migrate MICROBLAZE_V5 to Kconfig by Ovidiu Panait · Sun Feb 13 10:09:20 2022 +0200
  43. da4700e microblaze: exception: move privileged instruction exception out of v5 ifdef by Ovidiu Panait · Sun Feb 13 10:09:19 2022 +0200
  44. c8481ef dts: automatically build necessary .dtb files by Rasmus Villemoes · Mon Jan 10 14:34:41 2022 +0100
  45. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Jan 20 09:39:45 2022 -0500
  46. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  47. 9f97ced microblaze: branch to base vector address on reset by Ovidiu Panait · Tue Nov 30 18:33:57 2021 +0200
  48. e165fa5 microblaze: start.S: add support for configurable vector base address by Ovidiu Panait · Tue Nov 30 18:33:56 2021 +0200
  49. 39415f7 microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig by Ovidiu Panait · Tue Nov 30 18:33:54 2021 +0200
  50. c7c11c8 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · Tue Nov 30 18:33:53 2021 +0200
  51. ff759b3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · Tue Nov 30 18:33:52 2021 +0200
  52. 8001a5c microblaze: Kconfig: SPL dependencies fixup by Ovidiu Panait · Tue Nov 30 18:33:51 2021 +0200
  53. 3d68e1f microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · Tue Nov 30 18:33:50 2021 +0200
  54. 76e5113 microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · Tue Nov 30 18:33:49 2021 +0200
  55. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · Sat Sep 25 19:43:21 2021 -0600
  56. d0dd68f lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · Fri Sep 10 22:47:10 2021 +0200
  57. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:25 2021 +0100
  58. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  59. 7d8314a microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · Wed Nov 04 14:01:45 2020 +0100
  60. 27d66cf arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · Wed Nov 04 15:33:20 2020 +0100
  61. 841aa51 xilinx: Merge together BOOT_SCRIPT_OFFSET between MB and ARM by Michal Simek · Thu Oct 22 11:08:58 2020 +0200
  62. f3612e0 microblaze: Enable spi for microblaze by T Karthik Reddy · Thu Sep 17 06:52:09 2020 -0600
  63. e6dbb8b microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · Thu Sep 24 11:54:37 2020 +0300
  64. 9855835 microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · Thu Sep 24 11:54:36 2020 +0300
  65. 04680aa microblaze: Add support for little/big endian in/out api's by T Karthik Reddy · Thu Aug 20 22:35:33 2020 -0600
  66. c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · Wed Jul 29 12:37:35 2020 +0200
  67. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · Tue May 19 10:32:33 2020 -0400
  68. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  69. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  70. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  71. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  72. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  73. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  74. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  75. 8798f9c Kconfig: Remove redundant variable sets by Tom Rini · Wed Mar 11 18:11:12 2020 -0400
  76. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · Thu Feb 20 14:15:37 2020 +0900
  77. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  78. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  79. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  80. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  81. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  82. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · Thu Nov 14 12:57:36 2019 -0700
  83. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  84. 55df7da microblaze: Fix tab indentation in start.S by Michal Simek · Mon Oct 21 12:20:16 2019 +0200
  85. 1facc8f microblaze: Unify Linux bootm process by Michal Simek · Thu Oct 17 13:16:56 2019 +0200
  86. 4bbe2ac microblaze: Fix FDT message in boot_prep_linux() by Michal Simek · Thu Oct 17 14:12:48 2019 +0200
  87. 360da4b microblaze: Setup initrd_high and fdt_high at run time by Michal Simek · Wed Sep 25 11:00:17 2019 +0200
  88. e37afb5 microblaze: Switch to generic bootm implementation by Michal Simek · Wed Sep 25 09:47:02 2019 +0200
  89. 040872e microblaze: Define arch_lmb_reserve by Michal Simek · Wed Sep 25 10:45:51 2019 +0200
  90. 9270e9d microblaze: Move CONFIG_LMB from board file to config.h by Michal Simek · Wed Sep 25 08:32:27 2019 +0200
  91. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  92. a76a458 spl: fix linker size check off-by-one errors by Simon Goldschmidt · Thu Apr 25 21:22:39 2019 +0200
  93. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  94. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · Thu Aug 16 08:16:24 2018 -0400
  95. 2e7c819 dm: Change CMD_DM enabling by Michal Simek · Mon Jul 23 15:55:14 2018 +0200
  96. 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:13 2018 +0200
  97. 43a21f9 microblaze: Do not force saving variables to flash by Michal Simek · Mon Jul 16 13:37:28 2018 +0200
  98. 4e39ea8 microblaze: Convert generic platform to DM gpio by Michal Simek · Fri Jul 13 08:26:28 2018 +0200
  99. ffced40 microblaze: Cosmetic changes in Microblaze related files by Shreenidhi Shedi · Sun Jul 15 02:34:35 2018 +0530
  100. f54fbc8 microblaze: Do not call timer init that early by Michal Simek · Wed Jul 11 14:08:26 2018 +0200