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