1. 13bbfb4 env: Don't show "Failed" error message by Sam Protsenko · 6 years ago
  2. 60a4df3 smbios: fix checkstyle warning by Christian Gmeiner · 6 years ago
  3. 5113ff8 smbios: fix checkstyle error by Christian Gmeiner · 6 years ago
  4. fd15a9e doc: FIT image: clarify usage of "compression" property by Simon Goldschmidt · 6 years ago
  5. ea975fe configs: omap3_logic: Disable NAND ID during SPL by Adam Ford · 6 years ago
  6. ab5814f configs: omap: Remove dead config CONFIG_SYS_NAND_ADDR by Adam Ford · 6 years ago
  7. 76a472d doc: README.iscsi: make compatible with restructured text by Heinrich Schuchardt · 6 years ago
  8. 0445978 doc: add structure to Sphinx generated docs by Heinrich Schuchardt · 6 years ago
  9. 1b04047 README: U_BOOT_ENV_CALLBACK functions by Heinrich Schuchardt · 6 years ago
  10. 938b05a drivers: serial: document on_baudrate() by Heinrich Schuchardt · 6 years ago
  11. f43674c omap3_logic: Fix CONS_INDEX by Adam Ford · 6 years ago
  12. 7e83f1d sata: fix sata_Probe return value check by Troy Kisky · 6 years ago
  13. 17585e2 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  14. 1f5118b stm32mp1: use new function led default state by Patrick Delaunay · 6 years ago
  15. d7a435a dm: led: move default state support in led uclass by Patrick Delaunay · 6 years ago
  16. 1f6d81f Revert "dm: led: auto probe() LEDs with "default-state"" by Patrick Delaunay · 6 years ago
  17. 8e16651 stm32mp1: add gpio led support by Patrick Delaunay · 6 years ago
  18. cdec3ea Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  19. f05ebbf bcm968380gerg: Add MAINTAINERS file by Tom Rini · 6 years ago
  20. b243f41 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  21. 9d17682 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  22. 28a5c88 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  23. 87a8ca9 dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  24. feaa785 dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  25. 92c7eda usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes by Alberto Panizzo · 6 years ago
  26. 4f6dc4c usb: rockchip: fix printing csw debug info by Alberto Panizzo · 6 years ago
  27. 11758a5 usb: rockchip: be quiet on serial port while transferring data by Alberto Panizzo · 6 years ago
  28. f68c8e8 usb: rockchip: implement K_FW_LBA_ERASE_10 command by Alberto Panizzo · 6 years ago
  29. e11f916 usb: rockchip: implement K_FW_LBA_READ_10 command by Alberto Panizzo · 6 years ago
  30. e4b34a7 usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command by Alberto Panizzo · 6 years ago
  31. cad66e3 usb: rockchip: fix command failed on host side due to missing data by Alberto Panizzo · 6 years ago
  32. c194bdf gadget: f_thor: fix hang-up with ctrl-c by Seung-Woo Kim · 6 years ago
  33. 41d7535 patman: Correct unit test failure by Simon Glass · 6 years ago
  34. 50c5952 libfdt: Update to latest pylibfdt implementation by Simon Glass · 6 years ago
  35. 95e1106 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · 6 years ago
  36. dac01fd dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  37. 5d544f9 pci: Add all known capability and extended capability ids by Bin Meng · 6 years ago
  38. 3ed214a test: dm: pci: Add tests for mixed static and dynamic devices on the same bus by Bin Meng · 6 years ago
  39. 841f321 pci: sandbox: emul: Rename priv structure by Bin Meng · 6 years ago
  40. 82b3104 test: dm: pci: Test driver binding with driver data provided by Bin Meng · 6 years ago
  41. 490d13a sandbox: Update test.dts for dynamic PCI device driver matching by Bin Meng · 6 years ago
  42. 59a160e pci: sandbox: swap_case: Declare dynamic driver matching by Bin Meng · 6 years ago
  43. 4345998 pci: sandbox: Support dynamically binding device driver by Bin Meng · 6 years ago
  44. ed698aa dm: pci: Assign correct driver data when binding a driver by Bin Meng · 6 years ago
  45. b3f96b4 pci: sandbox: emul: Fix the call to pci_bus_find_devfn() by Bin Meng · 6 years ago
  46. 3839b4e test: dm: pci: Add tests for configuration space access by Bin Meng · 6 years ago
  47. dee4d75 test: dm: pci: Test more than one PCI host controller by Bin Meng · 6 years ago
  48. 76330ae pci: sandbox: swap_case: Preserve space indicator bit in BAR registers by Bin Meng · 6 years ago
  49. 2db7f2b test: dm: pci: Test more than one device on the same bus by Bin Meng · 6 years ago
  50. dd4808f test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase() by Bin Meng · 6 years ago
  51. 64e45f7 dm: pci: Fix scanning multi-function device by Bin Meng · 6 years ago
  52. 1f6b08b dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · 6 years ago
  53. 7b9cbad dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · 6 years ago
  54. d494131 dm: Correct typos in uclass_first/next_device_check() by Bin Meng · 6 years ago
  55. 01259c9 pci: Remove 440ep-specific macros by Bin Meng · 6 years ago
  56. 990cebf bcm968380gerg: add initial support by Philippe Reynes · 6 years ago
  57. 341032d bcm6838: add initial support by Philippe Reynes · 6 years ago
  58. 3e4a68d bmips: ram: add an option to force the size of the ram by Philippe Reynes · 6 years ago
  59. 481ea2e mips: au1x00: Remove support for these SoCs by Tom Rini · 6 years ago
  60. 215b4fa mips: dbau1x00: Remove this board by Tom Rini · 6 years ago
  61. e966471 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  62. fc82e76 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 6 years ago
  63. b1aad8d zynqmp: Add avnet_ultra96_rev1_defconfig to the lits of boards by Tom Rini · 6 years ago
  64. 188ebc7 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  65. 63d54c9 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  66. 373413c Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  67. cca7429 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 6 years ago
  68. a492fdf arm: zynq: dts: add spi flash node to zedboard by Luis Araneda · 6 years ago
  69. 312dd1c gpio: xilinx: Add support for using label property by Michal Simek · 6 years ago
  70. ac7f061 gpio: xilinx: Return 0 from xilinx_gpio_set_value by Michal Simek · 6 years ago
  71. c714aea gpio: xilinx: Not read output values via regs by Michal Simek · 6 years ago
  72. cd1457d common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · 6 years ago
  73. 642a860 gpio: xilinx: Simplify logic in xilinx_gpio_set_value by Michal Simek · 6 years ago
  74. bf2a69d gpio: xilinx: Set value before changing direction by Michal Simek · 6 years ago
  75. 6f81ff0 gpio: xilinx: Remove !DM driver by Michal Simek · 6 years ago
  76. ddd7b3f gpio: xilinx: Find out bank before use in xilinx_gpio_get_function() by Michal Simek · 6 years ago
  77. 79a0188 arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS by Vladimir Vid · 6 years ago
  78. 4469bd7 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · 6 years ago
  79. 3475a71 tools: kwboot: unbreak terminal-only mode by Willy Tarreau · 6 years ago
  80. a6477f7 ARM: kirkwood: add SBx81LIFXCAT board by Chris Packham · 6 years ago
  81. 14deee2 arm: mvebu: clearfog: add u-boot, dm-spl tag for spi by Jon Nettleton · 6 years ago
  82. 69601ce arm: mvebu: helios4: remove duplicate sdhci pins node by Baruch Siach · 6 years ago
  83. 334eebe arm: mvebu: Better align Clearfog dts file with Linux kernel by Jon Nettleton · 6 years ago
  84. a4adb1f arm: mvebu: clearfog: use the microsom .dtsi by Baruch Siach · 6 years ago
  85. bf3eaa3 arm: mvebu: solidrun-microsom: update SPI flash compatible by Baruch Siach · 6 years ago
  86. b8ce90a configs: kirkwood: Move RTC_MV to DM and Kconfig by Chris Packham · 6 years ago
  87. 70222a6 configs: move RTC_MV config from mv-plug-common.h to boards by Chris Packham · 6 years ago
  88. f596efb configs: kirkwood: ds109: switch to DM_I2C by Chris Packham · 6 years ago
  89. 3d7690a i2c: imx_lpi2c: add uclass api support by Peng Fan · 6 years ago
  90. 16f513e i2c-mux: pca954x: support pca9646 i2c switch by Peng Fan · 6 years ago
  91. 4fe3f1b mvebu: clearfog: use kconfig symbols to select boot device by Baruch Siach · 6 years ago
  92. 72c4e67 mvebu: support UART boot image by Baruch Siach · 6 years ago
  93. ca1a4c8 mvebu: select boot device at SoC level by Baruch Siach · 6 years ago
  94. ad105f5 mvebu: consolidate SPL boot device config symbols by Baruch Siach · 6 years ago
  95. d38f04f mvebu: a38x: drop duplicate platform id symbols by Baruch Siach · 6 years ago
  96. f05062e mvebu: turris_omnia: use u-boot-spl-dtb.bin by Baruch Siach · 6 years ago
  97. 4624faa dm: power-domain: query power domain after get device by Peng Fan · 6 years ago
  98. 3ad3077 dm: core: device: enable power domain in probe by Peng Fan · 6 years ago
  99. e13278c power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · 6 years ago
  100. 58d3de1 power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined by Peng Fan · 6 years ago