1. 3a67d13 efi_loader: avoid duplicate weak invalidate_icache_all() by Heinrich Schuchardt · 5 months ago
  2. fc07153 efi_loader: enable QueryVariableInfo at runtime for file backed variables by Ilias Apalodimas · 7 months ago
  3. de70856 efi_loader: add an EFI variable with the file contents by Ilias Apalodimas · 7 months ago
  4. 465cb7e efi_loader: Add OS notifications for SetVariable at runtime by Ilias Apalodimas · 7 months ago
  5. 86ba869 efi_loader: conditionally enable SetvariableRT by Ilias Apalodimas · 7 months ago
  6. 9bad9cd efi_loader: access __efi_runtime_rel_start/stop without & by Ilias Apalodimas · 8 months ago
  7. 9b37894 arm: fix __efi_runtime_rel_start/end definitions by Ilias Apalodimas · 8 months ago
  8. cd05b9c efi_loader: Remove <common.h> by Tom Rini · 12 months ago
  9. ba7ad02 efi: loader: Make efi_runtime_mmio static by Bin Meng · 1 year, 8 months ago
  10. 6ab9403 efi_loader: static functions in efi_runtime.c by Heinrich Schuchardt · 1 year, 10 months ago
  11. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  13. 5461f80 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · 4 years ago
  14. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago
  15. 6846c57 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years, 1 month ago
  16. 7b66fcc efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 3 months ago
  17. 447753e efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 4 months ago
  18. 5be5971 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 8 months ago
  19. 8cd9975 efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 5 months ago
  20. dabe54a efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 8 months ago
  21. 699b7c6 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 8 months ago
  22. b0818b7 efi_loader: NULL dereference in efi_convert_pointer by Heinrich Schuchardt · 4 years, 5 months ago
  23. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  24. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
  25. 582f857 efi_loader: description efi_convert_pointer() by Heinrich Schuchardt · 4 years, 8 months ago
  26. 956eff3 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · 4 years, 9 months ago
  27. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  28. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  29. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  30. 3369158 efi_loader: do not call efi_runtime_detach twice by Heinrich Schuchardt · 5 years ago
  31. c70a161 efi_loader: parameter check in SetVirtualAddressMap by Heinrich Schuchardt · 5 years ago
  32. c680dc4 efi_loader: implement ConvertPointer() by Heinrich Schuchardt · 5 years ago
  33. f8599dc efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  34. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
  35. 4429d87 efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · 5 years ago
  36. 2b6bd38 efi_loader: efi_set_virtual_address_map_runtime() by Heinrich Schuchardt · 5 years ago
  37. 1943dbb efi_loader: detach runtime in ExitBootServices() by Heinrich Schuchardt · 5 years ago
  38. c3f2a9f efi_loader: simplify detaching by Heinrich Schuchardt · 5 years ago
  39. 05874fb efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM by Heinrich Schuchardt · 5 years ago
  40. 2572851 efi_loader: split off detaching SetVirtualAddress() by Heinrich Schuchardt · 5 years ago
  41. 5337a6c efi_loader: unimplemented runtime services by Heinrich Schuchardt · 5 years ago
  42. 2ac6258 efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · 5 years ago
  43. 19cd80b efi_loader: clean up runtime detaching by Heinrich Schuchardt · 5 years ago
  44. 98f8936 efi_loader: remove NULL entries from runtime detach list by Heinrich Schuchardt · 5 years ago
  45. 9b19dae efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · 5 years ago
  46. b4ba5be efi_loader: GetTime() must return EFI_UNSUPPORTED by Heinrich Schuchardt · 5 years ago
  47. 3240184 efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · 5 years ago
  48. 7b4b8d86 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · 5 years ago
  49. f2856ad efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · 5 years ago
  50. ba3e828 efi_loader: handling of daylight saving time by Heinrich Schuchardt · 5 years ago
  51. 33e5a0e efi_loader: check time in SetTime() by Heinrich Schuchardt · 5 years ago
  52. b4bd366 efi_loader: return values of GetTime() by Heinrich Schuchardt · 6 years ago
  53. 411b2d5 efi_loader: implement SetTime by Heinrich Schuchardt · 6 years ago
  54. 7e30764 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · 6 years ago
  55. 86e0021 efi_loader: Make RTS relocation more robust by Alexander Graf · 6 years ago
  56. d0ae092 efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED by AKASHI Takahiro · 6 years ago
  57. d840b67 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · 6 years ago
  58. df0f6c7 efi_loader: Handle RELA absolute relocations properly by Alexander Graf · 6 years ago
  59. 4448945 efi_loader: implement EFI_RESET_SHUTDOWN at boot time by Heinrich Schuchardt · 6 years ago
  60. 56e82be efi_loader: fix relocation on x86_64 by Heinrich Schuchardt · 6 years ago
  61. 1d1be36 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · 6 years ago
  62. 1112154 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · 6 years ago
  63. 711853b efi_loader: document runtime functions by Heinrich Schuchardt · 6 years ago
  64. 69c1576 efi_loader: update runtime services table crc32 by Heinrich Schuchardt · 6 years ago
  65. 3905456 efi_loader: relocate pointer to tables by Heinrich Schuchardt · 6 years ago
  66. 37035b1 efi_loader: complete implementation of GetTime() by Heinrich Schuchardt · 6 years ago
  67. ca4d00e efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  68. 1020425 efi_loader: correct headersize EFI tables by Heinrich Schuchardt · 6 years ago
  69. e75b3cb efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  70. 46c1514 efi_loader: Use common elf.h reloc defines by Alexander Graf · 6 years ago
  71. 0fe5192 efi_loader: Move to compiler based target architecture determination by Alexander Graf · 6 years ago
  72. fff89d4 efi: Add a comment about duplicated ELF constants by Simon Glass · 6 years ago
  73. d6a6baa efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 7 years ago
  74. 431513d efi_loader: remove unnecessary include by Heinrich Schuchardt · 7 years ago
  75. 9677a37 efi_loader: Enable RISC-V support by Rick Chen · 6 years ago
  76. 59254d6 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too by Alexander Graf · 7 years ago
  77. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  78. 33a83a3 efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · 7 years ago
  79. 450d4c8 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  80. bf7f169 efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  81. 096db01 efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
  82. 099b3b7 efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
  83. 897c072 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · 7 years ago
  84. 15f3d74 efi_loader: efi variable support by Rob Clark · 7 years ago
  85. 9ebc47f efi_loader: avoid obscure constants in efi_runtime.c by Heinrich Schuchardt · 7 years ago
  86. 93fcc7f efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 by xypron.glpk@gmx.de · 7 years ago
  87. 393dd91 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
  88. cdfe696 x86: efi: Add EFI loader support for x86 by Simon Glass · 8 years ago
  89. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  90. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  91. c59d360 efi_loader: Clean up system table on exit by Alexander Graf · 9 years ago
  92. e570232 efi_loader: Always flush in cache line size granularity by Alexander Graf · 9 years ago
  93. 0bd425a efi_loader: Add runtime services by Alexander Graf · 9 years ago