1. 7d69fc3 efi_loader: open protocol information by Heinrich Schuchardt · Sat Jun 01 20:15:10 2019 +0200
  2. ef09615 efi_loader: correct HandleProtocol() by Heinrich Schuchardt · Sat Jun 01 19:29:39 2019 +0200
  3. f2856ad efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · Fri May 31 22:56:02 2019 +0200
  4. ba3e828 efi_loader: handling of daylight saving time by Heinrich Schuchardt · Fri May 31 22:08:45 2019 +0200
  5. 33e5a0e efi_loader: check time in SetTime() by Heinrich Schuchardt · Fri May 31 07:35:19 2019 +0200
  6. e88956f efi_loader: correct UninstallProtocolInterface() by Heinrich Schuchardt · Thu May 30 20:12:19 2019 +0200
  7. fa8dddf efi_loader: avoid crash in OpenProtocol() by Heinrich Schuchardt · Thu May 30 14:16:31 2019 +0200
  8. da433d5 efi_loader: correct OpenProtocol() by Heinrich Schuchardt · Thu May 30 14:16:31 2019 +0200
  9. 2600eff efi_loader: registration key in LocateProtocol() by Heinrich Schuchardt · Wed May 29 18:06:46 2019 +0200
  10. eb61652 efi_loader: factor out efi_check_register_notify_event() by Heinrich Schuchardt · Wed May 29 07:46:33 2019 +0200
  11. 0ba3187 efi_loader: bootmgr: print a message when loading from BootNext failed by AKASHI Takahiro · Fri May 24 15:59:31 2019 +0900
  12. d375e75 efi_loader: correct notification of protocol installation by Heinrich Schuchardt · Tue May 21 18:19:01 2019 +0200
  13. 186b5a4 efi_loader: variable: attributes may not be changed if a variable exists by AKASHI Takahiro · Fri May 24 15:59:03 2019 +0900
  14. 9195850 efi_loader: variable: return error for APPEND_WRITE by AKASHI Takahiro · Fri May 24 15:59:02 2019 +0900
  15. f678c91 efi: selftest: APPEND_WRITE is not supported by AKASHI Takahiro · Fri May 24 15:59:01 2019 +0900
  16. 915b352 efi_loader: DEL is an illegal file name character by Heinrich Schuchardt · Fri May 24 07:19:18 2019 +0200
  17. 2934497 efi_loader: correct device path check by Heinrich Schuchardt · Mon May 20 19:55:18 2019 +0000
  18. b4bd366 efi_loader: return values of GetTime() by Heinrich Schuchardt · Sun May 19 21:41:28 2019 +0200
  19. 411b2d5 efi_loader: implement SetTime by Heinrich Schuchardt · Sun May 19 20:07:39 2019 +0200
  20. 2613001 fdtdec: Remove fdt_{addr,size}_unpack() by Thierry Reding · Mon Apr 15 10:08:21 2019 +0200
  21. e60b298 efi_loader: parameter check OutputString by Heinrich Schuchardt · Sat May 18 18:11:54 2019 +0200
  22. a41ccf9 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · Sat May 18 17:07:52 2019 +0200
  23. ddc787d efi_loader: GetNextMonotonicCount() check parameter by Heinrich Schuchardt · Fri May 17 12:47:17 2019 +0200
  24. 3f0282c efi_loader: parameter checks CalculateCrc32() by Heinrich Schuchardt · Thu May 16 23:31:29 2019 +0200
  25. 61ba10d efi_loader: check device path in InstallMultipleProtocolInterfaces by Heinrich Schuchardt · Thu May 16 21:54:04 2019 +0200
  26. 18ed8cf efi_loader: implement deprecated Unicode collation protocol by Heinrich Schuchardt · Thu May 16 18:19:00 2019 +0200
  27. b325884 efi_loader: rename Unicode collation protocol 2 variables by Heinrich Schuchardt · Thu May 16 07:52:58 2019 +0200
  28. 62676b3 efi_loader: merge adjacent sprintf() by Heinrich Schuchardt · Thu May 16 07:37:22 2019 +0200
  29. f286c2c efi_loader: parameter checks simple network protocol by Heinrich Schuchardt · Wed May 15 23:27:43 2019 +0200
  30. 05f728f efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL by Heinrich Schuchardt · Wed May 15 19:32:43 2019 +0200
  31. e4f6b01 efi_loader: ACPI device node to text by Heinrich Schuchardt · Sat May 11 23:11:48 2019 +0200
  32. ad55997 efi_loader: infinite recursion notifying events by Heinrich Schuchardt · Sat May 11 21:44:59 2019 +0200
  33. fbdb93c efi_loader: simplify efi_allocate_pages() by Heinrich Schuchardt · Sat May 11 08:43:30 2019 +0200
  34. 906f685 efi_loader: AllocateAdress error handling by Heinrich Schuchardt · Sat May 11 08:21:17 2019 +0200
  35. 5c304fc efi_loader: out of resources in AllocatePages() by Heinrich Schuchardt · Sat May 11 07:55:05 2019 +0200
  36. ac7f842 efi_loader: check memory address before freeing by Heinrich Schuchardt · Fri May 10 21:21:30 2019 +0200
  37. fdeb1f0 efi_loader: error code in UninstallProtocolInterface() by Heinrich Schuchardt · Fri May 10 20:06:48 2019 +0200
  38. 6378561 efi_loader: superfluous check in efi_remove_protocol() by Heinrich Schuchardt · Fri May 10 19:55:53 2019 +0200
  39. 6db1e5c efi_loader: LocateDevicePath() incorrect parameter check by Heinrich Schuchardt · Fri May 10 19:21:41 2019 +0200
  40. c97f947 efi_loader: fix typo in efi_locate_handle() comment by Heinrich Schuchardt · Fri May 10 19:03:49 2019 +0200
  41. 3db3591 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · Sat May 11 09:53:33 2019 +0200
  42. 532fec7 efi_loader: make Unicode collation protocol customizable by Heinrich Schuchardt · Wed May 08 23:24:26 2019 +0200
  43. 96b236a efi_loader: reword the EFI_LOADER config option by Heinrich Schuchardt · Sat May 11 10:27:58 2019 +0200
  44. 0cbab58 efi_loader: format Kconfig by Heinrich Schuchardt · Wed May 08 23:17:38 2019 +0200
  45. d14329b efi_loader: observe CONFIG_EFI_LOADER_HII by Heinrich Schuchardt · Wed May 08 21:42:36 2019 +0200
  46. 8bd4f41 efi_loader: signature of ExitBootServices() by Heinrich Schuchardt · Sun May 05 21:58:35 2019 +0200
  47. 78a23b5 efi_loader: LoadImage() check source size by Heinrich Schuchardt · Sun May 05 16:55:06 2019 +0200
  48. 2e0a790 efi_loader: LoadImage() check parent image by Heinrich Schuchardt · Sun May 05 16:55:06 2019 +0200
  49. b673e4b efi_loader: HandleProtocol parameter checks by Heinrich Schuchardt · Sun May 05 11:24:53 2019 +0200
  50. 952e206 efi_loader: use EFI_PRINT instead of debug by Heinrich Schuchardt · Sun May 05 11:56:23 2019 +0200
  51. 5d8231b efi_loader: CloseProtocol() requires valid agent handle by Heinrich Schuchardt · Sun May 05 10:37:51 2019 +0200
  52. cdfc254 efi_selftest: unit test for RegisterProtocolNotify() by Heinrich Schuchardt · Sat May 04 22:44:13 2019 +0200
  53. 6eec42d efi_loader: implement RegisterProtocolNotify() by Heinrich Schuchardt · Sat May 04 17:27:54 2019 +0200
  54. 66ddc2e efi_loader: EVT_NOTIFY_SIGNAL events by Heinrich Schuchardt · Sun May 05 00:07:34 2019 +0200
  55. 5f94666 efi_selftest: remove redundant function efi_st_memcmp() by Heinrich Schuchardt · Sat May 04 19:48:38 2019 +0200
  56. 3758752 efi_loader: unload applications upon Exit() by Heinrich Schuchardt · Wed May 01 20:07:04 2019 +0200
  57. 4ed66e5 efi_loader: implement UnloadImage() by Heinrich Schuchardt · Wed May 01 18:25:45 2019 +0200
  58. 6b3581a efi_loader: move efi_unload_image() down in source by Heinrich Schuchardt · Wed May 01 19:04:32 2019 +0200
  59. b27ced4 efi_loader: mark started images by Heinrich Schuchardt · Wed May 01 14:20:18 2019 +0200
  60. c0ee5f3 efi_loader: correct parameter check in LocateHandle() by Heinrich Schuchardt · Sat May 04 17:37:32 2019 +0200
  61. ce66499 efi_loader: allowable event types in CreateEventEx() by Heinrich Schuchardt · Sat May 04 10:12:50 2019 +0200
  62. aea03d6 efi_loader: clean up UEFI sub-system initialization by Heinrich Schuchardt · Sat May 04 11:47:48 2019 +0200
  63. e87e200 lib: add Zstandard decompression support by Marek Behún · Mon Apr 29 22:40:44 2019 +0200
  64. b139a7f lib: Add xxhash support by Marek Behún · Mon Apr 29 22:40:43 2019 +0200
  65. b144ab1 lib/display_options: avoid illegal memory access by Heinrich Schuchardt · Fri Apr 26 18:39:00 2019 +0200
  66. 4aaf982 Merge branch '2019-05-03-master-imports' by Tom Rini · Fri May 03 07:30:55 2019 -0400
  67. b93cc60 lib: Kconfig: fix help text for GZIP by Heiko Schocher · Mon Apr 29 08:59:38 2019 +0200
  68. ce9d55a lib/vsprintf: remove #include <uuid.h> from vsprintf.c by Heinrich Schuchardt · Mon Apr 29 08:04:36 2019 +0200
  69. 9d74ba6 lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y by Eugeniu Rosca · Thu May 02 14:27:06 2019 +0200
  70. 30cd046 efi_loader: description of efi_add_handle() by Heinrich Schuchardt · Wed May 01 09:42:39 2019 +0200
  71. 1696dd0 efi_selftest: test exit_data by Heinrich Schuchardt · Sun Sep 30 13:26:36 2018 +0200
  72. 3d44512 efi_loader: implement support of exit data by Heinrich Schuchardt · Tue Apr 30 17:57:30 2019 +0200
  73. 9df002e efi_loader: optional data in load options are binary by Heinrich Schuchardt · Mon Apr 29 13:51:45 2019 +0200
  74. 3a48925 efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · Wed Apr 24 15:30:38 2019 +0900
  75. 7bf4bc9 efi_loader: FreePages() must fail with pages = 0 by Heinrich Schuchardt · Thu Apr 25 18:41:40 2019 +0200
  76. ad7a215 efi_loader: parameter check CreateEventEx() by Heinrich Schuchardt · Thu Apr 25 07:30:41 2019 +0200
  77. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Apr 24 12:27:29 2019 -0400
  78. 3313539 Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · Wed Apr 24 12:26:58 2019 -0400
  79. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · Mon Apr 08 17:35:27 2019 +0200
  80. a312309 fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle() by Thierry Reding · Mon Apr 15 10:08:20 2019 +0200
  81. 445078e Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig by Simon Glass · Mon Apr 08 13:20:52 2019 -0600
  82. bfce7fc Convert CONFIG_TRACE to Kconfig by Simon Glass · Mon Apr 08 13:20:51 2019 -0600
  83. f710d38 trace: Tidy up error returns by Simon Glass · Mon Apr 08 13:20:50 2019 -0600
  84. 903276d div64: Don't instrument the division function by Simon Glass · Mon Apr 08 13:20:49 2019 -0600
  85. c11719c div64: Use kernel types by Simon Glass · Mon Apr 08 13:20:48 2019 -0600
  86. c96c594 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · Tue Apr 23 00:51:01 2019 +0200
  87. f727233 efi_loader: check memory type in AllocatePages() by Heinrich Schuchardt · Tue Apr 23 00:30:53 2019 +0200
  88. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  89. 1c111f9 efi_selftest: do not run FDT test with ACPI table. by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  90. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · Fri Apr 19 12:22:35 2019 +0900
  91. 28b3917 efi_loader: correctly split device path of loaded image by Heinrich Schuchardt · Sat Apr 20 19:24:43 2019 +0000
  92. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · Sat Apr 20 07:39:11 2019 +0200
  93. 0b27575 efi_loader: export root node handle by AKASHI Takahiro · Tue Apr 16 13:24:20 2019 +0900
  94. 9c6531f efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · Tue Apr 16 17:39:26 2019 +0200
  95. 6275e73 Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi by Tom Rini · Mon Apr 15 07:30:25 2019 -0400
  96. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Sun Apr 14 00:03:06 2019 -0400
  97. b1baee0 efi_selftest: expect boot services data for fdt by Heinrich Schuchardt · Fri Apr 12 22:09:09 2019 +0200
  98. 22b9fb9 efi_loader: simplify protocol installation by Heinrich Schuchardt · Fri Apr 12 07:14:43 2019 +0200
  99. 744d83e efi_loader: export efi_install_multiple_protocol_interfaces by Heinrich Schuchardt · Fri Apr 12 06:59:49 2019 +0200
  100. 01dd235 efi_selftest: physical and virtual addresses must match by Heinrich Schuchardt · Thu Apr 11 19:59:31 2019 +0200