1. e48b775 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  2. a531aa5 regulator: fixed: obey startup delay by John Keeping · 8 years ago
  3. 6d13917 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
  4. 35204d9 tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
  5. 1271b67 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
  6. 61fbb57 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
  7. 2fc2ef5 meson: odroid-c2: enable Ethernet support through the device tree by Beniamino Galvani · 8 years ago
  8. 2176d73 pinctrl: add driver for meson-gxbb pin controller by Beniamino Galvani · 8 years ago
  9. 77e425d arm: dts: update DTS files for meson-gxbb and odroid-c2 by Beniamino Galvani · 8 years ago
  10. cc52ad3 pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes by Beniamino Galvani · 8 years ago
  11. b4cc60d image-fit: fix fit_image_load() OS check by Andreas Bießmann · 8 years ago
  12. afb9907 serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · 8 years ago
  13. 6c68a22 bcm2835_gpio: Implement GPIOF_FUNC by Alexander Graf · 8 years ago
  14. d75e253 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  15. 0c9f1a8 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  16. 65656ea ARM: dts: dra72-evm: fix broken ethernet by Mugunthan V N · 8 years ago
  17. ac4e673 sunxi: fix 64-bit compiler warning for SPL header parsing by Andre Przywara · 8 years ago
  18. 8f97727 sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol by Andre Przywara · 8 years ago
  19. e0e28ee Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80" by Andre Przywara · 8 years ago
  20. 9c781a5 sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC by Hans de Goede · 8 years ago
  21. 1ec1cc0 sunxi: Enable emac on H3 orangepi boards by Hans de Goede · 8 years ago
  22. 364fd16 sunxi: Sync h3-orangepi dts files with kernel by Hans de Goede · 8 years ago
  23. c9a76b5 sunxi: Fix H3 EMAC syscon register address by Chen-Yu Tsai · 8 years ago
  24. 5aa576d sunxi: Add support for A33-OLinuXino board by Stefan Mavrodiev · 8 years ago
  25. ed4d07f sunxi: Add iNet D978 rev2 defconfig by Icenowy Zheng · 8 years ago
  26. ba2aa02 sunxi: add proper device tree for iNet D978 rev2 boards by Icenowy Zheng · 8 years ago
  27. 84f4148 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  28. 094d1a8 nand: Fix nand info for no device by Tony Lindgren · 8 years ago
  29. 3c2170a mtd: nand: pxa3xx: use nand_set_controller_data by Chris Packham · 8 years ago
  30. 441f238 ARM: tegra: Add support for TK1-SOM board from Colorado Engineering by Peter Chubb · 8 years ago
  31. 88b9e73 ARM: tegra: use numeric versioning for p2771-0000 by Stephen Warren · 8 years ago
  32. 1be0c28 x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload by Bin Meng · 8 years ago
  33. e20a69c x86: efi: Fix EFI 64-bit payload build warnings by Bin Meng · 8 years ago
  34. 7c78bf9 x86: efi: payload: Make EFI payload build again by Bin Meng · 8 years ago
  35. f7f5674 x86: Add debugging when cpu_common_init() fails by Simon Glass · 8 years ago
  36. bd24124 x86: ivybridge: Allow microcode to be collated by Simon Glass · 8 years ago
  37. 7f99c7c x86: Add debugging when a microcode update fails by Simon Glass · 8 years ago
  38. 28a0b14 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  39. 0df88b7 ARM: uniphier: enable CONFIG_CMD_CACHE by Masahiro Yamada · 8 years ago
  40. df5fda0 ARM: uniphier: change UNIPHIER_SERIAL to default y option by Masahiro Yamada · 8 years ago
  41. 21621ad ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3 by Masahiro Yamada · 8 years ago
  42. 366cd72 ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN for sLD3 by Masahiro Yamada · 8 years ago
  43. d040170 ARM: uniphier: display revision of Micro Support Card 3.6.x kindly by Masahiro Yamada · 8 years ago
  44. a788892 ARM: uniphier: support system reset functionality for PSCI by Masahiro Yamada · 8 years ago
  45. 2545553 mmc: uniphier-sd: just return if already set to desired clock rate by Masahiro Yamada · 8 years ago
  46. 0205148 mmc: uniphier-sd: return error code if unsupported width is given by Masahiro Yamada · 8 years ago
  47. b29afb9 mmc: uniphier-sd: move uniphier_sd_init() below by Masahiro Yamada · 8 years ago
  48. b26daaa mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS by Masahiro Yamada · 8 years ago
  49. fe5428d mmc: uniphier-sd: add static qualifiers to probe and remove callbacks by Masahiro Yamada · 8 years ago
  50. a21f707 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  51. f8e32c3 rockchip: rk3399: update MAINTAINER file by Kever Yang · 8 years ago
  52. 2f05d82 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  53. bccdfb5 nand: Fix set_dev checks for no device by Tony Lindgren · 8 years ago
  54. 7facf88 treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
  55. d1d9d60 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
  56. bae1480 arm: cache: always flush cache line size for page table by Stefan Agner · 8 years ago
  57. c4a7322 arm: cache: add support for LPAE for region D$ behavior by Stefan Agner · 8 years ago
  58. bca0196 arch/arm/Kconfig: Whitespace correction by Tom Rini · 8 years ago
  59. 84f9b61 ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · 8 years ago
  60. 213407e sunxi: Tune H3 DRAM PLL to improve lock time by Jens Kuske · 8 years ago
  61. 663ae65 sunxi: display: Use PWM to drive backlight where applicable by Hans de Goede · 8 years ago
  62. 0f788b6 sun5i: Add defconfig and dts file for the Empire Electronix M712 tablet by Hans de Goede · 8 years ago
  63. 6ebb4d0 sunxi: Sync dts files with upstream kernel by Hans de Goede · 8 years ago
  64. 60ff992 sun6i: Add defconfig and dts file for tablets using the inet-q972 PCB by Hans de Goede · 8 years ago
  65. 932d9ab Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  66. e97270c Merge branch 'master' of git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  67. aa6b9e7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago
  68. 26898db arm: mvebu: a38x: typo fix cpabilities -> capbilities by Chris Packham · 8 years ago
  69. 3677118 arm: mvebu: a38x: update serdes error handling by Chris Packham · 8 years ago
  70. c647e6a spl: Remove unused CONFIG_SPL_SPI_* definitions by Chris Packham · 8 years ago
  71. 460086e arm: mvebu: Add support for NAND interface on A-38x by Chris Packham · 8 years ago
  72. abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  73. b68a994 spi: tegra: fix hang in set_mode() by Stephen Warren · 8 years ago
  74. 1e75f47 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · 8 years ago
  75. 0a81e58 ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  76. 1505b23 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · 8 years ago
  77. 3103d21 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  78. 4ff7d5c Prepare v2016.09-rc2 by Tom Rini · 8 years ago
  79. 714804b fs-test.sh: Correct check_md5() test with newlines by Tom Rini · 8 years ago
  80. ce29024 net: mii: check phy advertising register when geting link status by Dongpo Li · 8 years ago
  81. 05d0698 net: davinci_emac: Restore the internal MDIO accessors return values by karl beldan · 8 years ago
  82. 77bc77a net/fm: Remove unused code of FMan QMI by Hou Zhiqiang · 8 years ago
  83. 12e4987 net: davinci_emac: Invalidate only the received portion of a buffer by karl beldan · 8 years ago
  84. e24ce8b net: davinci_emac: Round up top tx buffer boundaries for dcache ops by karl beldan · 8 years ago
  85. eeb7cf8 net: davinci_emac: Remove useless dcache ops on descriptors by karl beldan · 8 years ago
  86. 35fd378 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · 8 years ago
  87. f6b19eb net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · 8 years ago
  88. 739776a net: nfs: Move some prints to debug statements by Joe Hershberger · 8 years ago
  89. 3393d4c net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · 8 years ago
  90. 10e4097 net: nfs: Correct a comment by Joe Hershberger · 8 years ago
  91. 46e9312 net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · 8 years ago
  92. 1f46617 net: nfs: Fix lines that are too long by Joe Hershberger · 8 years ago
  93. d10bced net: nfs: Correct the reply data buffer size by Joe Hershberger · 8 years ago
  94. f59972b net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · 8 years ago
  95. 2a4bc83 net: NFS: Add NFSv3 support by Guillaume GARDET · 8 years ago
  96. 877a564 net: nfs: Remove unused define by Joe Hershberger · 8 years ago
  97. a8d4f89 net: nfs: Remove separate buffer for default name by Joe Hershberger · 8 years ago
  98. 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · 8 years ago
  99. e428420 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  100. 0cbfe5c pinctrl: fix typos in comment blocks of pinconfig_post_bind() by Masahiro Yamada · 8 years ago