1. 6af857c Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  2. d1b60d3 README.kconfig: document backward compatibility "make *_config" by Masahiro Yamada · 10 years ago
  3. 2134342 tools/genboardscfg.py: change shebang into /usr/bin/env python2 by Masahiro Yamada · 10 years ago
  4. 5a834c1 net: cpsw: am335x: Drop constant link checking from rx/tx path's by Stefan Roese · 10 years ago
  5. 9a65cb7 tools/genboardscfg.py: improve performance by Masahiro Yamada · 10 years ago
  6. d1bf4af tools/genboardscfg.py: check if the boards.cfg is up to date by Masahiro Yamada · 10 years ago
  7. 79d45d3 tools/genboardscfg.py: fix minor problems on termination by Masahiro Yamada · 10 years ago
  8. d6538d2 tools/genboardscfg.py: wait for unfinished subprocesses before error-out by Masahiro Yamada · 10 years ago
  9. 13246f4 tools/genboardscfg.py: be tolerant of insane Kconfig by Masahiro Yamada · 10 years ago
  10. b8828e8 tools/genboardscfg.py: be tolerant of missing MAINTAINERS by Masahiro Yamada · 10 years ago
  11. 04b43f3 tools/genboardscfg.py: ignore defconfigs starting with a dot by Masahiro Yamada · 10 years ago
  12. dfe6f4d Correct sandbox filesystem commands in FIT image test by Simon Glass · 10 years ago
  13. fe20a81 Fix test failure caused by bad handling of ramdisk by Simon Glass · 10 years ago
  14. 4a8ed8e kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZE by Masahiro Yamada · 10 years ago
  15. a6f47d2 scripts: refetch scripts/setlocalversion from Linux 3.16 by Masahiro Yamada · 10 years ago
  16. e91c3c3 kconfig: add CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTO by Masahiro Yamada · 10 years ago
  17. 390f703 buildman: run genboardscfg.py all the time by Masahiro Yamada · 10 years ago
  18. 94ab8f4 MAKEALL: run genboardscfg.py all the time by Masahiro Yamada · 10 years ago
  19. 9c2d60c tools/genboardscfg.py: fix a bug of MAINTAINERS handling by Masahiro Yamada · 10 years ago
  20. 124c599 samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget by Łukasz Majewski · 10 years ago
  21. 3e1b36b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  22. f91df8c Merge branch 'patman' of http://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  23. 042a732 patman: Support the 'reverse' option for 'git log' by Simon Glass · 10 years ago
  24. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  25. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  26. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  27. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  28. cc96c9a linux include: add ERR_CAST by Heiko Schocher · 10 years ago
  29. c068d44 lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago
  30. 9dd228b lib, rbtree: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  31. 7bee1c9 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 10 years ago
  32. 055626a nios2: remove EPCS driver by Thomas Chou · 10 years ago
  33. 5ff10aa nios2: add generic board support by Thomas Chou · 10 years ago
  34. 70fbc46 nios2: remove obsolete PCI5441 and PK1C20 boards by Thomas Chou · 10 years ago
  35. 00a2517 nios2: Fix printf size_t format related warnings (again...) by Vasili Galka · 10 years ago
  36. 7f6b831 buildman: refactor help message by Masahiro Yamada · 10 years ago
  37. 23f78ae git-mailrc: add patman and buildman alias by Masahiro Yamada · 10 years ago
  38. e0a4d06 patman: refactor help message by Masahiro Yamada · 10 years ago
  39. 3ff291f kconfig: convert Kconfig helper script into a shell script by Masahiro Yamada · 10 years ago
  40. fd18a89 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  41. 92ac8ac net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  42. e6c88a6 bootm: make sure pass NULL when argc < 1 by Bryan Wu · 10 years ago
  43. 6c454fe image: fix bootm failure for FIT image by Bryan Wu · 10 years ago
  44. f28c970 kconfig: remove DEFCONFIG_LIST by Masahiro Yamada · 10 years ago
  45. bf52b8a scripts/Lindent: import from Linux 3.16 by Masahiro Yamada · 10 years ago
  46. cac8f38 Makefile: Use Kbuild style for system_map.o generation step by Vasili Galka · 10 years ago
  47. 478a328 add header for Android sparse image format by Colin Cross · 10 years ago
  48. 11db3ab api: fix build without CMD_NET support by Jeroen Hofstee · 10 years ago
  49. 9518606 e1000: add i210 support by Marek Vasut · 10 years ago
  50. 873e8e0 e1000: Implement dcache support by Marek Vasut · 10 years ago
  51. 5b12b7a tools/genboardscfg.py: no exception if columns undetectable by Roger Meier · 10 years ago
  52. ca418dd tools/genboardscfg.py: Do not output SPLCPU field by Masahiro Yamada · 10 years ago
  53. b1ba62d pxe: Allow use of environment variables in append string by Hans de Goede · 10 years ago
  54. a06be2d cli: Export cli_simple_process_macros for use outside of cli_simple by Hans de Goede · 10 years ago
  55. b0d7bee davinci: orphan some Davinci boards by Masahiro Yamada · 10 years ago
  56. aec6f8c powerpc: mpc8xx: remove FLAGADM board support by Masahiro Yamada · 10 years ago
  57. 6bde1ec powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support by Masahiro Yamada · 10 years ago
  58. 4723ce4 powerpc: mpc8xx: remove SXNI855T board support by Masahiro Yamada · 10 years ago
  59. d1a4aaf powerpc: mpc8xx: remove svm_sc8xx board by Masahiro Yamada · 10 years ago
  60. 0ace4d9 powerpc: mpc8xx: remove stxxtc board support by Masahiro Yamada · 10 years ago
  61. 62d636a omap: remove omap5912osk board support by Masahiro Yamada · 10 years ago
  62. 9b58603 scripts: objdiff: sync with Linux 3.16 by Masahiro Yamada · 10 years ago
  63. e773440 kbuild: sync mixed targets handling with Linux 3.16 by Masahiro Yamada · 10 years ago
  64. 6419e14 kbuild: move extra gcc checks to scripts/Makefile.extrawarn by Masahiro Yamada · 10 years ago
  65. 368b4d2 drivers: net: remove dead drivers by Masahiro Yamada · 10 years ago
  66. 31e2141 tools, scripts: refactor error-out statements of Python scripts by Masahiro Yamada · 10 years ago
  67. 6933b5c README.kconfig: add initial version of Kconfig document by Masahiro Yamada · 10 years ago
  68. 67ee22b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  69. f383917 kmp204x: reset the Zarlink clocking chips at power up only by Valentin Longchamp · 10 years ago
  70. 8af353b powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qds by York Sun · 10 years ago
  71. 9bf499a powerpc/T4240QDS/eth: some fix for XFI by Shaohui Xie · 10 years ago
  72. 2475367 km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM by Valentin Longchamp · 10 years ago
  73. 12eeb13 driver/qe: update status of QE microcode by Vijay Rai · 10 years ago
  74. 390619d powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options by Shaveta Leekha · 10 years ago
  75. 801123f test: ums: Add script for testing UMS gadget operation by Lukasz Majewski · 10 years ago
  76. 4c984c8 test: dfu: cosmetic: Add missing license information to DFU test scripts by Lukasz Majewski · 10 years ago
  77. 0d7f85f test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files by Lukasz Majewski · 10 years ago
  78. 8fc1713 samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget by Lukasz Majewski · 10 years ago
  79. 9fa7bbc openrd: fail build if U-Boot would overlap with environment in flash by Sascha Silbe · 11 years ago
  80. feb8580 README: document CONFIG_BOARD_SIZE_LIMIT by Sascha Silbe · 11 years ago
  81. 1668d64 mtdparts: fix usecount bug by Heiko Schocher · 10 years ago
  82. 412921d RTC: add support for DS1339 (using DS1307 driver) by Markus Niebel · 10 years ago
  83. 5be1af0 driver/qe: update status of QE microcode by vijay rai · 10 years ago
  84. 31cbe80 mkimage: fix compilation issues on OpenBSD by Luka Perkov · 10 years ago
  85. d878c9a pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM by Stephen Warren · 10 years ago
  86. 686dca0 tools, fit_info: increase buffer for command name by Heiko Schocher · 10 years ago
  87. 04a710a tools: fix typo in tools/image-host.c by Heiko Schocher · 10 years ago
  88. e49f14a patman: Only use git's --no-decorate when available by Simon Glass · 10 years ago
  89. cda2a61 patman: Move the 'git log' command into a function by Simon Glass · 10 years ago
  90. 3b74ba5 buildman: Allow selection of the number of commits to build by Simon Glass · 10 years ago
  91. 6131bea buildman: Introduce an 'and' operator for board selection by Simon Glass · 10 years ago
  92. e956947 buildman: Add a few more toolchain examples to the README by Simon Glass · 10 years ago
  93. 28370c1 buildman: Add a message indicating there are no errors by Simon Glass · 10 years ago
  94. 0f7c9dd buildman: Add an option to specify the buildman config file by Simon Glass · 10 years ago
  95. d3269ed buildman: Remove unused non-incremental build method code by Simon Glass · 10 years ago
  96. e5a0e5d buildman: Add verbose option to display errors as they happen by Simon Glass · 10 years ago
  97. b2ea7ab buildman: Refactor output options by Simon Glass · 10 years ago
  98. c1de501 buildman: Sort command line options by Simon Glass · 10 years ago
  99. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago
  100. fea5858 buildman: Allow building of current source tree by Simon Glass · 10 years ago