1. 0123ee2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  2. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  3. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  4. f7f4794 kbuild: delete redundant LDSCRIPT definition by Masahiro Yamada · 11 years ago
  5. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  6. e7a579f dts: generate multiple device tree blobs by Masahiro Yamada · 11 years ago
  7. 884ef15 dts: move device tree sources to arch/$(ARCH)/dts/ by Masahiro Yamada · 11 years ago
  8. 43c0893 dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  9. 1f7e48d microblaze: remove an empty file arch/microblaze/lib/time.c by Masahiro Yamada · 11 years ago
  10. 26acb3e microblaze: Add SPL support by Michal Simek · 11 years ago
  11. 9856529 microblaze: Report priviledged or stack protection exception by Michal Simek · 11 years ago
  12. 7a50310 microblaze: Show u-boot banner by Michal Simek · 11 years ago
  13. 30a198b Makefile: rename all libraries to built-in.o by Masahiro Yamada · 11 years ago
  14. 4e56395 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  15. 04e7e5a microblaze: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  16. 8173ce7 microblaze: Fix watchdog initialization by Michal Simek · 11 years ago
  17. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  18. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  19. 6c3110c microblaze: Call spi_init function by Michal Simek · 11 years ago
  20. 9215e0b config: don't define CONFIG_ARCH_DEVICE_TREE by Stephen Warren · 11 years ago
  21. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  22. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  23. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  24. 794a921 Clarify bootm OS arguments by Simon Glass · 11 years ago
  25. 23ccda0 gpio: Add support for microblaze xilinx GPIO by Michal Simek · 12 years ago
  26. 70b1c49 microblaze: bootm: Add support for loading initrd by Michal Simek · 12 years ago
  27. c78ce29 microblaze: bootm: Fix coding style issues by Michal Simek · 12 years ago
  28. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  29. 7c87cc1 microblaze: fix style in board.c by Andreas Bießmann · 12 years ago
  30. 80e045f watchdog: Add support for Xilinx Microblaze watchdog by Michal Simek · 12 years ago
  31. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  32. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  33. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  34. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  35. 8d0820e microblaze: Use generic global_data by Simon Glass · 12 years ago
  36. 38716278 microblaze: Add muldi3.c which contains routines for _muldi3 by David Holsgrove · 12 years ago
  37. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  38. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  39. a62b904 microblaze: Fix compilation failure because of missing libdts by Michal Simek · 12 years ago
  40. c1b1493 microblaze: Remove asm/bitops.h from asm/posix_types.h by Michal Simek · 12 years ago
  41. e3aa3d5 microblaze: Flush caches before enabling them by Michal Simek · 12 years ago
  42. 48c0d48 microblaze: Fix byteorder for microblaze by Michal Simek · 12 years ago
  43. 59085d3 microblaze: Fix compilation warning in ext2_find_next_zero_bit by Michal Simek · 12 years ago
  44. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  45. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  46. fb20d45 microblaze: Change bi_baudrate and global data baudrate to int by Simon Glass · 12 years ago
  47. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  48. ab43dbe microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE by Michal Simek · 12 years ago
  49. 9cabb36 microblaze: Clean microblaze initialization by Michal Simek · 12 years ago
  50. 06ac651 microblaze: timer: Prepare for device-tree initialization by Michal Simek · 12 years ago
  51. 8b4bb3a microblaze: intc: Coding style cleanup by Michal Simek · 12 years ago
  52. e76a06e microblaze: intc: Registering interrupt should return value by Michal Simek · 12 years ago
  53. 58a5dd2 microblaze: board: Remove compilation warning by Michal Simek · 12 years ago
  54. f0300ea microblaze: Add support for device tree driven board configuration by Michal Simek · 12 years ago
  55. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  56. 251ed2c microblaze: intc: Clear interrupt code by Michal Simek · 12 years ago
  57. 3b6f438 microblaze: Call serial multi initialization by Michal Simek · 12 years ago
  58. 64f9640 microblaze: Move __udelay implementation by Michal Simek · 12 years ago
  59. b06e69e microblaze: Remove extern from board.c by Michal Simek · 12 years ago
  60. bb114ff microblaze: Move individual board linker scripts to common script in cpu tree. by Michal Simek · 12 years ago
  61. e087e5c microblaze: Add gpio.h by Michal Simek · 12 years ago
  62. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  63. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  64. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  65. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  66. 5db50d6 microblaze: avoid interrupt race conditions by Stephan Linz · 13 years ago
  67. cba5bf0 microblaze: fix build failure due to undefined reference to `get_ticks' by Stephan Linz · 13 years ago
  68. 75a081e microblaze: Fix strict-aliasing rules for in_be32 by Michal Simek · 13 years ago
  69. 383c33a microblaze: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  70. 71c2563 microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  71. 8e0662f microblaze: Copy bootfile from variables by Michal Simek · 13 years ago
  72. caad273 microblaze: Fix unaligned.h for endians by Michal Simek · 14 years ago
  73. 2dcf614 microblaze: Initialize jumptable and console by Michal Simek · 13 years ago
  74. 9c3474a microblaze: Support flashes on lower addresses by Michal Simek · 13 years ago
  75. 4255f05 microblaze: Call common console_init_f initialization function by Michal Simek · 13 years ago
  76. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  77. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  78. 8daf0c3 microblaze: Clean up reset asm code by Michal Simek · 13 years ago
  79. f9ec172 microblaze: Save and restore first unused vector by Michal Simek · 14 years ago
  80. 4a30db9 microblaze: Setup MB vectors if feature is enable for u-boot by Michal Simek · 13 years ago
  81. e1b0dd5 microblaze: Remove debug saving value by Michal Simek · 13 years ago
  82. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  83. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  84. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  85. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  86. 078a3e9 microblaze: Fix msr handling in interrupt_handler by Michal Simek · 14 years ago
  87. 736245c microblaze: Fix systems with MSR=0 by Michal Simek · 14 years ago
  88. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  89. eaf2c86 microblaze: Fix bd_info pointer by Michal Simek · 14 years ago
  90. c94f95e microblaze: Disabling interrupt should return 1 if was enabled by Michal Simek · 14 years ago
  91. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  92. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  93. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  94. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  95. 708e667 FDT: only call boot_get_fdt from generic code by John Rigby · 14 years ago
  96. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  97. ead124a microblaze: Support little-endian microblaze target by Michal Simek · 14 years ago
  98. 7f581f0 microblaze: Add support for NET_MULTI api by Michal Simek · 14 years ago
  99. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  100. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago