1. 984f251 efi_loader: MAX_UTF8_PER_UTF16 = 3 by Heinrich Schuchardt · 7 years ago
  2. 16a73b2 efi_loader: search all possible disk partitions by Jonathan Gray · 7 years ago
  3. fdd0456 efi_selftest: error handling in SNP test by Heinrich Schuchardt · 7 years ago
  4. 10a08c4 efi_loader: comments for functions add missing @return by Heinrich Schuchardt · 7 years ago
  5. 77511b3 efi_loader: Fix disk dp's for pre-DM/legacy devices by Rob Clark · 7 years ago
  6. 1a2c8d2 efi_loader: avoid NULL dereference in efi_dp_match by Heinrich Schuchardt · 7 years ago
  7. 7f8ec5b efi_selftest: avoid dereferencing NULL in tpl test by Heinrich Schuchardt · 7 years ago
  8. c155dfe efi_selftest: efi_st_memcmp return difference of bytes by Heinrich Schuchardt · 7 years ago
  9. 5ca23ed efi_loader: supply EFI network test by Heinrich Schuchardt · 7 years ago
  10. 1b63325 efi_selftest: allow printing MAC addresses by Heinrich Schuchardt · 7 years ago
  11. 9820c2f efi_selftest: correct definition of efi_st_error by Heinrich Schuchardt · 7 years ago
  12. 336d9df efi_loader: fill return values in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  13. 8db174d efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  14. 891b3d9 efi_loader: fix efi_net_get_status by Heinrich Schuchardt · 7 years ago
  15. e5c2160 efi_loader: implement WaitForPacket event by Heinrich Schuchardt · 7 years ago
  16. a0549ef efi_loader: use events for efi_net_receive by Heinrich Schuchardt · 7 years ago
  17. 61da678 efi_net: return EFI_UNSUPPORTED where appropriate by Heinrich Schuchardt · 7 years ago
  18. 5d4a5ea efi_loader: efi_net: hwaddr_size = 6 by Heinrich Schuchardt · 7 years ago
  19. bdecf97 efi_loader: fill simple network protocol revision by Heinrich Schuchardt · 7 years ago
  20. 2e0864a efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · 7 years ago
  21. 84a12ce efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · 7 years ago
  22. ca379e1 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  23. 5a9682d efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · 7 years ago
  24. fc05a95 efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · 7 years ago
  25. f7c7817 efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem by Heinrich Schuchardt · 7 years ago
  26. 7d96332 efi_loader: replace efi_div10 by do_div by Heinrich Schuchardt · 7 years ago
  27. 332468f efi_loader: provide function comments for boot services by Heinrich Schuchardt · 7 years ago
  28. e67e724 efi_selftest: make tests easier to read by Heinrich Schuchardt · 7 years ago
  29. e190e89 efi_loader: use type bool for event states by Heinrich Schuchardt · 7 years ago
  30. 037ee6f efi_selftest: use efi_st_error for all error messages by Heinrich Schuchardt · 7 years ago
  31. 4a59ada efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 7 years ago
  32. 3cc6e3f efi_loader: allow creating new handles by Heinrich Schuchardt · 7 years ago
  33. 842a8e4 efi_loader: support 16 protocols per efi_object by Heinrich Schuchardt · 7 years ago
  34. 39dd65a sandbox: Enable btrfs support by Tom Rini · 7 years ago
  35. 6b7fd35 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  36. f7ae1ca sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  37. ae07d60 powerpc: Use asm-generic/io.h by Paul Burton · 7 years ago
  38. e16986c nios2: Use asm-generic/io.h by Paul Burton · 7 years ago
  39. d1cbeaf mips: Use asm-generic/io.h by Paul Burton · 7 years ago
  40. e864552 xtensa: Use asm-generic/io.h by Paul Burton · 7 years ago
  41. 6f01316 x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  42. 505fe9c sh: Use asm-generic/io.h by Paul Burton · 7 years ago
  43. b3666a6 nds32: Use asm-generic/io.h by Paul Burton · 7 years ago
  44. dbee715 microblaze: Use asm-generic/io.h by Paul Burton · 7 years ago
  45. 0884077 m68k: Use asm-generic/io.h by Paul Burton · 7 years ago
  46. 8f8e630 arm: Use asm-generic/io.h by Paul Burton · 7 years ago
  47. 593477c arc: Use asm-generic/io.h by Paul Burton · 7 years ago
  48. d4150ca Provide a generic io.h & address mapping functions by Paul Burton · 7 years ago
  49. 32c7786 mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig by Marek Behún · 7 years ago
  50. 9d84550 cmd: Add the 'btrsubvol' command to list BTRFS subvolumes by Marek Behún · 7 years ago
  51. 0c936ee fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  52. 21a14fa fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  53. 597b4af fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  54. d4a704a fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago
  55. 59981e6 include: Add a variadic macro to call a callback for all arguments by Marek Behún · 7 years ago
  56. 5994e8b fs: Create a common fs_devread for ext4/reiserfs/zfs by Marek Behún · 7 years ago
  57. 85d8bf5 lib: Add CRC32-C by Marek Behún · 7 years ago
  58. 43dd6da Prepare v2017.11-rc1 by Tom Rini · 7 years ago
  59. de163ec scripts: dtc: Add .gitignore by Bin Meng · 7 years ago
  60. 4d1c166 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  61. 16d4ff7 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  62. dc04b35 usb: dwc3: add UniPhier specific glue layer by Masahiro Yamada · 7 years ago
  63. 72ac8f3 usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() by Bin Meng · 7 years ago
  64. fae3585 usb: xhci: Set 'Average TRB Length' to 8 for control endpoints by Bin Meng · 7 years ago
  65. ab2b727 usb: xhci: Set 'Error Count' to 0 for isoch endpoints by Bin Meng · 7 years ago
  66. fa483b2 usb: xhci: Program max burst size for endpoint by Bin Meng · 7 years ago
  67. f51966b usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  68. 061895f usb: hub: Clear BH reset status change for a 3.0 hub by Bin Meng · 7 years ago
  69. b902035 usb: hub: Clear port reset before usb_hub_port_connect_change() by Bin Meng · 7 years ago
  70. b5aa857 usb: xhci: Fix max packet size for full speed device endpoint 0 by Bin Meng · 7 years ago
  71. 932bb66 usb: Read device descriptor after device is addressed for xHCI by Bin Meng · 7 years ago
  72. c008faa usb: Only get 64 bytes device descriptor for full speed devices by Bin Meng · 7 years ago
  73. 1897d60 usb: xhci: Add interrupt transfer support by Bin Meng · 7 years ago
  74. 2f0eb2a usb: Handle audio extension endpoint descriptor in usb_parse_config() by Bin Meng · 7 years ago
  75. 8a0e6d8 usb: xhci: Don't assume LS/FS devices are always behind a HS hub by Bin Meng · 7 years ago
  76. f4d4f7d test: dm: usb: Update test cases for USB by Bin Meng · 7 years ago
  77. ad56e4b dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
  78. ad0a937 dm: usb: Remove no longer needed blk_unbind_all() by Bin Meng · 7 years ago
  79. d4efefe dm: usb: Fix broken usb_stop() by Bin Meng · 7 years ago
  80. d7771f0 usb: emul: hub: Report the actual device speed of the emulation device by Bin Meng · 7 years ago
  81. 848436a usb: emul: Expose find_descriptor() as a public API by Bin Meng · 7 years ago
  82. 84aa853 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
  83. 813f74e usb: sandbox: Initialize root hub's device speed to high speed by Bin Meng · 7 years ago
  84. 8d36c68 usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · 7 years ago
  85. 98b639f usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · 7 years ago
  86. 958046f Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  87. e19fa89 rockchip: enable TPL_SYSRESET for all rockchip SoCs by Kever Yang · 7 years ago
  88. 2ee3021 rk3288: spl: Add dram_init_banksize by Jagan Teki · 7 years ago
  89. 7c15863 rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL by Philipp Tomsich · 7 years ago
  90. 9086eab power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig by Philipp Tomsich · 7 years ago
  91. 482cf22 rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE by Philipp Tomsich · 7 years ago
  92. 0b5e7aa rockchip: puma-rk3399: update board_init() by Philipp Tomsich · 7 years ago
  93. 775bd78 rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order by Philipp Tomsich · 7 years ago
  94. c55addd rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from() by Philipp Tomsich · 7 years ago
  95. 80e9f88 rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order by Philipp Tomsich · 7 years ago
  96. dbad01c rockchip: spl: add documentation for spl_node_to_boot_device() by Philipp Tomsich · 7 years ago
  97. 3b4f877 rockchip: bootrom: add definitions to retrieve BROM boot-source by Philipp Tomsich · 7 years ago
  98. fb74064 rockchip: rk3399: make spl_board_init board-specific by Philipp Tomsich · 7 years ago
  99. 861ff27 evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET by Heinrich Schuchardt · 7 years ago
  100. 4a18729 rockchip: rk322x: update the sysreg number for boot mode by Kever Yang · 7 years ago