1. ac7f842 efi_loader: check memory address before freeing by Heinrich Schuchardt · Fri May 10 21:21:30 2019 +0200
  2. fdeb1f0 efi_loader: error code in UninstallProtocolInterface() by Heinrich Schuchardt · Fri May 10 20:06:48 2019 +0200
  3. 6378561 efi_loader: superfluous check in efi_remove_protocol() by Heinrich Schuchardt · Fri May 10 19:55:53 2019 +0200
  4. 6db1e5c efi_loader: LocateDevicePath() incorrect parameter check by Heinrich Schuchardt · Fri May 10 19:21:41 2019 +0200
  5. c97f947 efi_loader: fix typo in efi_locate_handle() comment by Heinrich Schuchardt · Fri May 10 19:03:49 2019 +0200
  6. 3db3591 efi_loader: make device path to text protocol customizable by Heinrich Schuchardt · Sat May 11 09:53:33 2019 +0200
  7. 532fec7 efi_loader: make Unicode collation protocol customizable by Heinrich Schuchardt · Wed May 08 23:24:26 2019 +0200
  8. 96b236a efi_loader: reword the EFI_LOADER config option by Heinrich Schuchardt · Sat May 11 10:27:58 2019 +0200
  9. 0cbab58 efi_loader: format Kconfig by Heinrich Schuchardt · Wed May 08 23:17:38 2019 +0200
  10. d14329b efi_loader: observe CONFIG_EFI_LOADER_HII by Heinrich Schuchardt · Wed May 08 21:42:36 2019 +0200
  11. 8bd4f41 efi_loader: signature of ExitBootServices() by Heinrich Schuchardt · Sun May 05 21:58:35 2019 +0200
  12. 78a23b5 efi_loader: LoadImage() check source size by Heinrich Schuchardt · Sun May 05 16:55:06 2019 +0200
  13. 2e0a790 efi_loader: LoadImage() check parent image by Heinrich Schuchardt · Sun May 05 16:55:06 2019 +0200
  14. b673e4b efi_loader: HandleProtocol parameter checks by Heinrich Schuchardt · Sun May 05 11:24:53 2019 +0200
  15. 952e206 efi_loader: use EFI_PRINT instead of debug by Heinrich Schuchardt · Sun May 05 11:56:23 2019 +0200
  16. 5d8231b efi_loader: CloseProtocol() requires valid agent handle by Heinrich Schuchardt · Sun May 05 10:37:51 2019 +0200
  17. 6eec42d efi_loader: implement RegisterProtocolNotify() by Heinrich Schuchardt · Sat May 04 17:27:54 2019 +0200
  18. 66ddc2e efi_loader: EVT_NOTIFY_SIGNAL events by Heinrich Schuchardt · Sun May 05 00:07:34 2019 +0200
  19. 3758752 efi_loader: unload applications upon Exit() by Heinrich Schuchardt · Wed May 01 20:07:04 2019 +0200
  20. 4ed66e5 efi_loader: implement UnloadImage() by Heinrich Schuchardt · Wed May 01 18:25:45 2019 +0200
  21. 6b3581a efi_loader: move efi_unload_image() down in source by Heinrich Schuchardt · Wed May 01 19:04:32 2019 +0200
  22. b27ced4 efi_loader: mark started images by Heinrich Schuchardt · Wed May 01 14:20:18 2019 +0200
  23. c0ee5f3 efi_loader: correct parameter check in LocateHandle() by Heinrich Schuchardt · Sat May 04 17:37:32 2019 +0200
  24. ce66499 efi_loader: allowable event types in CreateEventEx() by Heinrich Schuchardt · Sat May 04 10:12:50 2019 +0200
  25. aea03d6 efi_loader: clean up UEFI sub-system initialization by Heinrich Schuchardt · Sat May 04 11:47:48 2019 +0200
  26. 30cd046 efi_loader: description of efi_add_handle() by Heinrich Schuchardt · Wed May 01 09:42:39 2019 +0200
  27. 3d44512 efi_loader: implement support of exit data by Heinrich Schuchardt · Tue Apr 30 17:57:30 2019 +0200
  28. 9df002e efi_loader: optional data in load options are binary by Heinrich Schuchardt · Mon Apr 29 13:51:45 2019 +0200
  29. 3a48925 efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · Wed Apr 24 15:30:38 2019 +0900
  30. 7bf4bc9 efi_loader: FreePages() must fail with pages = 0 by Heinrich Schuchardt · Thu Apr 25 18:41:40 2019 +0200
  31. ad7a215 efi_loader: parameter check CreateEventEx() by Heinrich Schuchardt · Thu Apr 25 07:30:41 2019 +0200
  32. c96c594 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · Tue Apr 23 00:51:01 2019 +0200
  33. f727233 efi_loader: check memory type in AllocatePages() by Heinrich Schuchardt · Tue Apr 23 00:30:53 2019 +0200
  34. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · Fri Apr 19 12:22:35 2019 +0900
  35. 28b3917 efi_loader: correctly split device path of loaded image by Heinrich Schuchardt · Sat Apr 20 19:24:43 2019 +0000
  36. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · Sat Apr 20 07:39:11 2019 +0200
  37. 0b27575 efi_loader: export root node handle by AKASHI Takahiro · Tue Apr 16 13:24:20 2019 +0900
  38. 9c6531f efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · Tue Apr 16 17:39:26 2019 +0200
  39. 22b9fb9 efi_loader: simplify protocol installation by Heinrich Schuchardt · Fri Apr 12 07:14:43 2019 +0200
  40. 744d83e efi_loader: export efi_install_multiple_protocol_interfaces by Heinrich Schuchardt · Fri Apr 12 06:59:49 2019 +0200
  41. e83aafa efi_loader: update virtual address in efi_mem_carve_out by Heinrich Schuchardt · Thu Apr 11 20:08:54 2019 +0200
  42. ba7a950 efi_loader: add protection for block_dev by Patrick Delaunay · Wed Apr 10 11:02:58 2019 +0200
  43. 3700d57 efi_loader: fix setting PlatformLang by Heinrich Schuchardt · Thu Apr 11 07:34:24 2019 +0200
  44. 3f2860f efi_loader: move efi_save_gd() call to board_r.c by Heinrich Schuchardt · Wed Apr 10 00:32:07 2019 +0200
  45. 0c1c410 efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR by Heinrich Schuchardt · Tue Apr 09 23:22:13 2019 +0200
  46. a13e162 efi_loader: enable HII protocols by default by Heinrich Schuchardt · Sun Apr 07 23:58:50 2019 +0200
  47. 926e696 efi_loader: assign HII protocols to root node by Heinrich Schuchardt · Sun Apr 07 23:53:53 2019 +0200
  48. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · Sat Apr 06 20:59:24 2019 +0200
  49. f1fe17e efi_loader: enable file SetInfo() by Heinrich Schuchardt · Sat Apr 06 18:17:39 2019 +0200
  50. 34c303b efi_loader: correct file creation by Heinrich Schuchardt · Sat Apr 06 16:27:34 2019 +0200
  51. d4fe528 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · Sat Apr 06 16:36:16 2019 +0200
  52. b0ad905 efi_loader: boottime: export efi_[un]load_image() by AKASHI Takahiro · Tue Mar 05 14:53:31 2019 +0900
  53. bbe13da efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · Wed Mar 27 13:40:32 2019 +0900
  54. f7fe45b efi_loader: variables PlatformLang and PlatformLangCodes by Heinrich Schuchardt · Fri Apr 05 02:45:21 2019 +0200
  55. 706a2fe efi_loader: EFI_PRINT instead of debug for memory services by Heinrich Schuchardt · Thu Apr 04 21:50:02 2019 +0200
  56. 55111c3 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · Thu Apr 04 21:36:44 2019 +0200
  57. 8efe079 efi_loader: parameter checks in StartImage and Exit() by Heinrich Schuchardt · Tue Mar 26 19:03:17 2019 +0100
  58. 2650a4d efi_loader: rearrange boottime service functions by Heinrich Schuchardt · Tue Mar 26 19:02:05 2019 +0100
  59. b4e2ba3 efi_loader: sanity checks when freeing memory by Heinrich Schuchardt · Tue Mar 26 05:31:41 2019 +0100
  60. 068879a efi_loader: set image_base and image_size to correct values by AKASHI Takahiro · Thu Oct 11 04:09:58 2018 -0700
  61. e6577f9 efi_loader: bootmgr: support BootNext and BootCurrent variable behavior by AKASHI Takahiro · Wed Mar 20 09:07:55 2019 +0900
  62. 47e35a9 efi_loader: release file buffer after loading image by Heinrich Schuchardt · Mon Mar 04 17:50:05 2019 +0100
  63. 79730de efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · Wed Mar 27 21:41:04 2019 +0100
  64. 9de5c4c efi_loader: superfluous conversion in efi_file_open() by Heinrich Schuchardt · Tue Mar 19 19:16:23 2019 +0100
  65. d20f512 efi_loader: remove superfluous check in efi_setup_loaded_image() by Heinrich Schuchardt · Tue Mar 19 18:58:58 2019 +0100
  66. 793a625 efi_loader: missing return in efi_get_next_variable_name() by Heinrich Schuchardt · Tue Mar 19 18:36:21 2019 +0100
  67. d177dbd efi_loader: endless loop in add_strings_package() by Heinrich Schuchardt · Tue Mar 19 12:30:27 2019 +0100
  68. 657e979 efi_loader: correct parameter size in efi_allocate_pool by Heinrich Schuchardt · Mon Mar 18 20:01:59 2019 +0100
  69. 29c6f5f efi_loader: Fix serial console size detection by Matthias Brugger · Tue Mar 05 12:50:18 2019 +0100
  70. 196e212 efi_loader: HII protocols: debug messages by Heinrich Schuchardt · Thu Feb 28 23:56:35 2019 +0100
  71. 87895f6 efi_loader: HII protocols: fix new_package_list() by Heinrich Schuchardt · Thu Feb 28 23:07:00 2019 +0100
  72. 7d69807 efi_loader: do not add \ in efi_fs_from_name() by Heinrich Schuchardt · Sat Feb 23 11:20:23 2019 +0100
  73. 516ea04 efi_loader: define load option attributes by AKASHI Takahiro · Mon Feb 25 15:54:37 2019 +0900
  74. b82df7c efi_loader: fix entry count in bootmgr by Heinrich Schuchardt · Sun Feb 24 05:09:26 2019 +0100
  75. 3d2257f efi_loader: error message if BootOrder not defined by Heinrich Schuchardt · Sun Feb 24 04:44:48 2019 +0100
  76. e9644cc efi_loader: do not miss last relocation block by Heinrich Schuchardt · Sat Feb 16 15:36:33 2019 +0100
  77. 0fcdb7a efi_loader: documentation of image loader by Heinrich Schuchardt · Sat Feb 16 15:22:13 2019 +0100
  78. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · Sat Feb 09 14:10:39 2019 +0100
  79. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · Wed Dec 26 13:28:09 2018 +0100
  80. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · Wed Dec 26 12:49:09 2018 +0100
  81. e3d3a0c efi_loader: LoadImage: always allocate new pages by Heinrich Schuchardt · Mon Dec 24 09:19:07 2018 +0100
  82. 6346a90 efi_loader: error handling in efi_setup_loaded_image() by Heinrich Schuchardt · Wed Feb 06 19:41:29 2019 +0100
  83. c1476c2 efi_loader: comments for efi_file_from_path() by Heinrich Schuchardt · Mon Feb 04 21:24:35 2019 +0100
  84. 0d36adc efi_loader: efi_dp_split_file_path() error handling by Heinrich Schuchardt · Mon Feb 04 12:49:43 2019 +0100
  85. 3ab87ac efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sat Feb 09 22:23:48 2019 +0100
  86. 44be5da efi_loader: Make HII a config option by Alexander Graf · Mon Feb 11 15:24:00 2019 +0100
  87. 4b6f19f efi_loader: debug output for HII protocols by Heinrich Schuchardt · Wed Jan 23 22:55:36 2019 +0100
  88. ca8aa71 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · Mon Jan 21 12:13:00 2019 +0900
  89. 976e931 efi: hii: add keyboard layout package support by AKASHI Takahiro · Mon Jan 21 12:12:59 2019 +0900
  90. 0fa82b9 efi: hii: add guid package support by AKASHI Takahiro · Mon Jan 21 12:12:58 2019 +0900
  91. 5aab1b8 efi_loader: Initial HII database protocols by Leif Lindholm · Mon Jan 21 12:12:57 2019 +0900
  92. 9e18bfa efi_loader: GetNextVariableName() relies on REGEX by Heinrich Schuchardt · Tue Jan 22 21:35:23 2019 +0100
  93. fd73848 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · Tue Jan 22 20:10:46 2019 +0100
  94. b2b186c efi_loader: use library memcpy() in helloworld.efi by Heinrich Schuchardt · Sun Jan 20 08:20:32 2019 +0100
  95. 2ca8e77 efi_loader: provide freestanding library by Heinrich Schuchardt · Sun Jan 20 08:20:30 2019 +0100
  96. ad3f36c efi_loader: implement GetNextVariableName() by AKASHI Takahiro · Mon Jan 21 12:43:13 2019 +0100
  97. 0ffda47 efi_loader: comments for variable services by Heinrich Schuchardt · Fri Jan 18 19:52:05 2019 +0100
  98. 807899d efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · Fri Jan 18 18:54:26 2019 +0100
  99. 2d8aedc efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · Fri Jan 18 12:31:54 2019 +0100
  100. e59708d efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · Sat Jan 12 15:32:06 2019 +0100