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