1. 00b00a1 efi_loader: correct CTRL-A - CTRL-Z console input by Heinrich Schuchardt · Sat Apr 06 20:59:24 2019 +0200
  2. f1fe17e efi_loader: enable file SetInfo() by Heinrich Schuchardt · Sat Apr 06 18:17:39 2019 +0200
  3. 34c303b efi_loader: correct file creation by Heinrich Schuchardt · Sat Apr 06 16:27:34 2019 +0200
  4. d4fe528 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · Sat Apr 06 16:36:16 2019 +0200
  5. b0ad905 efi_loader: boottime: export efi_[un]load_image() by AKASHI Takahiro · Tue Mar 05 14:53:31 2019 +0900
  6. bbe13da efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · Wed Mar 27 13:40:32 2019 +0900
  7. f7fe45b efi_loader: variables PlatformLang and PlatformLangCodes by Heinrich Schuchardt · Fri Apr 05 02:45:21 2019 +0200
  8. 706a2fe efi_loader: EFI_PRINT instead of debug for memory services by Heinrich Schuchardt · Thu Apr 04 21:50:02 2019 +0200
  9. 55111c3 efi_loader: EFI_PRINT instead of debug for variable services by Heinrich Schuchardt · Thu Apr 04 21:36:44 2019 +0200
  10. 8efe079 efi_loader: parameter checks in StartImage and Exit() by Heinrich Schuchardt · Tue Mar 26 19:03:17 2019 +0100
  11. 2650a4d efi_loader: rearrange boottime service functions by Heinrich Schuchardt · Tue Mar 26 19:02:05 2019 +0100
  12. b4e2ba3 efi_loader: sanity checks when freeing memory by Heinrich Schuchardt · Tue Mar 26 05:31:41 2019 +0100
  13. 068879a efi_loader: set image_base and image_size to correct values by AKASHI Takahiro · Thu Oct 11 04:09:58 2018 -0700
  14. e6577f9 efi_loader: bootmgr: support BootNext and BootCurrent variable behavior by AKASHI Takahiro · Wed Mar 20 09:07:55 2019 +0900
  15. 47e35a9 efi_loader: release file buffer after loading image by Heinrich Schuchardt · Mon Mar 04 17:50:05 2019 +0100
  16. 79730de efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · Wed Mar 27 21:41:04 2019 +0100
  17. 9de5c4c efi_loader: superfluous conversion in efi_file_open() by Heinrich Schuchardt · Tue Mar 19 19:16:23 2019 +0100
  18. d20f512 efi_loader: remove superfluous check in efi_setup_loaded_image() by Heinrich Schuchardt · Tue Mar 19 18:58:58 2019 +0100
  19. 793a625 efi_loader: missing return in efi_get_next_variable_name() by Heinrich Schuchardt · Tue Mar 19 18:36:21 2019 +0100
  20. d177dbd efi_loader: endless loop in add_strings_package() by Heinrich Schuchardt · Tue Mar 19 12:30:27 2019 +0100
  21. 657e979 efi_loader: correct parameter size in efi_allocate_pool by Heinrich Schuchardt · Mon Mar 18 20:01:59 2019 +0100
  22. 29c6f5f efi_loader: Fix serial console size detection by Matthias Brugger · Tue Mar 05 12:50:18 2019 +0100
  23. 196e212 efi_loader: HII protocols: debug messages by Heinrich Schuchardt · Thu Feb 28 23:56:35 2019 +0100
  24. 87895f6 efi_loader: HII protocols: fix new_package_list() by Heinrich Schuchardt · Thu Feb 28 23:07:00 2019 +0100
  25. 7d69807 efi_loader: do not add \ in efi_fs_from_name() by Heinrich Schuchardt · Sat Feb 23 11:20:23 2019 +0100
  26. 516ea04 efi_loader: define load option attributes by AKASHI Takahiro · Mon Feb 25 15:54:37 2019 +0900
  27. b82df7c efi_loader: fix entry count in bootmgr by Heinrich Schuchardt · Sun Feb 24 05:09:26 2019 +0100
  28. 3d2257f efi_loader: error message if BootOrder not defined by Heinrich Schuchardt · Sun Feb 24 04:44:48 2019 +0100
  29. e9644cc efi_loader: do not miss last relocation block by Heinrich Schuchardt · Sat Feb 16 15:36:33 2019 +0100
  30. 0fcdb7a efi_loader: documentation of image loader by Heinrich Schuchardt · Sat Feb 16 15:22:13 2019 +0100
  31. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · Sat Feb 09 14:10:39 2019 +0100
  32. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · Wed Dec 26 13:28:09 2018 +0100
  33. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · Wed Dec 26 12:49:09 2018 +0100
  34. e3d3a0c efi_loader: LoadImage: always allocate new pages by Heinrich Schuchardt · Mon Dec 24 09:19:07 2018 +0100
  35. 6346a90 efi_loader: error handling in efi_setup_loaded_image() by Heinrich Schuchardt · Wed Feb 06 19:41:29 2019 +0100
  36. c1476c2 efi_loader: comments for efi_file_from_path() by Heinrich Schuchardt · Mon Feb 04 21:24:35 2019 +0100
  37. 0d36adc efi_loader: efi_dp_split_file_path() error handling by Heinrich Schuchardt · Mon Feb 04 12:49:43 2019 +0100
  38. 3ab87ac efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sat Feb 09 22:23:48 2019 +0100
  39. 44be5da efi_loader: Make HII a config option by Alexander Graf · Mon Feb 11 15:24:00 2019 +0100
  40. 4b6f19f efi_loader: debug output for HII protocols by Heinrich Schuchardt · Wed Jan 23 22:55:36 2019 +0100
  41. ca8aa71 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · Mon Jan 21 12:13:00 2019 +0900
  42. 976e931 efi: hii: add keyboard layout package support by AKASHI Takahiro · Mon Jan 21 12:12:59 2019 +0900
  43. 0fa82b9 efi: hii: add guid package support by AKASHI Takahiro · Mon Jan 21 12:12:58 2019 +0900
  44. 5aab1b8 efi_loader: Initial HII database protocols by Leif Lindholm · Mon Jan 21 12:12:57 2019 +0900
  45. 9e18bfa efi_loader: GetNextVariableName() relies on REGEX by Heinrich Schuchardt · Tue Jan 22 21:35:23 2019 +0100
  46. fd73848 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · Tue Jan 22 20:10:46 2019 +0100
  47. b2b186c efi_loader: use library memcpy() in helloworld.efi by Heinrich Schuchardt · Sun Jan 20 08:20:32 2019 +0100
  48. 2ca8e77 efi_loader: provide freestanding library by Heinrich Schuchardt · Sun Jan 20 08:20:30 2019 +0100
  49. ad3f36c efi_loader: implement GetNextVariableName() by AKASHI Takahiro · Mon Jan 21 12:43:13 2019 +0100
  50. 0ffda47 efi_loader: comments for variable services by Heinrich Schuchardt · Fri Jan 18 19:52:05 2019 +0100
  51. 807899d efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · Fri Jan 18 18:54:26 2019 +0100
  52. 2d8aedc efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · Fri Jan 18 12:31:54 2019 +0100
  53. e59708d efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · Sat Jan 12 15:32:06 2019 +0100
  54. db47c34 efi_loader: use u16* for file name by Heinrich Schuchardt · Sat Jan 12 12:02:33 2019 +0100
  55. efba6ba efi_loader: fix CopyMem() by Heinrich Schuchardt · Wed Jan 09 21:41:13 2019 +0100
  56. 73e2ab0 efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · Sun Dec 30 21:03:15 2018 +0100
  57. e06ae19 efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · Sun Dec 30 20:53:51 2018 +0100
  58. 7e0badb efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · Sun Dec 30 15:16:55 2018 +0100
  59. 23ef39a efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · Fri Dec 28 12:41:15 2018 +0100
  60. eb8edcf efi_loader: fix memory allocation on sandbox by Heinrich Schuchardt · Sat Jan 05 23:41:36 2019 +0100
  61. 7c89fb0 efi_loader: efi_connect_controller() use %pD by Heinrich Schuchardt · Sun Dec 09 16:39:20 2018 +0100
  62. 7e30764 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · Sun Dec 23 02:35:13 2018 +0100
  63. 60209e6 efi_loader: Add a wchar_t cast in efi_file_open() by Simon Glass · Mon Jan 07 16:44:18 2019 -0700
  64. 86e0021 efi_loader: Make RTS relocation more robust by Alexander Graf · Tue Dec 11 10:00:42 2018 +0100
  65. bd23774 efi_loader: bootmgr: add load option helper functions by AKASHI Takahiro · Mon Nov 05 18:06:41 2018 +0900
  66. 3984441 efi_loader: allow device == NULL in efi_dp_from_name() by AKASHI Takahiro · Mon Nov 05 18:06:40 2018 +0900
  67. 15937a2 efi_loader: Align runtime section to 64kb by Alexander Graf · Mon Sep 17 13:54:33 2018 +0200
  68. b6f2036 efi_loader: fix simple network protocol by Heinrich Schuchardt · Sat Dec 01 00:16:33 2018 +0100
  69. eb07c28 efi_loader: correctly aligned transmit buffer by Heinrich Schuchardt · Sat Dec 01 00:16:32 2018 +0100
  70. dcdca29 efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · Sun Nov 18 17:58:49 2018 +0100
  71. 6738fcd efi_loader: eliminate sandbox addresses by Heinrich Schuchardt · Sun Nov 18 17:58:46 2018 +0100
  72. c214edf efi_loader: Reserve unaccessible memory by Alexander Graf · Fri Nov 30 21:24:56 2018 +0100
  73. 2d93add sandbox: smbios: Update to support sandbox by Simon Glass · Thu Nov 22 13:46:37 2018 -0700
  74. fa5246b Revert "efi_loader: remove efi_exit_caches()" by Alexander Graf · Thu Nov 15 21:23:47 2018 +0100
  75. ce49c7b efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · Mon Nov 05 20:22:12 2018 +0100
  76. d0ae092 efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED by AKASHI Takahiro · Wed Nov 14 16:18:07 2018 +0900
  77. d840b67 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · Wed Nov 14 16:18:53 2018 +0900
  78. 084091a efi_loader: correct efi_add_known_memory() by Heinrich Schuchardt · Mon Nov 12 18:55:24 2018 +0100
  79. c3b2a25 efi_loader: Ensure memory allocations are page aligned by Alexander Graf · Mon Nov 05 00:30:46 2018 +0100
  80. df0f6c7 efi_loader: Handle RELA absolute relocations properly by Alexander Graf · Sun Nov 04 22:25:22 2018 +0100
  81. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · Thu Oct 18 21:51:38 2018 +0200
  82. b21f839 efi_loader: fix typos in efi_device_path.c by Heinrich Schuchardt · Wed Oct 17 21:55:24 2018 +0200
  83. 035fb01 efi_loader: add efi_dp_from_name() by AKASHI Takahiro · Wed Oct 17 16:32:03 2018 +0900
  84. 1c76eda efi_loader: UninstallMultipleProtocolInterfaces error code by Heinrich Schuchardt · Mon Sep 24 19:57:27 2018 +0200
  85. 5b669d8 efi_selftest: use CR LF in helloworld by Heinrich Schuchardt · Mon Sep 24 23:53:51 2018 +0200
  86. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · Wed Sep 26 05:27:56 2018 +0200
  87. adb50d0 efi_loader: eliminate handle member by Heinrich Schuchardt · Wed Sep 26 05:27:55 2018 +0200
  88. 4f94ec5 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · Wed Sep 26 05:27:54 2018 +0200
  89. 1b45134 efi_loader: delete handles by Heinrich Schuchardt · Fri Sep 28 22:14:17 2018 +0200
  90. 4448945 efi_loader: implement EFI_RESET_SHUTDOWN at boot time by Heinrich Schuchardt · Tue Oct 16 07:44:53 2018 +0200
  91. 8c15364 efi_loader: efi_dp_get_next_instance() superfluous statement by Heinrich Schuchardt · Thu Sep 27 20:55:04 2018 +0200
  92. 8d0b45d efi_loader: fix typo in efi_boottime.c by Heinrich Schuchardt · Sun Sep 30 13:40:43 2018 +0200
  93. 04c4906 efi_loader: Fix warning in efi_load_image() by Tom Rini · Sun Sep 30 10:38:15 2018 -0400
  94. 8d7bc9f efi_loader: remove lcd.h from efi_net.c by Heinrich Schuchardt · Mon Oct 01 05:24:46 2018 +0200
  95. bd095f5 efi_loader: memory leak in efi_set_variable() by Heinrich Schuchardt · Tue Oct 02 05:30:05 2018 +0200
  96. 80f834d efi_loader: superfluous statement in is_dir() by Heinrich Schuchardt · Tue Oct 02 05:57:32 2018 +0200
  97. a92e9ab efi_loader: return type efi_console_register() by Heinrich Schuchardt · Tue Oct 02 06:08:26 2018 +0200
  98. abb4387 efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...) by Heinrich Schuchardt · Wed Oct 03 20:02:29 2018 +0200
  99. 21ae057 efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · Sun Oct 07 05:26:26 2018 +0200
  100. 56e82be efi_loader: fix relocation on x86_64 by Heinrich Schuchardt · Sat Oct 13 20:52:08 2018 -0700