1. 2cd42e8 efi_selftest: allow printing MAC addresses by Heinrich Schuchardt · Thu Oct 05 16:36:06 2017 +0200
  2. 81f518f efi_selftest: correct definition of efi_st_error by Heinrich Schuchardt · Thu Oct 05 16:36:05 2017 +0200
  3. aa0d197 efi_loader: fill return values in SimpleNetworkProtocol by Heinrich Schuchardt · Thu Oct 05 16:36:04 2017 +0200
  4. f66b2e3 efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · Thu Oct 05 16:36:03 2017 +0200
  5. e371c5f efi_loader: fix efi_net_get_status by Heinrich Schuchardt · Thu Oct 05 16:36:02 2017 +0200
  6. 0c153c2 efi_loader: implement WaitForPacket event by Heinrich Schuchardt · Thu Oct 05 16:36:01 2017 +0200
  7. 3d7fc69 efi_loader: use events for efi_net_receive by Heinrich Schuchardt · Thu Oct 05 16:36:00 2017 +0200
  8. a50b5c6 efi_net: return EFI_UNSUPPORTED where appropriate by Heinrich Schuchardt · Thu Oct 05 16:35:59 2017 +0200
  9. d1cc6cb efi_loader: efi_net: hwaddr_size = 6 by Heinrich Schuchardt · Thu Oct 05 16:35:58 2017 +0200
  10. d54396a efi_loader: fill simple network protocol revision by Heinrich Schuchardt · Thu Oct 05 16:35:57 2017 +0200
  11. 4137227 efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · Thu Oct 05 16:35:56 2017 +0200
  12. 530ba8a efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · Thu Oct 05 16:35:55 2017 +0200
  13. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · Thu Oct 05 16:35:54 2017 +0200
  14. e547c66 efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · Thu Oct 05 16:35:53 2017 +0200
  15. d0a349e efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · Thu Oct 05 16:35:52 2017 +0200
  16. a5270e0 efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem by Heinrich Schuchardt · Thu Oct 05 16:35:51 2017 +0200
  17. 368ca64 efi_loader: replace efi_div10 by do_div by Heinrich Schuchardt · Thu Oct 05 16:14:14 2017 +0200
  18. a40db6e efi_loader: provide function comments for boot services by Heinrich Schuchardt · Thu Sep 21 18:30:11 2017 +0200
  19. 1afe5f7 efi_selftest: make tests easier to read by Heinrich Schuchardt · Wed Oct 04 15:31:26 2017 +0200
  20. 1bbee39 efi_loader: use type bool for event states by Heinrich Schuchardt · Wed Oct 04 15:03:24 2017 +0200
  21. cbfdf81 efi_selftest: use efi_st_error for all error messages by Heinrich Schuchardt · Wed Oct 04 12:37:02 2017 +0200
  22. ea6f55a efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · Wed Sep 20 21:14:37 2017 +0200
  23. cd522cb efi_loader: allow creating new handles by Heinrich Schuchardt · Sun Aug 27 00:51:09 2017 +0200
  24. a857759 efi_loader: support 16 protocols per efi_object by Heinrich Schuchardt · Sun Aug 27 00:51:04 2017 +0200
  25. 075ce49 sandbox: Enable btrfs support by Tom Rini · Tue Oct 03 08:44:55 2017 -0400
  26. 9740408 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · Tue Oct 03 08:44:13 2017 -0400
  27. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:13 2017 -0700
  28. a846d11 powerpc: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:12 2017 -0700
  29. 24ec63a nios2: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:11 2017 -0700
  30. efd1c56 mips: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:10 2017 -0700
  31. 8333ca4 xtensa: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:09 2017 -0700
  32. 53eaabe x86: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:08 2017 -0700
  33. 89c26f7 sh: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:07 2017 -0700
  34. b037a5b nds32: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:06 2017 -0700
  35. a974ec6 microblaze: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:05 2017 -0700
  36. c1b91e9 m68k: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:04 2017 -0700
  37. 6261bd5 arm: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:03 2017 -0700
  38. 1fdceda arc: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:02 2017 -0700
  39. 01b7a9b Provide a generic io.h & address mapping functions by Paul Burton · Thu Sep 14 15:05:01 2017 -0700
  40. 676d68b mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig by Marek Behún · Sun Sep 03 17:00:31 2017 +0200
  41. 27cec79 cmd: Add the 'btrsubvol' command to list BTRFS subvolumes by Marek Behún · Sun Sep 03 17:00:30 2017 +0200
  42. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · Sun Sep 03 17:00:29 2017 +0200
  43. 2938754 fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · Sun Sep 03 17:00:28 2017 +0200
  44. 7777b1a fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · Sun Sep 03 17:00:27 2017 +0200
  45. 4eff426 fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · Sun Sep 03 17:00:26 2017 +0200
  46. b9ce5f1 include: Add a variadic macro to call a callback for all arguments by Marek Behún · Sun Sep 03 17:00:25 2017 +0200
  47. 45ebb95 fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · Sun Sep 03 17:00:24 2017 +0200
  48. cdccc03 lib: Add CRC32-C by Marek Behún · Sun Sep 03 17:00:23 2017 +0200
  49. 206500b Prepare v2017.11-rc1 by Tom Rini · Mon Oct 02 20:11:24 2017 -0400
  50. d859602 scripts: dtc: Add .gitignore by Bin Meng · Sat Sep 30 22:56:22 2017 -0700
  51. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sun Oct 01 18:06:53 2017 -0400
  52. 31cc0bd Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Sun Oct 01 13:05:53 2017 -0400
  53. a50bab3 usb: dwc3: add UniPhier specific glue layer by Masahiro Yamada · Thu Sep 28 22:01:00 2017 +0900
  54. 77f871b usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · Wed Sep 27 21:50:07 2017 -0700
  55. c03fb20 usb: xhci: Set 'Average TRB Length' to 8 for control endpoints by Bin Meng · Mon Sep 18 06:40:50 2017 -0700
  56. 7c3b76d usb: xhci: Set 'Error Count' to 0 for isoch endpoints by Bin Meng · Mon Sep 18 06:40:49 2017 -0700
  57. bdedd2a usb: xhci: Program max burst size for endpoint by Bin Meng · Mon Sep 18 06:40:48 2017 -0700
  58. 87033f0 usb: xhci: Honor endpoint's interval by Bin Meng · Mon Sep 18 06:40:47 2017 -0700
  59. 026465b usb: hub: Clear BH reset status change for a 3.0 hub by Bin Meng · Mon Sep 18 06:40:46 2017 -0700
  60. dff5c16 usb: hub: Clear port reset before usb_hub_port_connect_change() by Bin Meng · Mon Sep 18 06:40:45 2017 -0700
  61. 7c92b77 usb: xhci: Fix max packet size for full speed device endpoint 0 by Bin Meng · Mon Sep 18 06:40:44 2017 -0700
  62. d21e8ba usb: Read device descriptor after device is addressed for xHCI by Bin Meng · Mon Sep 18 06:40:43 2017 -0700
  63. ae6d0cf usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · Mon Sep 18 06:40:42 2017 -0700
  64. 2bc748c usb: xhci: Add interrupt transfer support by Bin Meng · Mon Sep 18 06:40:41 2017 -0700
  65. 94e0e75 usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · Mon Sep 18 06:40:40 2017 -0700
  66. bb4b105 usb: xhci: Don't assume LS/FS devices are always behind a HS hub by Bin Meng · Mon Sep 18 06:40:39 2017 -0700
  67. b6189f2 test: dm: usb: Update test cases for USB by Bin Meng · Sun Oct 01 06:19:45 2017 -0700
  68. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · Sun Oct 01 06:19:44 2017 -0700
  69. dadc4c0 dm: usb: Remove no longer needed blk_unbind_all() by Bin Meng · Sun Oct 01 06:19:43 2017 -0700
  70. 669ad84 dm: usb: Fix broken usb_stop() by Bin Meng · Sun Oct 01 06:19:42 2017 -0700
  71. 83436d5 usb: emul: hub: Report the actual device speed of the emulation device by Bin Meng · Sun Oct 01 06:19:41 2017 -0700
  72. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · Sun Oct 01 06:19:40 2017 -0700
  73. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · Sun Oct 01 06:19:39 2017 -0700
  74. 33662d6 usb: sandbox: Initialize root hub's device speed to high speed by Bin Meng · Sun Oct 01 06:19:38 2017 -0700
  75. 33fbdfd usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · Sun Oct 01 06:19:37 2017 -0700
  76. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · Sun Oct 01 06:19:36 2017 -0700
  77. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Sun Oct 01 08:48:38 2017 -0400
  78. c9e9029 rockchip: enable TPL_SYSRESET for all rockchip SoCs by Kever Yang · Wed Sep 13 09:39:06 2017 +0800
  79. 536e4d3 rk3288: spl: Add dram_init_banksize by Jagan Teki · Wed Sep 27 23:03:14 2017 +0530
  80. 070aba9 rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL by Philipp Tomsich · Fri Sep 29 19:28:03 2017 +0200
  81. d52626c power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig by Philipp Tomsich · Fri Sep 29 19:28:02 2017 +0200
  82. 75fc208 rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE by Philipp Tomsich · Fri Sep 29 19:28:01 2017 +0200
  83. 96351ff rockchip: puma-rk3399: update board_init() by Philipp Tomsich · Fri Sep 29 19:28:00 2017 +0200
  84. c4e89b0 rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order by Philipp Tomsich · Fri Sep 29 19:27:59 2017 +0200
  85. 425e717 rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from() by Philipp Tomsich · Fri Sep 29 19:27:58 2017 +0200
  86. ec83ff5 rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order by Philipp Tomsich · Fri Sep 29 19:27:57 2017 +0200
  87. 1c4f63a rockchip: spl: add documentation for spl_node_to_boot_device() by Philipp Tomsich · Fri Sep 29 19:27:56 2017 +0200
  88. 1cd4e12 rockchip: bootrom: add definitions to retrieve BROM boot-source by Philipp Tomsich · Fri Sep 29 19:27:55 2017 +0200
  89. 3df6626 rockchip: rk3399: make spl_board_init board-specific by Philipp Tomsich · Fri Sep 29 19:27:54 2017 +0200
  90. 3cccd82 evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET by Heinrich Schuchardt · Wed Sep 27 20:23:09 2017 +0200
  91. 10a4954 rockchip: rk322x: update the sysreg number for boot mode by Kever Yang · Tue Aug 22 15:34:58 2017 +0800
  92. 18220f1 rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes by Elaine Zhang · Wed Sep 27 15:23:38 2017 +0800
  93. 4f53f5f configs: rk3328: add support for pmic rk8xx and regulator and i2c driver by Elaine Zhang · Wed Sep 27 15:23:37 2017 +0800
  94. cd999d3 rockchip: i2c: rk3328: support i2c for rk3328 SoC by Elaine Zhang · Wed Sep 27 15:23:34 2017 +0800
  95. 9a40225 rockchip: pinctrl: rk3368: add pinctrl for SDMMC0 by Philipp Tomsich · Tue Sep 19 15:49:14 2017 +0200
  96. e619016 rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage by Philipp Tomsich · Fri Sep 15 15:57:15 2017 +0200
  97. 9901663 rk3288: vyasa: Add falcon mode support by Jagan Teki · Wed Sep 27 23:03:13 2017 +0530
  98. 387fd4b rk3288: vyasa: Add TPL support by Jagan Teki · Wed Sep 27 23:03:12 2017 +0530
  99. b0f5295 armv7: rk3288: Move configure_l2ctlr to common by Jagan Teki · Wed Sep 27 23:03:11 2017 +0530
  100. 71d71fe armv7: Move L2CTLR read/write to common by Jagan Teki · Wed Sep 27 23:03:10 2017 +0530