1. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  2. 031ea8f efi_loader: fix function comments in cmd/bootefi.c by Heinrich Schuchardt · Sun Jul 14 13:00:44 2019 +0200
  3. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · Mon Jul 15 12:00:39 2019 +0100
  4. a3086cd efi_loader: comments for efi_install_fdt() by Heinrich Schuchardt · Sun May 12 20:16:25 2019 +0200
  5. 8fc56c6 efi_loader: deduplicate code in cmd/bootefi.c by Heinrich Schuchardt · Sun May 12 20:16:25 2019 +0200
  6. aea03d6 efi_loader: clean up UEFI sub-system initialization by Heinrich Schuchardt · Sat May 04 11:47:48 2019 +0200
  7. 3d44512 efi_loader: implement support of exit data by Heinrich Schuchardt · Tue Apr 30 17:57:30 2019 +0200
  8. 3a48925 efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · Wed Apr 24 15:30:38 2019 +0900
  9. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · Sat Apr 20 13:33:55 2019 +0200
  10. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · Fri Apr 19 12:22:35 2019 +0900
  11. fbd3ba5 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · Fri Apr 19 12:22:34 2019 +0900
  12. cf81983 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · Fri Apr 19 12:22:33 2019 +0900
  13. 758733d cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · Fri Apr 19 12:22:32 2019 +0900
  14. 09a81c7 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · Fri Apr 19 12:22:31 2019 +0900
  15. 451e991 cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · Fri Apr 19 12:22:30 2019 +0900
  16. cc02f17 cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · Fri Apr 19 12:22:29 2019 +0900
  17. e25a7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · Fri Apr 19 12:22:28 2019 +0900
  18. 0468b8e Change FDT memory type from runtime data to boot services data by Ilias Apalodimas · Fri Apr 12 21:26:28 2019 +0300
  19. fd9cbe3 efi_loader: clean up bootefi_test_prepare() by Heinrich Schuchardt · Sat Jan 12 14:42:40 2019 +0100
  20. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · Sat Feb 09 14:10:39 2019 +0100
  21. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · Wed Dec 26 13:28:09 2018 +0100
  22. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · Wed Dec 26 12:49:09 2018 +0100
  23. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · Tue Jan 08 18:13:06 2019 +0100
  24. 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
  25. c8989c7 efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · Fri Dec 28 12:41:14 2018 +0100
  26. 4c419bb efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · Wed Dec 26 22:23:00 2018 +0100
  27. 68a0d5b efi_loader: create fdt reservation before copy by Heinrich Schuchardt · Sun Nov 18 17:58:53 2018 +0100
  28. b23f9b7 efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · Sun Nov 18 17:58:52 2018 +0100
  29. dcdca29 efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · Sun Nov 18 17:58:49 2018 +0100
  30. 4d77ee6 efi: Rename bootefi_test_finish() to bootefi_run_finish() by Simon Glass · Sun Nov 25 20:14:39 2018 -0700
  31. 7816c7a efi: Create a function to set up for running EFI code by Simon Glass · Sun Nov 25 20:14:38 2018 -0700
  32. 93f2559 efi: Split out test init/uninit into functions by Simon Glass · Sun Nov 25 20:14:37 2018 -0700
  33. 758cfa1 efi: Check for failure to create objects in selftest by Simon Glass · Sun Nov 25 20:14:36 2018 -0700
  34. 3d92fc8 efi_loader: carving out memory reservations by Heinrich Schuchardt · Mon Nov 12 18:55:23 2018 +0100
  35. 96af56e efi_loader: memory reservation for fdt by Heinrich Schuchardt · Mon Nov 12 18:55:22 2018 +0100
  36. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · Thu Oct 18 21:51:38 2018 +0200
  37. 035fb01 efi_loader: add efi_dp_from_name() by AKASHI Takahiro · Wed Oct 17 16:32:03 2018 +0900
  38. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · Wed Sep 26 05:27:56 2018 +0200
  39. 4f94ec5 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · Wed Sep 26 05:27:54 2018 +0200
  40. 237a73e efi_loader: execute efi_save_gd() first by Heinrich Schuchardt · Wed Oct 03 23:55:38 2018 +0200
  41. 3c3a735 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · Sun Sep 23 17:21:51 2018 +0200
  42. dc63a53 efi_loader: Fix loaded_image handle passing from EL3 by Alexander Graf · Sun Sep 23 16:23:56 2018 +0200
  43. 79d7202 efi_loader: create root node by Heinrich Schuchardt · Thu Sep 20 21:58:23 2018 +0200
  44. 761ecc8 efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · Sun Sep 16 07:20:21 2018 +0200
  45. 078d6e2 efi_loader: do not use local variable for handle by Heinrich Schuchardt · Sun Sep 16 07:19:48 2018 +0200
  46. de52780 efi_loader: buffer size for load options by Heinrich Schuchardt · Fri Aug 31 21:31:33 2018 +0200
  47. 5d618df efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · Wed Aug 08 03:54:30 2018 -0600
  48. 609c392 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · Wed Aug 08 03:54:29 2018 -0600
  49. ca4d00e efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · Sat Jul 07 23:39:13 2018 +0200
  50. 15070db efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · Thu Jun 28 12:45:31 2018 +0200
  51. 54b9b6e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · Mon Jun 18 08:08:28 2018 -0600
  52. 56bbcc1 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · Mon Jun 18 08:08:25 2018 -0600
  53. a241451 efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · Mon Jun 18 17:22:58 2018 +0200
  54. 6d140a6 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · Fri Jun 15 23:47:13 2018 +0200
  55. 5eb68ed efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · Fri Jun 15 23:47:12 2018 +0200
  56. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · Wed Jun 27 20:38:03 2018 -0700
  57. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · Tue Jun 12 10:21:16 2018 +0200
  58. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · Sat May 26 10:32:27 2018 +0200
  59. 954e2b9 efi_loader: allow unaligned memory access by Heinrich Schuchardt · Tue Apr 03 21:59:32 2018 +0200
  60. e9e9050 efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · Thu May 17 18:24:48 2018 +0200
  61. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  62. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · Fri Apr 13 15:26:39 2018 -0500
  63. 22c88bf efi_loader: Respect DT reserved regions by Alexander Graf · Fri Apr 06 09:40:51 2018 +0200
  64. 7e262a7 efi_loader: correctly determine the boot partition by Heinrich Schuchardt · Tue Apr 03 22:40:55 2018 +0200
  65. 44ab21b efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · Sat Mar 03 15:29:03 2018 +0100
  66. 8c0dfc2 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · Sat Mar 03 15:29:02 2018 +0100
  67. 4b055a2 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · Sat Mar 03 15:29:01 2018 +0100
  68. d4b38f0 efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · Sat Mar 03 15:28:58 2018 +0100
  69. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  70. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  71. 1b2320f efi_loader: fix the online help for bootefi bootmgr by Heinrich Schuchardt · Tue Jan 30 19:47:43 2018 +0100
  72. aa6fd9a efi_loader: catch misspelled bootefi subcommand by Heinrich Schuchardt · Wed Jan 24 20:33:54 2018 +0100
  73. 54d8cdf efi_loader: Always use EFIAPI instead of asmlinkage by Alexander Graf · Wed Jan 24 00:18:08 2018 +0100
  74. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  75. 5731fd4 efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory by Heinrich Schuchardt · Thu Jan 18 23:21:22 2018 +0100
  76. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · Thu Jan 11 08:16:09 2018 +0100
  77. 754d497 efi_loader: pass handle of loaded image by Heinrich Schuchardt · Sun Nov 26 14:05:22 2017 +0100
  78. df76976 efi_loader: Exit in efi_set_bootdev() upon invalid "desc" by Stefan Roese · Fri Nov 17 08:47:09 2017 +0100
  79. a4589e2 efi_loader: use bootargs as load options by Heinrich Schuchardt · Wed Oct 18 18:13:15 2017 +0200
  80. d2d90b4 efi_selftest: correctly cleanup after selftest by Heinrich Schuchardt · Wed Oct 18 18:13:14 2017 +0200
  81. 02efd5d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · Wed Oct 18 18:13:13 2017 +0200
  82. a809bc2 efi_selftest: provide a dummy device path by Heinrich Schuchardt · Wed Oct 18 18:13:09 2017 +0200
  83. 4e363a9 efi_loader: consistently use efi_status_t in bootefi by Heinrich Schuchardt · Wed Oct 18 18:13:08 2017 +0200
  84. 18081d4 efi_loader: implement SetWatchdogTimer by Heinrich Schuchardt · Wed Oct 18 18:13:04 2017 +0200
  85. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · Tue Oct 10 08:23:06 2017 -0400
  86. 7b9bd5a efi_loader: fix efi_exit by Rob Clark · Wed Sep 20 18:23:42 2017 -0400
  87. 389f251 efi_loader: reenable selftest by Heinrich Schuchardt · Wed Sep 20 22:54:58 2017 +0200
  88. c84c110 efi_loader: add bootmgr by Rob Clark · Wed Sep 13 18:05:38 2017 -0400
  89. 15f3d74 efi_loader: efi variable support by Rob Clark · Wed Sep 13 18:05:37 2017 -0400
  90. f8db922 efi_loader: refactor boot device and loaded_image handling by Rob Clark · Wed Sep 13 18:05:33 2017 -0400
  91. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · Fri Sep 15 10:06:11 2017 +0200
  92. 7804ae9 efi_loader: rename __efi_hello_world_* by Heinrich Schuchardt · Tue Sep 05 03:19:37 2017 +0200
  93. e6a9ab5 efi_loader: bootefi hello should use loadaddr by Heinrich Schuchardt · Mon Aug 28 18:54:30 2017 +0200
  94. f6b9912 efi_loader: use EFI_PAGE_SIZE instead of 4096 by xypron.glpk@gmx.de · Fri Aug 11 21:19:25 2017 +0200
  95. 5fb802a efi_loader: Fix configuration table override by Alexander Graf · Wed Jul 26 13:41:05 2017 +0200
  96. 5e9900f efi_loader: initalize EFI object list only once by Heinrich Schuchardt · Wed Jul 19 19:37:22 2017 +0200
  97. 92cec96 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · Fri Jul 21 15:00:27 2017 -0400
  98. 6533652 efi_loader: EFI file paths should be DOS style by Rob Clark · Mon Jul 24 07:59:09 2017 -0400
  99. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · Tue Jul 18 20:17:22 2017 +0200
  100. 5eadbfa efi_loader: provide meaningful status code by xypron.glpk@gmx.de · Tue Jul 04 23:15:23 2017 +0200