1. a84c974 efi_loader: fix bug in efi_get_memory_map by Rob Clark · Wed Jul 26 14:34:05 2017 -0400
  2. 5fb802a efi_loader: Fix configuration table override by Alexander Graf · Wed Jul 26 13:41:05 2017 +0200
  3. fe3366f efi_loader: Improve install_configuration_table by Alexander Graf · Wed Jul 26 13:41:04 2017 +0200
  4. 99c4387 efi_loader: remove more double EFI_EXIT() in efi_disk.c by Rob Clark · Tue Jul 25 20:28:29 2017 -0400
  5. d417d2b efi_loader: remove double EFI_EXIT() with efi_unsupported by Rob Clark · Tue Jul 25 20:17:59 2017 -0400
  6. 49f7b4b efi_loader: expose protocols via GUID by Rob Clark · Mon Jul 24 10:39:01 2017 -0400
  7. 64ca8eb efi_loader: add helper macro to construct protocol objects by Rob Clark · Mon Jul 24 10:39:00 2017 -0400
  8. 84a19a0 efi_loader: log EFI return values too by Rob Clark · Mon Jul 24 10:31:52 2017 -0400
  9. 8960c97 efi_loader: implement ProtocolsPerHandle by xypron.glpk@gmx.de · Thu Jul 13 23:24:32 2017 +0200
  10. 3ecc6bd efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · Wed Jul 19 19:22:34 2017 +0200
  11. 5e9900f efi_loader: initalize EFI object list only once by Heinrich Schuchardt · Wed Jul 19 19:37:22 2017 +0200
  12. 0ce42dc efi_console: use EFIAPI for callback functions by xypron.glpk@gmx.de · Thu Jul 20 05:26:07 2017 +0200
  13. d51b8ca efi_loader: workaround for grub lsefi bug by Rob Clark · Thu Jul 20 07:59:39 2017 -0400
  14. ed38a21 efi_loader: implement ConvertDeviceNodeToText by xypron.glpk@gmx.de · Fri Jul 21 19:12:08 2017 +0200
  15. e436e63 efi_memory: return MapKey by xypron.glpk@gmx.de · Fri Jul 21 19:05:44 2017 +0200
  16. 5487ab5 efi_memory: do parameter checks first by xypron.glpk@gmx.de · Fri Jul 21 19:04:33 2017 +0200
  17. 92cec96 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · Fri Jul 21 15:00:27 2017 -0400
  18. 544df3b efi_loader: move guidcmp to header by Rob Clark · Mon Jul 24 07:59:11 2017 -0400
  19. 6533652 efi_loader: EFI file paths should be DOS style by Rob Clark · Mon Jul 24 07:59:09 2017 -0400
  20. 44c4be0 efi_loader: correctly implement 100ns conversion by xypron.glpk@gmx.de · Tue Jul 18 20:17:23 2017 +0200
  21. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · Tue Jul 18 20:17:22 2017 +0200
  22. a587fd1 efi_loader: refactor efi_set_timer by xypron.glpk@gmx.de · Tue Jul 18 20:17:21 2017 +0200
  23. 852a0e177 efi_loader: refactor efi_create_event by xypron.glpk@gmx.de · Tue Jul 18 20:17:20 2017 +0200
  24. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · Tue Jul 18 20:17:19 2017 +0200
  25. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · Tue Jul 18 20:17:18 2017 +0200
  26. cdbf3ac efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · Tue Jul 18 20:17:17 2017 +0200
  27. 34ddae7 efi_memory: avoid NULL dereference in efi_free_pool by xypron.glpk@gmx.de · Fri Jul 14 19:12:39 2017 +0200
  28. 308cd8e efi_loader: disk: iterate only over valid block devices by xypron.glpk@gmx.de · Tue Jun 20 19:10:27 2017 +0000
  29. 5eadbfa efi_loader: provide meaningful status code by xypron.glpk@gmx.de · Tue Jul 04 23:15:23 2017 +0200
  30. b343d93 efi_loader: define all known status codes by xypron.glpk@gmx.de · Tue Jul 04 23:15:22 2017 +0200
  31. 1e5afc6 bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · Tue Jul 04 23:15:21 2017 +0200
  32. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · Tue Jul 11 22:06:25 2017 +0200
  33. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:24 2017 +0200
  34. cb486a4 efi_loader: provide a sufficient number of protocols by xypron.glpk@gmx.de · Tue Jul 11 22:06:23 2017 +0200
  35. 550a68a efi_loader: implement LocateHandleBuffer by xypron.glpk@gmx.de · Tue Jul 11 22:06:22 2017 +0200
  36. 69f9403 efi_loader: refactor efi_locate_handle by xypron.glpk@gmx.de · Tue Jul 11 22:06:21 2017 +0200
  37. 83eebc7 efi_loader: implement InstallMultipleProtocolInterfaces by xypron.glpk@gmx.de · Tue Jul 11 22:06:20 2017 +0200
  38. a453e46 efi_loader: refactor efi_uninstall_protocol_interface by xypron.glpk@gmx.de · Tue Jul 11 22:06:19 2017 +0200
  39. 8b7b5df efi_loader: refactor efi_install_protocol_interface by xypron.glpk@gmx.de · Tue Jul 11 22:06:18 2017 +0200
  40. 2cfad48 efi_loader: implement UninstallProtocolInterface by xypron.glpk@gmx.de · Tue Jul 11 22:06:17 2017 +0200
  41. 0581fa8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · Tue Jul 11 22:06:16 2017 +0200
  42. f097c84 efi_loader: efi_open_protocol: parameter checks by xypron.glpk@gmx.de · Tue Jul 11 22:06:15 2017 +0200
  43. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  44. 220fb22 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 11 20:28:46 2017 -0400
  45. 87e96b2 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Tue Jul 11 14:21:50 2017 -0400
  46. 5c5991e dm: ofnode: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · Thu Jun 22 17:57:50 2017 +0900
  47. 77018de dm: include <dm/util.h> from driver/core/dump.c by Masahiro Yamada · Thu Jun 22 17:10:11 2017 +0900
  48. 5d43445 dm: ofnode: simplify ofnode_read_bool() by Masahiro Yamada · Thu Jun 22 16:54:07 2017 +0900
  49. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  50. 5052f1b dm: ofnode: simplify ofnode_read_prop() by Masahiro Yamada · Thu Jun 22 16:54:04 2017 +0900
  51. 6a61dd9 dm: ofnode: use ofnode_read_bool() to check property existence by Masahiro Yamada · Thu Jun 22 16:54:03 2017 +0900
  52. 3247fdb dm: include <dm/util.h> from drivers/core/util.c by Masahiro Yamada · Thu Jun 22 16:50:01 2017 +0900
  53. 506ec20 fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · Tue Jun 13 07:10:35 2017 -0400
  54. 2a00cc9 tegra: fdt: Ensure that the console UART is enabled by Simon Glass · Mon Jun 12 06:22:01 2017 -0600
  55. 9d8271e tegra: Show a debug message if the LCD PMIC fails to start by Simon Glass · Mon Jun 12 06:21:59 2017 -0600
  56. a21ec4c dm: serial: Add livetree support by Simon Glass · Mon Jun 12 06:21:58 2017 -0600
  57. 89d9cf2 dm: serial: Separate out the core serial-device finding code by Simon Glass · Mon Jun 12 06:21:57 2017 -0600
  58. 386dbfb dm: serial: ns16550: Convert to livetree by Simon Glass · Mon Jun 12 06:21:56 2017 -0600
  59. 1502392 tegra: Fix up include file ordering by Simon Glass · Mon Jun 12 06:21:39 2017 -0600
  60. cc06f14 video: simple-panel: Add a little more debugging by Simon Glass · Mon Jun 12 06:21:38 2017 -0600
  61. e247e5c dm: video: Update pwm_backlight to support livetree by Simon Glass · Mon Jun 12 06:21:37 2017 -0600
  62. 2f63264 dm: video: Sync display on backspace by Simon Glass · Mon Jun 12 06:21:36 2017 -0600
  63. a2037c5 tegra: nyan-big: Enable bootstage by Simon Glass · Mon Jun 12 06:21:35 2017 -0600
  64. 104acf9 dm: Fix error handling when unflattening the DT by Simon Glass · Mon Jun 12 06:21:34 2017 -0600
  65. 4fcd26c tegra: nyan-big: Enable the debug UART by Simon Glass · Mon Jun 12 06:21:33 2017 -0600
  66. 80df6ec tegra: video: Time the LCD init by Simon Glass · Mon Jun 12 06:21:32 2017 -0600
  67. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  68. fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · Mon Jun 12 06:21:30 2017 -0600
  69. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · Mon Jun 12 06:21:29 2017 -0600
  70. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  71. dde3e71 binman: Put our local modules ahead of system modules by Simon Glass · Tue Jun 20 21:28:49 2017 -0600
  72. 9d2eb92 dtoc: Add tests by Simon Glass · Sun Jun 18 22:09:06 2017 -0600
  73. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · Sun Jun 18 22:09:05 2017 -0600
  74. 2e0bf3f dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · Sun Jun 18 22:09:04 2017 -0600
  75. 3fa797a dtoc: Move the main logic into the dtb_platdata file by Simon Glass · Sun Jun 18 22:09:03 2017 -0600
  76. 7a2add1 dtoc: Move static functions out of the class by Simon Glass · Sun Jun 18 22:09:02 2017 -0600
  77. eab3f62 dtoc: Pass include_disabled explicitly by Simon Glass · Sun Jun 18 22:09:01 2017 -0600
  78. 761773f dtoc: Don't handle properties with / in them by Simon Glass · Sun Jun 18 22:09:00 2017 -0600
  79. 1f730c8 dtoc: Fix pylint warnings by Simon Glass · Sun Jun 18 22:08:59 2017 -0600
  80. d570dec dtoc: Split out the main class into its own file by Simon Glass · Sun Jun 18 22:08:58 2017 -0600
  81. b7edba1 dtoc: Add a comment at the top by Simon Glass · Sun Jun 18 22:08:57 2017 -0600
  82. 7427bf2 dtoc: Use self._options instead of the global options by Simon Glass · Sun Jun 18 22:08:56 2017 -0600
  83. 4411633 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · Thu Jun 15 21:39:33 2017 -0600
  84. 92e5558 moveconfig: Allow control of which implying configs are shown by Simon Glass · Thu Jun 15 21:39:32 2017 -0600
  85. 452fa8e moveconfig: Allow piping in 'git show --stat' output by Simon Glass · Thu Jun 15 21:39:31 2017 -0600
  86. 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · Thu Jun 15 21:37:54 2017 -0600
  87. 00c34d5b sandbox: Enable more console options by Simon Glass · Thu Jun 15 21:37:53 2017 -0600
  88. 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · Thu Jun 15 21:37:52 2017 -0600
  89. 75ee32f test: Add a test for snprintf() and the banner/version by Simon Glass · Thu Jun 15 21:37:51 2017 -0600
  90. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · Thu Jun 15 21:37:50 2017 -0600
  91. e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · Fri Jun 16 12:51:42 2017 -0600
  92. fe54fda x86: Move link to use driver model for SCSI by Simon Glass · Wed Jun 14 21:28:48 2017 -0600
  93. 57e7c2a dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · Wed Jun 14 21:28:47 2017 -0600
  94. c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · Wed Jun 14 21:28:46 2017 -0600
  95. 600d001 dm: scsi: Split out the bus scanning code by Simon Glass · Wed Jun 14 21:28:45 2017 -0600
  96. a140e86 dm: scsi: Adjust return value of scsi_exec() by Simon Glass · Wed Jun 14 21:28:44 2017 -0600
  97. c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · Wed Jun 14 21:28:43 2017 -0600
  98. 23123c6 dm: ahci: Create a local version of two SCSI functions by Simon Glass · Wed Jun 14 21:28:42 2017 -0600
  99. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
  100. 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · Wed Jun 14 21:28:40 2017 -0600