1. 7488744 vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI by Masahiro Yamada · 10 years ago
  2. 57b8013 net: dns: fix for DNS queries sent to the wrong MAC address by Gerhard Sittig · 10 years ago
  3. bbd6365 kconfig: add sanity checks for SPL configuration by Masahiro Yamada · 10 years ago
  4. 00be89c net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  5. b5ee6e2 mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD by maxin.john@enea.com · 10 years ago
  6. d5c6580 mtd: nand: davinci_nand: update write_page function for keystone RBL by Khoronzhuk, Ivan · 10 years ago
  7. 45c3057 generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y by Masahiro Yamada · 10 years ago
  8. 580a5f1 kbuild: standalone: simplify clean-files by Masahiro Yamada · 10 years ago
  9. 8c52bb1 scripts/Makefile.clean: clean also $(extra-m) and $(extra-) by Masahiro Yamada · 10 years ago
  10. f396a72 kconfig: show an error message when defconfig is not found by Masahiro Yamada · 10 years ago
  11. da0afc2 common: fix include guards for CONFIG_MP by Gabriel Huau · 10 years ago
  12. 9a35c53 kconfig: fix a bug of "make config" by Masahiro Yamada · 10 years ago
  13. d2b5bbd kconfig: fix savedefconfig to handle TPL correctly by Masahiro Yamada · 10 years ago
  14. 6a8b5bb kconfig: fix whitespace handling bug of savedefconfig by Masahiro Yamada · 10 years ago
  15. 1209482 kconfig: fix savedefconfig to output empty defconfig by Masahiro Yamada · 10 years ago
  16. 8400275 standalone: use GCC_VERSION defined in compiler-gcc.h by Masahiro Yamada · 10 years ago
  17. c42aad5 compiler*.h: sync include/linux/compiler*.h with Linux 3.16 by Masahiro Yamada · 10 years ago
  18. 82fce73 implement the Android sparse image format by Steve Rae · 10 years ago
  19. fabff73 cleanup code which handles the Android sparse image format by Steve Rae · 10 years ago
  20. 52250ac update code which handles Android sparse image format by Steve Rae · 10 years ago
  21. 7b86dff add code to handle Android sparse image format by Steve Rae · 10 years ago
  22. 0b2f331 cmd_mem: add static to internally used functions by Masahiro Yamada · 10 years ago
  23. 1cb4405 kgdb: Remove first_entry for kgdb by Peng Fan · 10 years ago
  24. 6a1b97a tools/genboardscfg.py: improve performance more with Kconfiglib by Masahiro Yamada · 10 years ago
  25. c908bc8 tools: Import Kconfiglib by Masahiro Yamada · 10 years ago
  26. 3a8197c SPDX: Add ISC SPDX-License-Identifier by Masahiro Yamada · 10 years ago
  27. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  28. 3e9d93e rtl8169: Defer network packet processing by Thierry Reding · 10 years ago
  29. aa0caa2 openrisc: Fix a few type cast related warnings by Vasili Galka · 10 years ago
  30. 38c3fff Fix a few printf argument verification warnings by Vasili Galka · 10 years ago
  31. 240e621 cosmetic: README.scrapyard: add NIOS2 boards by Masahiro Yamada · 10 years ago
  32. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  33. 52a5f97 kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/Kconfig by Masahiro Yamada · 10 years ago
  34. 162efa2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  35. 5cc1db4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  36. df66ec6 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG by Benoît Thébaudeau · 10 years ago
  37. 68a0f16 arm: Make reset position-independent by Benoît Thébaudeau · 10 years ago
  38. 2e571e9 README.clang: build command with clang by Jeroen Hofstee · 10 years ago
  39. 0a23a4f Makefile: default to cc for host compiler by Jeroen Hofstee · 10 years ago
  40. 76e68a8 dm: tegra: Enable driver model for serial by Simon Glass · 10 years ago
  41. 0c24f37 tegra: dts: Add serial port details by Simon Glass · 10 years ago
  42. 79a9da3 dm: serial: Add driver model support for ns16550 by Simon Glass · 10 years ago
  43. c31ebfe dm: serial: Collect common baud rate code in ns16550 by Simon Glass · 10 years ago
  44. e98e01e dm: serial: Move baud rate calculation to ns16550.c by Simon Glass · 10 years ago
  45. cdbbfe3 sandbox: dts: Add a serial console node by Simon Glass · 10 years ago
  46. 1a823a9 sandbox: serial: Support a coloured console by Simon Glass · 10 years ago
  47. e587069 sandbox: Convert serial driver to use driver model by Simon Glass · 10 years ago
  48. 247f596 dm: Add a uclass for serial devices by Simon Glass · 10 years ago
  49. 439bc84 dm: Adjust lists_bind_fdt() to return the bound device by Simon Glass · 10 years ago
  50. 1e374fb dm: fdt: Add a function to look up a chosen node by Simon Glass · 10 years ago
  51. ac2a14f serial: Set up the 'priv' pointer when creating a serial device by Simon Glass · 10 years ago
  52. b046104 tegra: Convert tegra GPIO driver to use driver model by Simon Glass · 10 years ago
  53. 8faf764 dm: tegra: Set up a pre-reloc malloc() by Simon Glass · 10 years ago
  54. 712da5e dm: Make driver model available before board_init() by Simon Glass · 10 years ago
  55. 254dfab Set up stdio earlier when using driver model by Simon Glass · 10 years ago
  56. 6df5de2 dm: Move pre-reloc init earlier to cope with board_early_init_f() by Simon Glass · 10 years ago
  57. fdd8e5e Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  58. 0f313d4 microblaze: remove #ident directive to fix build error by Masahiro Yamada · 10 years ago
  59. 4767923 Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  60. e17b8e9 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  61. f11c606 buildman: fix typos of --dry-run help message by Masahiro Yamada · 10 years ago
  62. 336d5bd buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  63. fbf8ee0 patman: make run results better visible by Vadim Bendebury · 10 years ago
  64. 359b55a6 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  65. 4aeceb9 buildman: Permit branch names with an embedded '/' by Simon Glass · 10 years ago
  66. a8b7b1b buildman: Expand output test to cover directory prefixes by Simon Glass · 10 years ago
  67. 8e95956 buildman: Add additional functional tests by Simon Glass · 10 years ago
  68. 4e5d6bc patman: Start with a clean series when needed by Simon Glass · 10 years ago
  69. a10ebe1 buildman: Provide an internal option to clean the outpur dir by Simon Glass · 10 years ago
  70. 09f1fe5 buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  71. cbd3658 buildman: Allow tests to have their own boards by Simon Glass · 10 years ago
  72. 5e0441d buildman: Avoid looking at config file or toolchains in tests by Simon Glass · 10 years ago
  73. c88c895 buildman: Set up bsettings outside the control module by Simon Glass · 10 years ago
  74. ed098bb buildman: Add a functional test by Simon Glass · 10 years ago
  75. de38497 patman: Provide a way to intercept commands for testing by Simon Glass · 10 years ago
  76. ca9b06e buildman: Move full help code into the control module by Simon Glass · 10 years ago
  77. 04bac6b buildman: Move the command line code into its own file by Simon Glass · 10 years ago
  78. f1bf686 patman: RunPipe() should not pipe stdout/stderr unless asked by Simon Glass · 10 years ago
  79. 7fb8aa2 buildman: Enhance basic test to check summary output by Simon Glass · 10 years ago
  80. 4433aa9 buildman: Send builder output through a function for testing by Simon Glass · 10 years ago
  81. fb35f9f patman: Add a way of recording terminal output for testing by Simon Glass · 10 years ago
  82. 35abedc clang: workaround for generated constants by Jeroen Hofstee · 10 years ago
  83. 30f527d eabi_compat: add __aeabi_memcpy __aeabi_memset by Jeroen Hofstee · 10 years ago
  84. 43614d1 ARM: make gd a function for clang by Jeroen Hofstee · 10 years ago
  85. 43a8d11 cc-option: also detect unsupported warnings options by Jeroen Hofstee · 10 years ago
  86. 073000a ARM: SPL: do not set gd again by Jeroen Hofstee · 10 years ago
  87. 498f97f board_r: ARM[64] do not set gd again by Jeroen Hofstee · 10 years ago
  88. d85395f microblaze: Fix printf size_t format related warnings (again...) by Vasili Galka · 10 years ago
  89. c24949a Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  90. b651158 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  91. 9207219 ls102xa: dcu: Add platform support for DCU on LS1021ATWR board by Wang Huan · 10 years ago
  92. 183aa10 video: dcu: Add Sii9022A HDMI Transmitter support by Wang Huan · 10 years ago
  93. 4779d4a video: dcu: Add DCU driver support by Wang Huan · 10 years ago
  94. 4a7154e serial: lpuart: add 32-bit registers lpuart support by Jingchang Lu · 10 years ago
  95. 87976b4 net: tsec: Remove tx snooping support from LS1 by Claudiu Manoil · 10 years ago
  96. ddf89f9 arm: ls102xa: Add basic support for LS1021ATWR board by Wang Huan · 10 years ago
  97. f0ce7d6 arm: ls102xa: Add basic support for LS1021AQDS board by Wang Huan · 10 years ago
  98. e0f6046 driver/ddr/fsl: Add support of overriding chip select write leveling by York Sun · 10 years ago
  99. 132b5d9 driver/ddr/freescale: Fix DDR3 driver for ARM by York Sun · 10 years ago
  100. 5d6c626 driver/ddr/freescale: Add support of accumulate ECC by York Sun · 10 years ago