1. d6cfac4 OMAP3: add missing gpio clock init and fix NAND SPL for mcx board by Stefano Babic · 11 years ago
  2. faee0e5 arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled) by Stefan Roese · 11 years ago
  3. 00822ca ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control by Dave Gerlach · 11 years ago
  4. 9436059 Add support for B&R KWB Motherboard by Hannes Petermaier · 11 years ago
  5. fb00366 board: Add support for B&R T-Series Motherboard by Hannes Petermaier · 11 years ago
  6. 8c6324f am335x: Initial support for Silica Pengwyn board by Lothar Felten · 11 years ago
  7. 1f493d9 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  8. d3d17fc Prepare v2014.04-rc1 by Tom Rini · 11 years ago
  9. 925c697 kbuild,tegra124: add dummy obj- for Kbuild by Masahiro Yamada · 11 years ago
  10. aa58eec cosmetic: FIT: fix a strange comment by Masahiro Yamada · 11 years ago
  11. 1ffe957 Move CONFIG_DISPLAY_CPUINFO to Makefile by Masahiro Yamada · 11 years ago
  12. 81a689e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 11 years ago
  13. 62b774c configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL} by Masahiro Yamada · 11 years ago
  14. 5854c9f configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE by Masahiro Yamada · 11 years ago
  15. e7a579f dts: generate multiple device tree blobs by Masahiro Yamada · 11 years ago
  16. 884ef15 dts: move device tree sources to arch/$(ARCH)/dts/ by Masahiro Yamada · 11 years ago
  17. 43c0893 dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  18. b9f9ce4 kernel-doc: fix some errors by Masahiro Yamada · 11 years ago
  19. 335d31a kernel-doc: update kernel-doc related files to Linux v3.13 by Masahiro Yamada · 11 years ago
  20. 5bfd11b kernel-doc: move kernel-doc tools to scripts/ by Masahiro Yamada · 11 years ago
  21. 8db3e77 .gitignore: drop include/asm from ignored file list by Masahiro Yamada · 11 years ago
  22. 9563d57 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
  23. 4ba0288 kbuild: Do not generate .*.su files at the top directory by Masahiro Yamada · 11 years ago
  24. b012d47 board: sandburst: delete FORCEBUILD by Masahiro Yamada · 11 years ago
  25. 4c85768 kbuild: check clean source and generate Makefile for out-of-tree build by Masahiro Yamada · 11 years ago
  26. 2fe8cd4 kbuild: support simultaneous board configuration and "make all" by Masahiro Yamada · 11 years ago
  27. 0a17a42 kbuild: use scripts/Makefile.clean by Masahiro Yamada · 11 years ago
  28. 832ef28 Makefile: refactor tools-all targets by Masahiro Yamada · 11 years ago
  29. 6d7dc64 Makefile: Do not pass MTD_VERSION from the top Makefile by Masahiro Yamada · 11 years ago
  30. f8eb670 kbuild: refactor Makefile and spl/Makefile more by Masahiro Yamada · 11 years ago
  31. 262fe12 examples: move api/ and standalone/ entry to examples/Makefile by Masahiro Yamada · 11 years ago
  32. 8dbc1a2 kbuild: change the top Makefile to more Kbuild-ish structure by Masahiro Yamada · 11 years ago
  33. d01ec13 Makefile: remove a cleaning target "tidy" by Masahiro Yamada · 11 years ago
  34. f50a968 kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary by Masahiro Yamada · 11 years ago
  35. 5ac303c kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  36. 4dd075d kbuild: convert some make rules to Kbuild style by Masahiro Yamada · 11 years ago
  37. 27d027f kbuild: move some lines to more suitable place by Masahiro Yamada · 11 years ago
  38. 9cdea04 kbuild: delete temporary build scripts by Masahiro Yamada · 11 years ago
  39. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  40. 47b65f7 kbuild: import more build scripts from Linux v3.13 tag by Masahiro Yamada · 11 years ago
  41. 3dba11c Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp by Masahiro Yamada · 11 years ago
  42. 350735c kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · 11 years ago
  43. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  44. a6d7756 Makefile: move some flags to examples makefiles by Masahiro Yamada · 11 years ago
  45. 112b312 Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  46. 41ec9ba Makefile: move more stuff to top Makefile by Masahiro Yamada · 11 years ago
  47. 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  48. 700dd89 Makefile: move more flags to the top Makefile by Masahiro Yamada · 11 years ago
  49. 7449ab1 kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  50. 6e0a77f kbuild: import Kbuild.include from linux v3.13 tag by Masahiro Yamada · 11 years ago
  51. ed36001 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile by Masahiro Yamada · 11 years ago
  52. 57d42c9 Makefile: move some variable definitions to the top Makefile by Masahiro Yamada · 11 years ago
  53. 2feb8d3 Makfile: move suffix rules to Makefile.build by Masahiro Yamada · 11 years ago
  54. 81056db nand-spl: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  55. 6b05dae examples: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  56. e2aadb9 board: samsung: refactor host programs by Masahiro Yamada · 11 years ago
  57. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  58. c9f6c93 Makefile.host.tmp: add a new script to refactor tools by Masahiro Yamada · 11 years ago
  59. f6c1d01 .gitignore: ingore files generated by Kbuild by Masahiro Yamada · 11 years ago
  60. 1f7e48d microblaze: remove an empty file arch/microblaze/lib/time.c by Masahiro Yamada · 11 years ago
  61. 57f29ab ARM: O5/dra7xx: Add SATA boot support by Dan Murphy · 11 years ago
  62. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  63. 82b400c tools: correct proftool build rule by Ian Campbell · 11 years ago
  64. f81e0ce EXT4: Fix number base handling of "ext4write" command by Wolfgang Denk · 11 years ago
  65. fa4676d net, phy: atheros ar803x bug by Heiko Schocher · 11 years ago
  66. 7e4a4b2 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  67. e14dc14 config: remove platform CONFIG_SYS_HZ definition part 3 by Masahiro Yamada · 11 years ago
  68. 3dab644 mini2440.h: Delete remainder of dead board by Masahiro Yamada · 11 years ago
  69. 49dc73b doc: README: Correct file name of signature verification documentation by Detlev Zundel · 11 years ago
  70. 65bc075 unit-test: add lots of tests for the Hush 'test' command by Stephen Warren · 11 years ago
  71. 2e2a917 unit-test: fix 'env default' invocation by Stephen Warren · 11 years ago
  72. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  73. 12d6d0c ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  74. 53e8a32 sandbox: enable CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  75. 97d66f2 sandbox: implement exists() function by Stephen Warren · 11 years ago
  76. 0700db6 cmd_test: implement -e test for file existence by Stephen Warren · 11 years ago
  77. 4f6e1aa cmd_test: evaluate to false without any arguments by Stephen Warren · 11 years ago
  78. 08b763b cmd_test: implement ! on sub-expressions by Stephen Warren · 11 years ago
  79. 4c1b281 cmd_test: check for binary operators before unary by Stephen Warren · 11 years ago
  80. 28cca55 cmd_test: use table lookup for parsing by Stephen Warren · 11 years ago
  81. ec63d4a fs: don't pass NULL dev_desc to most filesystems by Stephen Warren · 11 years ago
  82. d008fbb fs: implement infrastructure for an 'exists' function by Stephen Warren · 11 years ago
  83. 9df2580 fs: fix generic save command implementation by Stephen Warren · 11 years ago
  84. 3d5a388 README: document CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  85. abf8322 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  86. 1bc71d7 imx6 SION bit has to be on for the pins that are used as ENET_REF_CLK by Andy Ng · 11 years ago
  87. db0567b Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  88. 165607f i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd by Eric Nelson · 11 years ago
  89. b7f3e36 Exynos5250: Remove lowlevelinit by Rajeshwari S Shinde · 11 years ago
  90. 7072e20 arm: zynq: correct the argument to lldiv by Siva Durga Prasad Paladugu · 11 years ago
  91. e60148d zynq: Add support for U-BOOT SPL by Michal Simek · 11 years ago
  92. 0ec9d23 zynq: Update CLK in bdinfo by Michal Simek · 11 years ago
  93. 3752344 zynq: Implement dump clock command by Soren Brinkmann · 11 years ago
  94. e2cad60 serial_zynq: Migrate to Zynq clock framework by Soren Brinkmann · 11 years ago
  95. 4dded98 net: zynq_gem: Calculate clock dividers dynamically by Soren Brinkmann · 11 years ago
  96. 3b5b992 net: zynq_gem: Move RCLK details out of driver by Soren Brinkmann · 11 years ago
  97. 3924012 zynq: timer: Fix hangs if network activity attempted after about one hour by Michal Simek · 11 years ago
  98. 15fff9b zynq: timer: Migrate to zynq clock framework by Soren Brinkmann · 11 years ago
  99. 102ad00 zynq: Provide a framework to read clock frequencies by Soren Brinkmann · 11 years ago
  100. d394e3b common: Provide DIV_ROUND_CLOSEST macro by Soren Brinkmann · 11 years ago