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