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