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