1. 2fe8cd4 kbuild: support simultaneous board configuration and "make all" by Masahiro Yamada · 11 years ago
  2. 0a17a42 kbuild: use scripts/Makefile.clean by Masahiro Yamada · 11 years ago
  3. 832ef28 Makefile: refactor tools-all targets by Masahiro Yamada · 11 years ago
  4. 6d7dc64 Makefile: Do not pass MTD_VERSION from the top Makefile by Masahiro Yamada · 11 years ago
  5. f8eb670 kbuild: refactor Makefile and spl/Makefile more by Masahiro Yamada · 11 years ago
  6. 262fe12 examples: move api/ and standalone/ entry to examples/Makefile by Masahiro Yamada · 11 years ago
  7. 8dbc1a2 kbuild: change the top Makefile to more Kbuild-ish structure by Masahiro Yamada · 11 years ago
  8. d01ec13 Makefile: remove a cleaning target "tidy" by Masahiro Yamada · 11 years ago
  9. f50a968 kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary by Masahiro Yamada · 11 years ago
  10. 5ac303c kbuild: move include directives of board configuration files by Masahiro Yamada · 11 years ago
  11. 4dd075d kbuild: convert some make rules to Kbuild style by Masahiro Yamada · 11 years ago
  12. 27d027f kbuild: move some lines to more suitable place by Masahiro Yamada · 11 years ago
  13. 9cdea04 kbuild: delete temporary build scripts by Masahiro Yamada · 11 years ago
  14. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  15. 47b65f7 kbuild: import more build scripts from Linux v3.13 tag by Masahiro Yamada · 11 years ago
  16. 3dba11c Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp by Masahiro Yamada · 11 years ago
  17. 350735c kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · 11 years ago
  18. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  19. a6d7756 Makefile: move some flags to examples makefiles by Masahiro Yamada · 11 years ago
  20. 112b312 Makefile: move some flags to spl/Makefile by Masahiro Yamada · 11 years ago
  21. 41ec9ba Makefile: move more stuff to top Makefile by Masahiro Yamada · 11 years ago
  22. 0302445 Makefile: refactor include path settings by Masahiro Yamada · 11 years ago
  23. 700dd89 Makefile: move more flags to the top Makefile by Masahiro Yamada · 11 years ago
  24. 7449ab1 kbuild: Use Kbuild.include by Masahiro Yamada · 11 years ago
  25. 6e0a77f kbuild: import Kbuild.include from linux v3.13 tag by Masahiro Yamada · 11 years ago
  26. ed36001 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile by Masahiro Yamada · 11 years ago
  27. 57d42c9 Makefile: move some variable definitions to the top Makefile by Masahiro Yamada · 11 years ago
  28. 2feb8d3 Makfile: move suffix rules to Makefile.build by Masahiro Yamada · 11 years ago
  29. 81056db nand-spl: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  30. 6b05dae examples: Use scripts/Makefile.build by Masahiro Yamada · 11 years ago
  31. e2aadb9 board: samsung: refactor host programs by Masahiro Yamada · 11 years ago
  32. f243180 tools: convert makefiles to kbuild style by Masahiro Yamada · 11 years ago
  33. c9f6c93 Makefile.host.tmp: add a new script to refactor tools by Masahiro Yamada · 11 years ago
  34. f6c1d01 .gitignore: ingore files generated by Kbuild by Masahiro Yamada · 11 years ago
  35. 1f7e48d microblaze: remove an empty file arch/microblaze/lib/time.c by Masahiro Yamada · 11 years ago
  36. 57f29ab ARM: O5/dra7xx: Add SATA boot support by Dan Murphy · 11 years ago
  37. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  38. 82b400c tools: correct proftool build rule by Ian Campbell · 11 years ago
  39. f81e0ce EXT4: Fix number base handling of "ext4write" command by Wolfgang Denk · 11 years ago
  40. fa4676d net, phy: atheros ar803x bug by Heiko Schocher · 11 years ago
  41. 7e4a4b2 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  42. e14dc14 config: remove platform CONFIG_SYS_HZ definition part 3 by Masahiro Yamada · 11 years ago
  43. 3dab644 mini2440.h: Delete remainder of dead board by Masahiro Yamada · 11 years ago
  44. 49dc73b doc: README: Correct file name of signature verification documentation by Detlev Zundel · 11 years ago
  45. 65bc075 unit-test: add lots of tests for the Hush 'test' command by Stephen Warren · 11 years ago
  46. 2e2a917 unit-test: fix 'env default' invocation by Stephen Warren · 11 years ago
  47. 1d2f9a0 fat: implement exists() for FAT fs by Stephen Warren · 11 years ago
  48. 12d6d0c ext4: implement exists() for ext4fs by Stephen Warren · 11 years ago
  49. 53e8a32 sandbox: enable CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  50. 97d66f2 sandbox: implement exists() function by Stephen Warren · 11 years ago
  51. 0700db6 cmd_test: implement -e test for file existence by Stephen Warren · 11 years ago
  52. 4f6e1aa cmd_test: evaluate to false without any arguments by Stephen Warren · 11 years ago
  53. 08b763b cmd_test: implement ! on sub-expressions by Stephen Warren · 11 years ago
  54. 4c1b281 cmd_test: check for binary operators before unary by Stephen Warren · 11 years ago
  55. 28cca55 cmd_test: use table lookup for parsing by Stephen Warren · 11 years ago
  56. ec63d4a fs: don't pass NULL dev_desc to most filesystems by Stephen Warren · 11 years ago
  57. d008fbb fs: implement infrastructure for an 'exists' function by Stephen Warren · 11 years ago
  58. 9df2580 fs: fix generic save command implementation by Stephen Warren · 11 years ago
  59. 3d5a388 README: document CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  60. 034dd3d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  61. acec7fc Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 11 years ago
  62. 04cbbe4 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 11 years ago
  63. 4152368 ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value by Stephen Warren · 11 years ago
  64. 29ff59a arm/km: introduce kmsugp1 target by Gerlando Falauto · 11 years ago
  65. 18a74ec arm/km: define fdt_high env variable and allow backwards compatibility by Gerlando Falauto · 11 years ago
  66. ae2adaf arm/km: enable FDT for km_kirwkood by Gerlando Falauto · 11 years ago
  67. 7fef655 arm/km: fix wrong error handling by Holger Brunck · 11 years ago
  68. 19baeb6 arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environment by Holger Brunck · 11 years ago
  69. 7bffb3f arm/km/suv31: switch to 256MB RAM by Holger Brunck · 11 years ago
  70. 09346ff arm/km: make local function startup_allowed static by Holger Brunck · 11 years ago
  71. cbec3b8 arm/km: drop unneeded define by Holger Brunck · 11 years ago
  72. c8cf471 zynq: Fix elf header generation by Michal Simek · 11 years ago
  73. 9dd915c zynq: Use full tftpboot command instead of shortcut tftp by Michal Simek · 11 years ago
  74. 9c2ef61 relocate-rela: replace a magic number with sizeof(Elf64_Rela) by Masahiro Yamada · 11 years ago
  75. 2acaff2 ARM: bcm2835: config.mk isn't needed by Stephen Warren · 11 years ago
  76. 4657b8a ARM: rpi_b: set $fdtfile in default environment by Stephen Warren · 11 years ago
  77. 6f24d32 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  78. 4a37b42 serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation by Axel Lin · 11 years ago
  79. 0bdf000 serial: opencores_yanu: Fix build error by Axel Lin · 11 years ago
  80. 4e55853 exynos: clock: use the clear and set bits macros. by Inha Song · 11 years ago
  81. 64eee4e exynos: clock: fixed that cfg is set to wrong value. by Inha Song · 11 years ago
  82. c51eb11 serial/serial_arc - add driver for ARC UART by Alexey Brodkin · 11 years ago
  83. 811d1d3 dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage by Tom Rini · 11 years ago
  84. 5c5eb29 omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage by Tom Rini · 11 years ago
  85. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  86. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  87. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  88. 7991946 cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' by Tom Rini · 11 years ago
  89. c3068eb cmd_mmc.c: Change 'bootpart' code to match normal coding style by Tom Rini · 11 years ago
  90. cc61269 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK by Tom Rini · 11 years ago
  91. 0d6891b mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B by Siva Durga Prasad Paladugu · 11 years ago
  92. ccfa20b MMC: DWMMC: Correct the CLKDIV register value by Rajeshwari S Shinde · 11 years ago
  93. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  94. d35fafb x600: Switch to CONFIG_PHYLIB by Tom Rini · 11 years ago
  95. 0d3b22e net/designware: make driver compatible with data cache by Alexey Brodkin · 11 years ago
  96. 9a0b130 net/designware - switch driver to phylib usage by Alexey Brodkin · 11 years ago
  97. 37ecfa1 net: execute "miiphy_init" if CONFIG_PHYLIB defined by Alexey Brodkin · 11 years ago
  98. 4695ddd net/designware: add explicit reset of {tx|rx}_currdescnum by Alexey Brodkin · 11 years ago
  99. b1566a5 arc: add README for architecture by Alexey Brodkin · 11 years ago
  100. a2e5fda arc: add architecture to MAKEALL by Alexey Brodkin · 11 years ago