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