1. b3134fc arch: kona: Initial commit of kona-common architecture code by Darwin Rambo · 11 years ago
  2. 1998a1a ARM: rpi_b: rework boot scripts, enable sysboot by Stephen Warren · 11 years ago
  3. 5c92d48 ARM: rpi_b: load /uEnv.txt from MMC at startup by Stephen Warren · 11 years ago
  4. 29235b7 ARM: rpi_b: convert to use distro defaults by Stephen Warren · 11 years ago
  5. b81fdb0 pxe: allow compilation when !defined(CONFIG_CMD_NET) by Stephen Warren · 11 years ago
  6. 3e11350 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  7. 0a8e823 Prepare v2014.04-rc1 by Tom Rini · 11 years ago
  8. 2aa43f7 kbuild,tegra124: add dummy obj- for Kbuild by Masahiro Yamada · 11 years ago
  9. f150c83 cosmetic: FIT: fix a strange comment by Masahiro Yamada · 11 years ago
  10. ca53735 Move CONFIG_DISPLAY_CPUINFO to Makefile by Masahiro Yamada · 11 years ago
  11. 365475e Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee by Masahiro Yamada · 11 years ago
  12. 2f13363 configs: Delete unused CONFIG_SYS_64BIT_{VSPRINTF, STRTOUL} by Masahiro Yamada · 11 years ago
  13. 627b73e configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE by Masahiro Yamada · 11 years ago
  14. 3284c8b dts: generate multiple device tree blobs by Masahiro Yamada · 11 years ago
  15. 5ab502c dts: move device tree sources to arch/$(ARCH)/dts/ by Masahiro Yamada · 11 years ago
  16. 6ab6b2a dts: re-write dts/Makefile more simply with Kbuild by Masahiro Yamada · 11 years ago
  17. babb444 kernel-doc: fix some errors by Masahiro Yamada · 11 years ago
  18. ced0329 kernel-doc: update kernel-doc related files to Linux v3.13 by Masahiro Yamada · 11 years ago
  19. 8fac9c7 kernel-doc: move kernel-doc tools to scripts/ by Masahiro Yamada · 11 years ago
  20. 2c92b1d .gitignore: drop include/asm from ignored file list by Masahiro Yamada · 11 years ago
  21. 79fc0c5 tools/env: cross-compile fw_printenv without setting HOSTCC by Masahiro Yamada · 11 years ago
  22. 9a368d0 kbuild: Do not generate .*.su files at the top directory by Masahiro Yamada · 11 years ago
  23. b831bb3 board: sandburst: delete FORCEBUILD by Masahiro Yamada · 11 years ago
  24. 3341bfe kbuild: check clean source and generate Makefile for out-of-tree build by Masahiro Yamada · 11 years ago
  25. 53bca5a kbuild: support simultaneous board configuration and "make all" by Masahiro Yamada · 11 years ago
  26. efcf861 kbuild: use scripts/Makefile.clean by Masahiro Yamada · 11 years ago
  27. 2887c47 Makefile: refactor tools-all targets by Masahiro Yamada · 11 years ago
  28. 3f76e98 Makefile: Do not pass MTD_VERSION from the top Makefile by Masahiro Yamada · 11 years ago
  29. 656de6b kbuild: refactor Makefile and spl/Makefile more by Masahiro Yamada · 11 years ago
  30. cbce795 examples: move api/ and standalone/ entry to examples/Makefile by Masahiro Yamada · 11 years ago
  31. 433b2f1 kbuild: change the top Makefile to more Kbuild-ish structure by Masahiro Yamada · 11 years ago
  32. 7390643 Makefile: remove a cleaning target "tidy" by Masahiro Yamada · 11 years ago
  33. 5fe6301 kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary by Masahiro Yamada · 11 years ago
  34. 01072b4 kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  35. 47f1571 kbuild: convert some make rules to Kbuild style by Masahiro Yamada · 11 years ago
  36. 5f30f3b kbuild: move some lines to more suitable place by Masahiro Yamada · 11 years ago
  37. f2d293d kbuild: delete temporary build scripts by Masahiro Yamada · 11 years ago
  38. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  39. 22433fc kbuild: import more build scripts from Linux v3.13 tag by Masahiro Yamada · 11 years ago
  40. ec626f1 Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp by Masahiro Yamada · 11 years ago
  41. 7c8278a kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · 11 years ago
  42. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  43. d958002 Makefile: move some flags to examples makefiles by Masahiro Yamada · 11 years ago
  44. e0d5d9f Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  45. ced0715 Makefile: move more stuff to top Makefile by Masahiro Yamada · 11 years ago
  46. fea1ca8 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  47. 2b3c9d3 Makefile: move more flags to the top Makefile by Masahiro Yamada · 11 years ago
  48. bf4b3de kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  49. ceec4c8 kbuild: import Kbuild.include from linux v3.13 tag by Masahiro Yamada · 11 years ago
  50. 34bd050 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile by Masahiro Yamada · 11 years ago
  51. f6322eb Makefile: move some variable definitions to the top Makefile by Masahiro Yamada · 11 years ago
  52. 5651ccf Makfile: move suffix rules to Makefile.build by Masahiro Yamada · 11 years ago
  53. a0b14c3 nand-spl: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  54. 4a20df3 examples: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  55. e183a17 board: samsung: refactor host programs by Masahiro Yamada · 11 years ago
  56. 940db16 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  57. ad71fa9 Makefile.host.tmp: add a new script to refactor tools by Masahiro Yamada · 11 years ago
  58. ea531e3 .gitignore: ingore files generated by Kbuild by Masahiro Yamada · 11 years ago
  59. 56746d8 microblaze: remove an empty file arch/microblaze/lib/time.c by Masahiro Yamada · 11 years ago
  60. e9024ef ARM: O5/dra7xx: Add SATA boot support by Dan Murphy · 11 years ago
  61. fff40a7 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  62. 054c838 tools: correct proftool build rule by Ian Campbell · 11 years ago
  63. f7740f7 EXT4: Fix number base handling of "ext4write" command by Wolfgang Denk · 11 years ago
  64. 9137d19 net, phy: atheros ar803x bug by Heiko Schocher · 11 years ago
  65. 95f7062 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  66. df2f6c9 config: remove platform CONFIG_SYS_HZ definition part 3 by Masahiro Yamada · 11 years ago
  67. 0a4bce3 mini2440.h: Delete remainder of dead board by Masahiro Yamada · 11 years ago
  68. 8bf2aad doc: README: Correct file name of signature verification documentation by Detlev Zundel · 11 years ago
  69. f2afe70 unit-test: add lots of tests for the Hush 'test' command by Stephen Warren · 11 years ago
  70. 6748672 unit-test: fix 'env default' invocation by Stephen Warren · 11 years ago
  71. b7b5f31 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  72. 55af5c9 ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  73. 89ba42d sandbox: enable CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  74. 0a30aa1 sandbox: implement exists() function by Stephen Warren · 11 years ago
  75. e5e897c cmd_test: implement -e test for file existence by Stephen Warren · 11 years ago
  76. 2453de9 cmd_test: evaluate to false without any arguments by Stephen Warren · 11 years ago
  77. d9b651c cmd_test: implement ! on sub-expressions by Stephen Warren · 11 years ago
  78. 4c80f29 cmd_test: check for binary operators before unary by Stephen Warren · 11 years ago
  79. 490ba83 cmd_test: use table lookup for parsing by Stephen Warren · 11 years ago
  80. 377202b fs: don't pass NULL dev_desc to most filesystems by Stephen Warren · 11 years ago
  81. 6152916 fs: implement infrastructure for an 'exists' function by Stephen Warren · 11 years ago
  82. bd6fb31 fs: fix generic save command implementation by Stephen Warren · 11 years ago
  83. 16f4d93 README: document CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  84. e7538fe Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  85. da781c6 imx6 SION bit has to be on for the pins that are used as ENET_REF_CLK by Andy Ng · 11 years ago
  86. 1feb6e3 Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  87. 9b986fd i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd by Eric Nelson · 11 years ago
  88. 529a8d0 Exynos5250: Remove lowlevelinit by Rajeshwari S Shinde · 11 years ago
  89. e158665 arm: zynq: correct the argument to lldiv by Siva Durga Prasad Paladugu · 11 years ago
  90. d7e269c zynq: Add support for U-BOOT SPL by Michal Simek · 11 years ago
  91. 96a5d4d zynq: Update CLK in bdinfo by Michal Simek · 11 years ago
  92. d6c9bba zynq: Implement dump clock command by Soren Brinkmann · 11 years ago
  93. 19605e2 serial_zynq: Migrate to Zynq clock framework by Soren Brinkmann · 11 years ago
  94. 97598fc net: zynq_gem: Calculate clock dividers dynamically by Soren Brinkmann · 11 years ago
  95. 1cd46ed net: zynq_gem: Move RCLK details out of driver by Soren Brinkmann · 11 years ago
  96. 2826fd3 zynq: timer: Fix hangs if network activity attempted after about one hour by Michal Simek · 11 years ago
  97. 614c272 zynq: timer: Migrate to zynq clock framework by Soren Brinkmann · 11 years ago
  98. 6c3e61d zynq: Provide a framework to read clock frequencies by Soren Brinkmann · 11 years ago
  99. 23d5c73 common: Provide DIV_ROUND_CLOSEST macro by Soren Brinkmann · 11 years ago
  100. bf83495 zynq: serial: Simplify serial driver initialization by Michal Simek · 11 years ago