1. 4bf9f82 sun7i: a20: Add Bananapi M1 Plus support by Jagan Teki · 7 years ago
  2. 61922c1 sunxi: defaultly enable SPL for Lichee Pi Zero by Icenowy Zheng · 7 years ago
  3. 36546f1 sunxi: Enable eMMC on Cubietruck Plus by Chen-Yu Tsai · 7 years ago
  4. a6d7d4c sunxi: rename Bananapi M3 dts file name by Chen-Yu Tsai · 7 years ago
  5. 4a553ca sunxi: Fix USB_GADGET implication by Maxime Ripard · 7 years ago
  6. 65cefba sunxi: Remove the MMC index hack by Maxime Ripard · 7 years ago
  7. ae56d97 sunxi: Use sunxi_get_boot_device by Maxime Ripard · 7 years ago
  8. 1941be8 arm: sunxi: Move spl_boot_device in a separate function by Maxime Ripard · 7 years ago
  9. 259fe7a sunxi: Add support for A20-OLinuXino-MICRO-eMMC by Stefan Mavrodiev · 7 years ago
  10. bc7db01 sunxi: Enable CMD_GPT by default by Maxime Ripard · 7 years ago
  11. 2433644 cmd: Move CONFIG_RANDOM_UUID to Kconfig by Maxime Ripard · 7 years ago
  12. cacb69f sunxi: sina33: Sync the device tree with the kernel by Maxime Ripard · 7 years ago
  13. f67cc9d sunxi: Imply USB_ETHER by Maxime Ripard · 7 years ago
  14. f54aba3 sunxi: Register usb_ether by Maxime Ripard · 7 years ago
  15. 847bcf0 musb: sunxi: switch to the device model by Maxime Ripard · 7 years ago
  16. 6d7dfe2 cmd: fastboot: Rework fastboot dependency by Maxime Ripard · 7 years ago
  17. abb17b4 sunxi: imply USB_GADGET by Maxime Ripard · 7 years ago
  18. 6375bd8 sunxi: provide default USB gadget setup by Maxime Ripard · 7 years ago
  19. 48e78f8 usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago
  20. 7f78b9d usb: gadget: Make g_dnl USB settings common by Maxime Ripard · 7 years ago
  21. 7285f48 usb: gadget: usb_ether: Move the interfaces to Kconfig by Maxime Ripard · 7 years ago
  22. 6584977 usb: gadget: Convert USB_ETHER to Kconfig by Maxime Ripard · 7 years ago
  23. 764bf28 usb: gadget: Move USBNET_HOST_ADDR to Kconfig by Maxime Ripard · 7 years ago
  24. d4ff531 usb: gadget: Document USBNET_DEVADDR by Maxime Ripard · 7 years ago
  25. a8ad636 usb: gadget: Move USBNET_DEVADDR option out of g_dnl by Maxime Ripard · 7 years ago
  26. f768aa8 sandbox: Expand list of IO accessors by Maxime Ripard · 7 years ago
  27. 075ce49 sandbox: Enable btrfs support by Tom Rini · 7 years ago
  28. 9740408 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  29. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  30. a846d11 powerpc: Use asm-generic/io.h by Paul Burton · 7 years ago
  31. 24ec63a nios2: Use asm-generic/io.h by Paul Burton · 7 years ago
  32. efd1c56 mips: Use asm-generic/io.h by Paul Burton · 7 years ago
  33. 8333ca4 xtensa: Use asm-generic/io.h by Paul Burton · 7 years ago
  34. 53eaabe x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  35. 89c26f7 sh: Use asm-generic/io.h by Paul Burton · 7 years ago
  36. b037a5b nds32: Use asm-generic/io.h by Paul Burton · 7 years ago
  37. a974ec6 microblaze: Use asm-generic/io.h by Paul Burton · 7 years ago
  38. c1b91e9 m68k: Use asm-generic/io.h by Paul Burton · 7 years ago
  39. 6261bd5 arm: Use asm-generic/io.h by Paul Burton · 7 years ago
  40. 1fdceda arc: Use asm-generic/io.h by Paul Burton · 7 years ago
  41. 01b7a9b Provide a generic io.h & address mapping functions by Paul Burton · 7 years ago
  42. 676d68b mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig by Marek Behún · 7 years ago
  43. 27cec79 cmd: Add the 'btrsubvol' command to list BTRFS subvolumes by Marek Behún · 7 years ago
  44. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  45. 2938754 fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  46. 7777b1a fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  47. 4eff426 fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago
  48. b9ce5f1 include: Add a variadic macro to call a callback for all arguments by Marek Behún · 7 years ago
  49. 45ebb95 fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · 7 years ago
  50. cdccc03 lib: Add CRC32-C by Marek Behún · 7 years ago
  51. 206500b Prepare v2017.11-rc1 by Tom Rini · 7 years ago
  52. d859602 scripts: dtc: Add .gitignore by Bin Meng · 7 years ago
  53. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  54. 31cc0bd Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  55. a50bab3 usb: dwc3: add UniPhier specific glue layer by Masahiro Yamada · 7 years ago
  56. 77f871b usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · 7 years ago
  57. c03fb20 usb: xhci: Set 'Average TRB Length' to 8 for control endpoints by Bin Meng · 7 years ago
  58. 7c3b76d usb: xhci: Set 'Error Count' to 0 for isoch endpoints by Bin Meng · 7 years ago
  59. bdedd2a usb: xhci: Program max burst size for endpoint by Bin Meng · 7 years ago
  60. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  61. 026465b usb: hub: Clear BH reset status change for a 3.0 hub by Bin Meng · 7 years ago
  62. dff5c16 usb: hub: Clear port reset before usb_hub_port_connect_change() by Bin Meng · 7 years ago
  63. 7c92b77 usb: xhci: Fix max packet size for full speed device endpoint 0 by Bin Meng · 7 years ago
  64. d21e8ba usb: Read device descriptor after device is addressed for xHCI by Bin Meng · 7 years ago
  65. ae6d0cf usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · 7 years ago
  66. 2bc748c usb: xhci: Add interrupt transfer support by Bin Meng · 7 years ago
  67. 94e0e75 usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · 7 years ago
  68. bb4b105 usb: xhci: Don't assume LS/FS devices are always behind a HS hub by Bin Meng · 7 years ago
  69. b6189f2 test: dm: usb: Update test cases for USB by Bin Meng · 7 years ago
  70. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
  71. dadc4c0 dm: usb: Remove no longer needed blk_unbind_all() by Bin Meng · 7 years ago
  72. 669ad84 dm: usb: Fix broken usb_stop() by Bin Meng · 7 years ago
  73. 83436d5 usb: emul: hub: Report the actual device speed of the emulation device by Bin Meng · 7 years ago
  74. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · 7 years ago
  75. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
  76. 33662d6 usb: sandbox: Initialize root hub's device speed to high speed by Bin Meng · 7 years ago
  77. 33fbdfd usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · 7 years ago
  78. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · 7 years ago
  79. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  80. c9e9029 rockchip: enable TPL_SYSRESET for all rockchip SoCs by Kever Yang · 7 years ago
  81. 536e4d3 rk3288: spl: Add dram_init_banksize by Jagan Teki · 7 years ago
  82. 070aba9 rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL by Philipp Tomsich · 7 years ago
  83. d52626c power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig by Philipp Tomsich · 7 years ago
  84. 75fc208 rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE by Philipp Tomsich · 7 years ago
  85. 96351ff rockchip: puma-rk3399: update board_init() by Philipp Tomsich · 7 years ago
  86. c4e89b0 rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order by Philipp Tomsich · 7 years ago
  87. 425e717 rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from() by Philipp Tomsich · 7 years ago
  88. ec83ff5 rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order by Philipp Tomsich · 7 years ago
  89. 1c4f63a rockchip: spl: add documentation for spl_node_to_boot_device() by Philipp Tomsich · 7 years ago
  90. 1cd4e12 rockchip: bootrom: add definitions to retrieve BROM boot-source by Philipp Tomsich · 7 years ago
  91. 3df6626 rockchip: rk3399: make spl_board_init board-specific by Philipp Tomsich · 7 years ago
  92. 3cccd82 evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET by Heinrich Schuchardt · 7 years ago
  93. 10a4954 rockchip: rk322x: update the sysreg number for boot mode by Kever Yang · 7 years ago
  94. 18220f1 rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes by Elaine Zhang · 7 years ago
  95. 4f53f5f configs: rk3328: add support for pmic rk8xx and regulator and i2c driver by Elaine Zhang · 7 years ago
  96. cd999d3 rockchip: i2c: rk3328: support i2c for rk3328 SoC by Elaine Zhang · 7 years ago
  97. 9a40225 rockchip: pinctrl: rk3368: add pinctrl for SDMMC0 by Philipp Tomsich · 7 years ago
  98. e619016 rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage by Philipp Tomsich · 7 years ago
  99. 9901663 rk3288: vyasa: Add falcon mode support by Jagan Teki · 7 years ago
  100. 387fd4b rk3288: vyasa: Add TPL support by Jagan Teki · 7 years ago