1. 7c31107 Correct SPL uses of CPU_MICROBLAZE by Simon Glass · 1 year, 8 months ago
  2. 8e2378e microblaze: spl: drop boot_linux by Ovidiu Panait · 1 year, 8 months ago
  3. 4dd5a9f microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefs by Ovidiu Panait · 1 year, 8 months ago
  4. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 1 year, 11 months ago
  5. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 3 months ago
  6. aec051d microblaze: Remove interrupt handler by Michal Simek · 2 years, 3 months ago
  7. a36d867 microblaze: Convert axi timer to DM driver by Michal Simek · 2 years, 3 months ago
  8. 816226d cpu: add CPU driver for microblaze by Ovidiu Panait · 2 years, 4 months ago
  9. 9df16c5 microblaze: add support for handling PVR data by Ovidiu Panait · 2 years, 4 months ago
  10. 10f6508 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · 2 years, 4 months ago
  11. 95b7a8f microblaze: cache: introduce cpuinfo structure by Ovidiu Panait · 2 years, 4 months ago
  12. b195134 microblaze: cache: introduce flush_cache_all() by Ovidiu Panait · 2 years, 4 months ago
  13. 84488fc microblaze: cache: introduce Kconfig options for icache/dcache sizes by Ovidiu Panait · 2 years, 4 months ago
  14. 73b8ee6 microblaze: cache: split flush_cache() function by Ovidiu Panait · 2 years, 4 months ago
  15. 8daf896 microblaze: cache: improve icache Kconfig options by Ovidiu Panait · 2 years, 4 months ago
  16. ef0a592 microblaze: cache: improve dcache Kconfig options by Ovidiu Panait · 2 years, 4 months ago
  17. 0ad71dc microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE by Ovidiu Panait · 2 years, 4 months ago
  18. 130fae2 microblaze: start.S: remove unused code by Ovidiu Panait · 2 years, 4 months ago
  19. d58c007 microblaze: Add support for run time relocation by Michal Simek · 2 years, 3 months ago
  20. 07c052b microblaze: Create SYM_ADDR macro to deal with symbols by Michal Simek · 2 years, 3 months ago
  21. 81169ae microblaze: Add comment about reset location by Michal Simek · 2 years, 3 months ago
  22. b6fe10a microblaze: Remove _start symbol handling at U-Boot start by Michal Simek · 2 years, 3 months ago
  23. 986727c microblaze: Remove code around r20 in relocate_code() by Michal Simek · 2 years, 3 months ago
  24. 3041b51 microblaze: Optimize register usage in relocate_code by Michal Simek · 2 years, 3 months ago
  25. 532ad5f microblaze: Change stack protection address to new stack address by Michal Simek · 2 years, 3 months ago
  26. 1918c41 microblaze: Separate code end substraction by Michal Simek · 2 years, 3 months ago
  27. d896e79 microblaze: Fix typo in exception.c by Michal Simek · 2 years, 3 months ago
  28. 65a4da9 microblaze: Remove CONFIG_TEXT_BASE from code by Michal Simek · 2 years, 3 months ago
  29. aa0799e microblaze: Fix early stack allocation by Michal Simek · 2 years, 3 months ago
  30. 16a1847 microblaze: Fix stack protection behavior by Michal Simek · 2 years, 3 months ago
  31. 7cf236c microblaze: Switch absolute branches to relative by Michal Simek · 2 years, 3 months ago
  32. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 4 months ago
  33. f113d7d Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 4 months ago
  34. d1114b8 microblaze: exception: fix unaligned data access register mask by Ovidiu Panait · 2 years, 7 months ago
  35. 339f489 microblaze: exception: move unaligned access printfs inside switch case by Ovidiu Panait · 2 years, 7 months ago
  36. ee8161f microblaze: exception: fix return address for delay slot exceptions by Ovidiu Panait · 2 years, 7 months ago
  37. 7422b41 microblaze: exception: fix delay slot exception handling by Ovidiu Panait · 2 years, 7 months ago
  38. 1669b3d microblaze: exception: migrate MICROBLAZE_V5 to Kconfig by Ovidiu Panait · 2 years, 7 months ago
  39. 4fef0a7 microblaze: exception: move privileged instruction exception out of v5 ifdef by Ovidiu Panait · 2 years, 7 months ago
  40. fc7220f microblaze: branch to base vector address on reset by Ovidiu Panait · 2 years, 10 months ago
  41. f149ee4 microblaze: start.S: add support for configurable vector base address by Ovidiu Panait · 2 years, 10 months ago
  42. 83b175b microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig by Ovidiu Panait · 2 years, 10 months ago
  43. 70c6871 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · 2 years, 10 months ago
  44. 48039c3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · 2 years, 10 months ago
  45. b3fe1e8 microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · 2 years, 10 months ago
  46. edf0f9b microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · 2 years, 10 months ago
  47. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  48. 9c2aa7e microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 3 years, 11 months ago
  49. f5d8b1a microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years ago
  50. 627085e microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years ago
  51. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  52. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  53. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  54. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  55. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  56. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  57. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  58. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  59. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 4 years, 10 months ago
  60. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  61. 3ad95ed microblaze: Fix tab indentation in start.S by Michal Simek · 5 years ago
  62. 1b1d8c1 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 5 years ago
  63. 4a69366 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  64. 3567066 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
  65. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  66. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  67. 9eea501 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  68. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 7 years ago
  69. 1d82e2c microblaze: Fix endif macro command by Michal Simek · 8 years ago
  70. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  71. a359eaa microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
  72. 9aa65ca microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
  73. 85916e2 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
  74. 48470b7 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
  75. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  76. cd2bee3 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · 9 years ago
  77. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  78. 7f33899 microblaze: spl: Add LISTS to linker script by Michal Simek · 10 years ago
  79. ca7d226 microblaze: spl: Do not call mem_malloc_init and use early alloc by Michal Simek · 10 years ago
  80. 405e651 microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN by Michal Simek · 10 years ago
  81. 0510b14 microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA by Michal Simek · 10 years ago
  82. 7c4dd54 microblaze: Speedup code copy by Michal Simek · 10 years ago
  83. e945f6d microblaze: Move architecture to use generic board init by Michal Simek · 10 years ago
  84. 9cef20b microblaze: Fix gd_t address which is placed at the end of BRAM by Michal Simek · 10 years ago
  85. e4a4743 microblaze: Remove unused asm label by Michal Simek · 10 years ago
  86. 2c7c32f microblaze: Use standard interrupt_init() function by Michal Simek · 10 years ago
  87. 7c6814f microblaze: Remove unneeded data section adding from DTB by Michal Simek · 10 years ago
  88. 070b8e0 microblaze: Add debug message about enabling interrupts by Michal Simek · 10 years ago
  89. e217b0d microblaze: Fix coding style by Michal Simek · 10 years ago
  90. 4c0922f microblaze: Remove DEBUG_INT macro and use debug() instead by Michal Simek · 10 years ago
  91. 5e2fc80 microblaze: Fix coding style in exception.c by Michal Simek · 10 years ago
  92. 1c424d2 microblaze: Show return address from exception by Michal Simek · 10 years ago
  93. cd8574c microblaze: Fix stack usage in interrupt handler by Michal Simek · 10 years ago
  94. da931af microblaze: Support stack protection feature by Michal Simek · 10 years ago
  95. 822d43a microblaze: Enable hardware exception by default by Michal Simek · 10 years ago
  96. 9d24274 microblaze: Add SPL support by Michal Simek · 11 years ago
  97. ef2c1d8 microblaze: Report priviledged or stack protection exception by Michal Simek · 11 years ago
  98. e2906a5 Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  99. a71a36f microblaze: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  100. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago