1. a76a458 spl: fix linker size check off-by-one errors by Simon Goldschmidt · 6 years ago
  2. 4e39ea8 microblaze: Convert generic platform to DM gpio by Michal Simek · 6 years ago
  3. f54fbc8 microblaze: Do not call timer init that early by Michal Simek · 6 years ago
  4. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  5. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  6. c2d85e7 microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  7. 62b021c spl: make image arg or fdt blob address reconfigurable by Vikas Manocha · 8 years ago
  8. ad400c6 microblaze: Fix endif macro command by Michal Simek · 8 years ago
  9. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  10. c3d51b9 microblaze: Remove !OF_CONTROL code for timer and interrupt by Michal Simek · 9 years ago
  11. cf84885 microblaze: Read information about timer/interrupts from DT by Michal Simek · 9 years ago
  12. f2b3451 microblaze: Remove empty file - cpu.c by Michal Simek · 9 years ago
  13. b590411 microblaze: Wire-up debug_uart in asm by Michal Simek · 9 years ago
  14. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  15. c6187a4 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · 9 years ago
  16. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  17. fb089f0 microblaze: spl: Add LISTS to linker script by Michal Simek · 10 years ago
  18. fb8e384 microblaze: spl: Do not call mem_malloc_init and use early alloc by Michal Simek · 10 years ago
  19. 9ea6744 microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN by Michal Simek · 10 years ago
  20. a79d658 microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA by Michal Simek · 10 years ago
  21. a9228f6 microblaze: Speedup code copy by Michal Simek · 10 years ago
  22. 65e915c microblaze: Move architecture to use generic board init by Michal Simek · 11 years ago
  23. 3f0a5cb microblaze: Fix gd_t address which is placed at the end of BRAM by Michal Simek · 10 years ago
  24. 23162f4 microblaze: Remove unused asm label by Michal Simek · 10 years ago
  25. b78df3d microblaze: Use standard interrupt_init() function by Michal Simek · 10 years ago
  26. 7218061 microblaze: Remove unneeded data section adding from DTB by Michal Simek · 10 years ago
  27. 056dbe8 microblaze: Add debug message about enabling interrupts by Michal Simek · 10 years ago
  28. 5e6c747 microblaze: Fix coding style by Michal Simek · 10 years ago
  29. baf5175 microblaze: Remove DEBUG_INT macro and use debug() instead by Michal Simek · 10 years ago
  30. f73749b microblaze: Fix coding style in exception.c by Michal Simek · 10 years ago
  31. 924819c microblaze: Show return address from exception by Michal Simek · 10 years ago
  32. 94ea28f microblaze: Fix stack usage in interrupt handler by Michal Simek · 10 years ago
  33. a5e9d6e microblaze: Support stack protection feature by Michal Simek · 10 years ago
  34. 2876938 microblaze: Enable hardware exception by default by Michal Simek · 10 years ago
  35. 26acb3e microblaze: Add SPL support by Michal Simek · 11 years ago
  36. 9856529 microblaze: Report priviledged or stack protection exception by Michal Simek · 11 years ago
  37. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  38. 04e7e5a microblaze: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  39. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  41. a62b904 microblaze: Fix compilation failure because of missing libdts by Michal Simek · 12 years ago
  42. e3aa3d5 microblaze: Flush caches before enabling them by Michal Simek · 12 years ago
  43. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  44. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  45. 9cabb36 microblaze: Clean microblaze initialization by Michal Simek · 12 years ago
  46. 06ac651 microblaze: timer: Prepare for device-tree initialization by Michal Simek · 12 years ago
  47. 8b4bb3a microblaze: intc: Coding style cleanup by Michal Simek · 12 years ago
  48. e76a06e microblaze: intc: Registering interrupt should return value by Michal Simek · 12 years ago
  49. f0300ea microblaze: Add support for device tree driven board configuration by Michal Simek · 12 years ago
  50. 251ed2c microblaze: intc: Clear interrupt code by Michal Simek · 12 years ago
  51. 64f9640 microblaze: Move __udelay implementation by Michal Simek · 12 years ago
  52. bb114ff microblaze: Move individual board linker scripts to common script in cpu tree. by Michal Simek · 12 years ago
  53. 5db50d6 microblaze: avoid interrupt race conditions by Stephan Linz · 13 years ago
  54. cba5bf0 microblaze: fix build failure due to undefined reference to `get_ticks' by Stephan Linz · 13 years ago
  55. 8daf0c3 microblaze: Clean up reset asm code by Michal Simek · 13 years ago
  56. f9ec172 microblaze: Save and restore first unused vector by Michal Simek · 14 years ago
  57. 4a30db9 microblaze: Setup MB vectors if feature is enable for u-boot by Michal Simek · 13 years ago
  58. e1b0dd5 microblaze: Remove debug saving value by Michal Simek · 13 years ago
  59. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  60. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  61. 078a3e9 microblaze: Fix msr handling in interrupt_handler by Michal Simek · 14 years ago
  62. c94f95e microblaze: Disabling interrupt should return 1 if was enabled by Michal Simek · 14 years ago
  63. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  64. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  65. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  66. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  67. ead124a microblaze: Support little-endian microblaze target by Michal Simek · 14 years ago
  68. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  69. 08a30cb microblaze: Consolidate cache code by Michal Simek · 15 years ago
  70. 2c00449 microblaze: Fix interrupt handler code by Michal Simek · 15 years ago
  71. 98f872e microblaze: Move FSL initialization to board.c by Michal Simek · 15 years ago
  72. d1ff6c7 microblaze: Move timer initialization to board.c by Michal Simek · 15 years ago
  73. 6a3d319 microblaze: Fix irq.S code by Michal Simek · 15 years ago
  74. db60bd2 microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* by Peter Tyser · 15 years ago