1. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · Sun May 17 12:29:19 2020 +0200
  2. 582f857 efi_loader: description efi_convert_pointer() by Heinrich Schuchardt · Sun Mar 22 08:28:15 2020 +0100
  3. 956eff3 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · Wed Feb 19 20:48:49 2020 +0100
  4. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  5. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  6. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  7. 3369158 efi_loader: do not call efi_runtime_detach twice by Heinrich Schuchardt · Wed Aug 14 06:49:09 2019 +0200
  8. c70a161 efi_loader: parameter check in SetVirtualAddressMap by Heinrich Schuchardt · Wed Aug 14 05:19:37 2019 +0200
  9. c680dc4 efi_loader: implement ConvertPointer() by Heinrich Schuchardt · Sat Jul 27 20:35:24 2019 +0200
  10. f8599dc efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · Sat Jul 27 20:28:47 2019 +0200
  11. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · Mon Jul 15 12:00:39 2019 +0100
  12. 4429d87 efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · Thu Jul 11 20:15:09 2019 +0200
  13. 2b6bd38 efi_loader: efi_set_virtual_address_map_runtime() by Heinrich Schuchardt · Fri Jul 12 22:41:43 2019 +0200
  14. 1943dbb efi_loader: detach runtime in ExitBootServices() by Heinrich Schuchardt · Fri Jul 05 17:42:16 2019 +0200
  15. c3f2a9f efi_loader: simplify detaching by Heinrich Schuchardt · Fri Jul 05 18:12:21 2019 +0200
  16. 05874fb efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM by Heinrich Schuchardt · Fri Jul 05 18:12:16 2019 +0200
  17. 2572851 efi_loader: split off detaching SetVirtualAddress() by Heinrich Schuchardt · Sat Jun 29 03:32:52 2019 +0200
  18. 5337a6c efi_loader: unimplemented runtime services by Heinrich Schuchardt · Thu Jun 20 15:40:49 2019 +0200
  19. 2ac6258 efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · Thu Jun 20 15:25:48 2019 +0200
  20. 19cd80b efi_loader: clean up runtime detaching by Heinrich Schuchardt · Thu Jun 20 22:00:02 2019 +0000
  21. 98f8936 efi_loader: remove NULL entries from runtime detach list by Heinrich Schuchardt · Sat Jun 29 02:00:16 2019 +0200
  22. 9b19dae efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · Thu Jun 20 12:13:05 2019 +0200
  23. b4ba5be efi_loader: GetTime() must return EFI_UNSUPPORTED by Heinrich Schuchardt · Thu Jun 13 18:42:40 2019 +0200
  24. 3240184 efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · Wed Jun 05 13:21:38 2019 +0900
  25. 7b4b8d86 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · Fri Jun 07 06:47:01 2019 +0200
  26. f2856ad efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · Fri May 31 22:56:02 2019 +0200
  27. ba3e828 efi_loader: handling of daylight saving time by Heinrich Schuchardt · Fri May 31 22:08:45 2019 +0200
  28. 33e5a0e efi_loader: check time in SetTime() by Heinrich Schuchardt · Fri May 31 07:35:19 2019 +0200
  29. b4bd366 efi_loader: return values of GetTime() by Heinrich Schuchardt · Sun May 19 21:41:28 2019 +0200
  30. 411b2d5 efi_loader: implement SetTime by Heinrich Schuchardt · Sun May 19 20:07:39 2019 +0200
  31. 7e30764 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · Sun Dec 23 02:35:13 2018 +0100
  32. 86e0021 efi_loader: Make RTS relocation more robust by Alexander Graf · Tue Dec 11 10:00:42 2018 +0100
  33. d0ae092 efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED by AKASHI Takahiro · Wed Nov 14 16:18:07 2018 +0900
  34. d840b67 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · Wed Nov 14 16:18:53 2018 +0900
  35. df0f6c7 efi_loader: Handle RELA absolute relocations properly by Alexander Graf · Sun Nov 04 22:25:22 2018 +0100
  36. 4448945 efi_loader: implement EFI_RESET_SHUTDOWN at boot time by Heinrich Schuchardt · Tue Oct 16 07:44:53 2018 +0200
  37. 56e82be efi_loader: fix relocation on x86_64 by Heinrich Schuchardt · Sat Oct 13 20:52:08 2018 -0700
  38. 1d1be36 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · Mon Sep 03 20:59:25 2018 +0200
  39. 1112154 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · Mon Sep 03 19:29:41 2018 +0200
  40. 711853b efi_loader: document runtime functions by Heinrich Schuchardt · Sun Jul 29 15:10:11 2018 +0200
  41. 69c1576 efi_loader: update runtime services table crc32 by Heinrich Schuchardt · Sun Jul 29 09:49:04 2018 +0200
  42. 3905456 efi_loader: relocate pointer to tables by Heinrich Schuchardt · Sat Aug 04 23:16:06 2018 +0200
  43. 37035b1 efi_loader: complete implementation of GetTime() by Heinrich Schuchardt · Sat Jul 07 23:39:14 2018 +0200
  44. ca4d00e efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · Sat Jul 07 23:39:13 2018 +0200
  45. 1020425 efi_loader: correct headersize EFI tables by Heinrich Schuchardt · Thu Jun 28 12:45:29 2018 +0200
  46. e75b3cb efi_loader: specify UEFI spec revision by Heinrich Schuchardt · Thu Jun 28 12:45:27 2018 +0200
  47. 46c1514 efi_loader: Use common elf.h reloc defines by Alexander Graf · Mon Jun 18 17:23:11 2018 +0200
  48. 0fe5192 efi_loader: Move to compiler based target architecture determination by Alexander Graf · Mon Jun 18 17:23:08 2018 +0200
  49. fff89d4 efi: Add a comment about duplicated ELF constants by Simon Glass · Mon Jun 11 23:26:40 2018 -0600
  50. d6a6baa efi_loader: adjust definitions of variable services by Heinrich Schuchardt · Thu May 17 07:57:05 2018 +0200
  51. 431513d efi_loader: remove unnecessary include by Heinrich Schuchardt · Fri Apr 27 19:07:24 2018 +0200
  52. 9677a37 efi_loader: Enable RISC-V support by Rick Chen · Mon May 28 19:06:37 2018 +0800
  53. 59254d6 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too by Alexander Graf · Mon Apr 23 07:59:47 2018 +0200
  54. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  55. 33a83a3 efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · Thu Mar 15 15:08:16 2018 +0100
  56. 450d4c8 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · Tue Feb 06 22:00:22 2018 +0100
  57. bf7f169 efi_loader: implement event groups by Heinrich Schuchardt · Sun Feb 18 15:17:52 2018 +0100
  58. 096db01 efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · Sat Mar 03 15:29:00 2018 +0100
  59. 099b3b7 efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · Sat Mar 03 15:28:59 2018 +0100
  60. 897c072 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · Fri Feb 09 20:41:21 2018 +0100
  61. 15f3d74 efi_loader: efi variable support by Rob Clark · Wed Sep 13 18:05:37 2017 -0400
  62. 9ebc47f efi_loader: avoid obscure constants in efi_runtime.c by Heinrich Schuchardt · Mon Sep 18 22:11:34 2017 +0200
  63. 93fcc7f efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 by xypron.glpk@gmx.de · Fri Aug 11 21:19:37 2017 +0200
  64. 393dd91 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · Fri Oct 14 13:45:30 2016 +0200
  65. cdfe696 x86: efi: Add EFI loader support for x86 by Simon Glass · Sun Sep 25 15:27:35 2016 -0600
  66. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · Tue Aug 16 21:08:45 2016 +0200
  67. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · Thu Jun 02 11:38:27 2016 +0200
  68. c59d360 efi_loader: Clean up system table on exit by Alexander Graf · Wed May 18 00:54:47 2016 +0200
  69. e570232 efi_loader: Always flush in cache line size granularity by Alexander Graf · Mon Apr 11 23:20:39 2016 +0200
  70. 0bd425a efi_loader: Add runtime services by Alexander Graf · Fri Mar 04 01:10:01 2016 +0100