1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  2. 9c2aa7e microblaze: Enable GCC garbage collector for full U-Boot by Michal Simek · 4 years ago
  3. f5d8b1a microblaze: start.S: Use board_init_f_alloc/init in early init by Ovidiu Panait · 4 years, 1 month ago
  4. 627085e microblaze: start.S: Factor out exception setup code to __setup_exceptions by Ovidiu Panait · 4 years, 1 month ago
  5. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  7. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  8. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  9. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  10. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  11. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  12. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  13. 6cc915b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  14. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  15. 3ad95ed microblaze: Fix tab indentation in start.S by Michal Simek · 5 years ago
  16. 1b1d8c1 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 5 years ago
  17. 4a69366 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  18. 3567066 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
  19. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  20. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  21. 9eea501 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  22. 5bf5250 spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  23. 1d82e2c microblaze: Fix endif macro command by Michal Simek · 8 years ago
  24. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  25. a359eaa microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
  26. 9aa65ca microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
  27. 85916e2 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
  28. 48470b7 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
  29. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  30. cd2bee3 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · 9 years ago
  31. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  32. 7f33899 microblaze: spl: Add LISTS to linker script by Michal Simek · 10 years ago
  33. ca7d226 microblaze: spl: Do not call mem_malloc_init and use early alloc by Michal Simek · 10 years ago
  34. 405e651 microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN by Michal Simek · 10 years ago
  35. 0510b14 microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA by Michal Simek · 10 years ago
  36. 7c4dd54 microblaze: Speedup code copy by Michal Simek · 10 years ago
  37. e945f6d microblaze: Move architecture to use generic board init by Michal Simek · 10 years ago
  38. 9cef20b microblaze: Fix gd_t address which is placed at the end of BRAM by Michal Simek · 10 years ago
  39. e4a4743 microblaze: Remove unused asm label by Michal Simek · 10 years ago
  40. 2c7c32f microblaze: Use standard interrupt_init() function by Michal Simek · 10 years ago
  41. 7c6814f microblaze: Remove unneeded data section adding from DTB by Michal Simek · 10 years ago
  42. 070b8e0 microblaze: Add debug message about enabling interrupts by Michal Simek · 10 years ago
  43. e217b0d microblaze: Fix coding style by Michal Simek · 10 years ago
  44. 4c0922f microblaze: Remove DEBUG_INT macro and use debug() instead by Michal Simek · 10 years ago
  45. 5e2fc80 microblaze: Fix coding style in exception.c by Michal Simek · 10 years ago
  46. 1c424d2 microblaze: Show return address from exception by Michal Simek · 10 years ago
  47. cd8574c microblaze: Fix stack usage in interrupt handler by Michal Simek · 10 years ago
  48. da931af microblaze: Support stack protection feature by Michal Simek · 10 years ago
  49. 822d43a microblaze: Enable hardware exception by default by Michal Simek · 10 years ago
  50. 9d24274 microblaze: Add SPL support by Michal Simek · 11 years ago
  51. ef2c1d8 microblaze: Report priviledged or stack protection exception by Michal Simek · 11 years ago
  52. e2906a5 Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  53. a71a36f microblaze: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  54. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  55. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  56. b3e5cd1 microblaze: Fix compilation failure because of missing libdts by Michal Simek · 12 years ago
  57. 5811830 microblaze: Flush caches before enabling them by Michal Simek · 12 years ago
  58. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  59. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  60. 2380b8f microblaze: Clean microblaze initialization by Michal Simek · 12 years ago
  61. bcbb046 microblaze: timer: Prepare for device-tree initialization by Michal Simek · 12 years ago
  62. 26e6da8 microblaze: intc: Coding style cleanup by Michal Simek · 12 years ago
  63. 8706908 microblaze: intc: Registering interrupt should return value by Michal Simek · 12 years ago
  64. b710d9d microblaze: Add support for device tree driven board configuration by Michal Simek · 12 years ago
  65. 575a3d2 microblaze: intc: Clear interrupt code by Michal Simek · 12 years ago
  66. 779bf42 microblaze: Move __udelay implementation by Michal Simek · 12 years ago
  67. 2e65b44 microblaze: Move individual board linker scripts to common script in cpu tree. by Michal Simek · 12 years ago
  68. 0f88326 microblaze: avoid interrupt race conditions by Stephan Linz · 13 years ago
  69. b9f0b73 microblaze: fix build failure due to undefined reference to `get_ticks' by Stephan Linz · 13 years ago
  70. 5562bcc microblaze: Clean up reset asm code by Michal Simek · 13 years ago
  71. f3090fc microblaze: Save and restore first unused vector by Michal Simek · 14 years ago
  72. 86c1b2a microblaze: Setup MB vectors if feature is enable for u-boot by Michal Simek · 13 years ago
  73. dfc1070 microblaze: Remove debug saving value by Michal Simek · 13 years ago
  74. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  75. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  76. 518075f microblaze: Fix msr handling in interrupt_handler by Michal Simek · 14 years ago
  77. 68e99e5 microblaze: Disabling interrupt should return 1 if was enabled by Michal Simek · 14 years ago
  78. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  79. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  80. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  81. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  82. b98cba0 microblaze: Support little-endian microblaze target by Michal Simek · 14 years ago
  83. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  84. 8ff972c microblaze: Consolidate cache code by Michal Simek · 15 years ago
  85. 8125c98 microblaze: Fix interrupt handler code by Michal Simek · 15 years ago
  86. b266409 microblaze: Move FSL initialization to board.c by Michal Simek · 15 years ago
  87. 5bbcb6c microblaze: Move timer initialization to board.c by Michal Simek · 15 years ago
  88. cc53690 microblaze: Fix irq.S code by Michal Simek · 15 years ago
  89. 6260fb0 microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* by Peter Tyser · 15 years ago