1. eb817fc ARM: AM57xx: Enable post-processing of FIT artifacts loaded by U-Boot by Andreas Dannenberg · 8 years ago
  2. 005337e8 ARM: DRA7xx: Enable post-processing of FIT artifacts loaded by U-Boot by Andreas Dannenberg · 8 years ago
  3. dfaeea7 ARM: AM43xx: Enable post-processing of FIT artifacts loaded by U-Boot by Andreas Dannenberg · 8 years ago
  4. 85a3772 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  5. 7302fbb regulator: fixed: obey startup delay by John Keeping · 8 years ago
  6. 07913d1 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
  7. 916224c tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
  8. 09c6c06 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
  9. e1a9962 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
  10. cfe2556 meson: odroid-c2: enable Ethernet support through the device tree by Beniamino Galvani · 8 years ago
  11. 677b535 pinctrl: add driver for meson-gxbb pin controller by Beniamino Galvani · 8 years ago
  12. dd83840 arm: dts: update DTS files for meson-gxbb and odroid-c2 by Beniamino Galvani · 8 years ago
  13. 2c93637 pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes by Beniamino Galvani · 8 years ago
  14. 950fe26 image-fit: fix fit_image_load() OS check by Andreas Bießmann · 8 years ago
  15. 601147b serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · 8 years ago
  16. 04a993f bcm2835_gpio: Implement GPIOF_FUNC by Alexander Graf · 8 years ago
  17. c0afcb5 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  18. 57288e3 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  19. 0068dd6 ARM: dts: dra72-evm: fix broken ethernet by Mugunthan V N · 8 years ago
  20. 5a74a39 sunxi: fix 64-bit compiler warning for SPL header parsing by Andre Przywara · 8 years ago
  21. fa855d3 sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol by Andre Przywara · 8 years ago
  22. eb504fa Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80" by Andre Przywara · 8 years ago
  23. de300ea sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC by Hans de Goede · 8 years ago
  24. 1c145c3 sunxi: Enable emac on H3 orangepi boards by Hans de Goede · 8 years ago
  25. 019731a sunxi: Sync h3-orangepi dts files with kernel by Hans de Goede · 8 years ago
  26. 68871ef sunxi: Fix H3 EMAC syscon register address by Chen-Yu Tsai · 8 years ago
  27. ca5c370 sunxi: Add support for A33-OLinuXino board by Stefan Mavrodiev · 8 years ago
  28. 6d973ad sunxi: Add iNet D978 rev2 defconfig by Icenowy Zheng · 8 years ago
  29. 8e71a7e sunxi: add proper device tree for iNet D978 rev2 boards by Icenowy Zheng · 8 years ago
  30. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  31. 4004a81 nand: Fix nand info for no device by Tony Lindgren · 8 years ago
  32. 91395b5 mtd: nand: pxa3xx: use nand_set_controller_data by Chris Packham · 8 years ago
  33. b615267 ARM: tegra: Add support for TK1-SOM board from Colorado Engineering by Peter Chubb · 8 years ago
  34. 7932d3e ARM: tegra: use numeric versioning for p2771-0000 by Stephen Warren · 8 years ago
  35. cb1cbdd x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload by Bin Meng · 8 years ago
  36. 3e6cc35 x86: efi: Fix EFI 64-bit payload build warnings by Bin Meng · 8 years ago
  37. 3dc51ab x86: efi: payload: Make EFI payload build again by Bin Meng · 8 years ago
  38. 4cc00f0 x86: Add debugging when cpu_common_init() fails by Simon Glass · 8 years ago
  39. e6294e0 x86: ivybridge: Allow microcode to be collated by Simon Glass · 8 years ago
  40. fda4fa8 x86: Add debugging when a microcode update fails by Simon Glass · 8 years ago
  41. ff62bdf Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  42. 8d11f80 ARM: uniphier: enable CONFIG_CMD_CACHE by Masahiro Yamada · 8 years ago
  43. 85dc2fe ARM: uniphier: change UNIPHIER_SERIAL to default y option by Masahiro Yamada · 8 years ago
  44. f063353 ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3 by Masahiro Yamada · 8 years ago
  45. e8811fc ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN for sLD3 by Masahiro Yamada · 8 years ago
  46. 499c867 ARM: uniphier: display revision of Micro Support Card 3.6.x kindly by Masahiro Yamada · 8 years ago
  47. 928f324 ARM: uniphier: support system reset functionality for PSCI by Masahiro Yamada · 8 years ago
  48. 4a89a24 mmc: uniphier-sd: just return if already set to desired clock rate by Masahiro Yamada · 8 years ago
  49. 8be12e2 mmc: uniphier-sd: return error code if unsupported width is given by Masahiro Yamada · 8 years ago
  50. 4eb0084 mmc: uniphier-sd: move uniphier_sd_init() below by Masahiro Yamada · 8 years ago
  51. 3937404 mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS by Masahiro Yamada · 8 years ago
  52. 4a70d26 mmc: uniphier-sd: add static qualifiers to probe and remove callbacks by Masahiro Yamada · 8 years ago
  53. b89dfcf Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  54. bc2f8a5 rockchip: rk3399: update MAINTAINER file by Kever Yang · 8 years ago
  55. c6b968d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  56. 1cfce74 nand: Fix set_dev checks for no device by Tony Lindgren · 8 years ago
  57. c21fc7e treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
  58. 88e1346 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
  59. 8f894a4 arm: cache: always flush cache line size for page table by Stefan Agner · 8 years ago
  60. c5b3cab arm: cache: add support for LPAE for region D$ behavior by Stefan Agner · 8 years ago
  61. e009bfa arch/arm/Kconfig: Whitespace correction by Tom Rini · 8 years ago
  62. 067716b ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · 8 years ago
  63. d5ac6ee sunxi: Tune H3 DRAM PLL to improve lock time by Jens Kuske · 8 years ago
  64. 421c98d sunxi: display: Use PWM to drive backlight where applicable by Hans de Goede · 8 years ago
  65. 8d463c5 sun5i: Add defconfig and dts file for the Empire Electronix M712 tablet by Hans de Goede · 8 years ago
  66. 860fbdd sunxi: Sync dts files with upstream kernel by Hans de Goede · 8 years ago
  67. a1243f7 sun6i: Add defconfig and dts file for tablets using the inet-q972 PCB by Hans de Goede · 8 years ago
  68. da968c7 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  69. c733c18 Merge branch 'master' of git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  70. bdf58c7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago
  71. c90d7ab arm: mvebu: a38x: typo fix cpabilities -> capbilities by Chris Packham · 8 years ago
  72. 014a357 arm: mvebu: a38x: update serdes error handling by Chris Packham · 8 years ago
  73. 148f00e spl: Remove unused CONFIG_SPL_SPI_* definitions by Chris Packham · 8 years ago
  74. d7b4731 arm: mvebu: Add support for NAND interface on A-38x by Chris Packham · 8 years ago
  75. 03d6cd9 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  76. 4832c7f spi: tegra: fix hang in set_mode() by Stephen Warren · 8 years ago
  77. 6002c75 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · 8 years ago
  78. eb3f68a ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  79. b4ee081 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · 8 years ago
  80. 46fe9eb Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  81. 1d3bcb6 Prepare v2016.09-rc2 by Tom Rini · 8 years ago
  82. 10ba92f fs-test.sh: Correct check_md5() test with newlines by Tom Rini · 8 years ago
  83. 8c83c03 net: mii: check phy advertising register when geting link status by Dongpo Li · 8 years ago
  84. 05237f7 net: davinci_emac: Restore the internal MDIO accessors return values by karl beldan · 8 years ago
  85. c23c7d4 net/fm: Remove unused code of FMan QMI by Hou Zhiqiang · 8 years ago
  86. a51897b net: davinci_emac: Invalidate only the received portion of a buffer by karl beldan · 8 years ago
  87. 6202b8f net: davinci_emac: Round up top tx buffer boundaries for dcache ops by karl beldan · 8 years ago
  88. a02c232 net: davinci_emac: Remove useless dcache ops on descriptors by karl beldan · 8 years ago
  89. 1ff65d4 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · 8 years ago
  90. 998372b net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · 8 years ago
  91. d89ff2d net: nfs: Move some prints to debug statements by Joe Hershberger · 8 years ago
  92. 0517cc4 net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · 8 years ago
  93. c629c45 net: nfs: Correct a comment by Joe Hershberger · 8 years ago
  94. 051ed9a net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · 8 years ago
  95. 347a901 net: nfs: Fix lines that are too long by Joe Hershberger · 8 years ago
  96. 6279b49 net: nfs: Correct the reply data buffer size by Joe Hershberger · 8 years ago
  97. 5280c76 net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · 8 years ago
  98. b0baca9 net: NFS: Add NFSv3 support by Guillaume GARDET · 8 years ago
  99. d23d7bd net: nfs: Remove unused define by Joe Hershberger · 8 years ago
  100. f8b26c7 net: nfs: Remove separate buffer for default name by Joe Hershberger · 8 years ago