1. ca4d00e efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · Sat Jul 07 23:39:13 2018 +0200
  2. 15070db efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · Thu Jun 28 12:45:31 2018 +0200
  3. 54b9b6e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · Mon Jun 18 08:08:28 2018 -0600
  4. 56bbcc1 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · Mon Jun 18 08:08:25 2018 -0600
  5. a241451 efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · Mon Jun 18 17:22:58 2018 +0200
  6. 6d140a6 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · Fri Jun 15 23:47:13 2018 +0200
  7. 5eb68ed efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · Fri Jun 15 23:47:12 2018 +0200
  8. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · Wed Jun 27 20:38:03 2018 -0700
  9. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · Tue Jun 12 10:21:16 2018 +0200
  10. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · Sat May 26 10:32:27 2018 +0200
  11. 954e2b9 efi_loader: allow unaligned memory access by Heinrich Schuchardt · Tue Apr 03 21:59:32 2018 +0200
  12. e9e9050 efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · Thu May 17 18:24:48 2018 +0200
  13. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  14. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · Fri Apr 13 15:26:39 2018 -0500
  15. 22c88bf efi_loader: Respect DT reserved regions by Alexander Graf · Fri Apr 06 09:40:51 2018 +0200
  16. 7e262a7 efi_loader: correctly determine the boot partition by Heinrich Schuchardt · Tue Apr 03 22:40:55 2018 +0200
  17. 44ab21b efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · Sat Mar 03 15:29:03 2018 +0100
  18. 8c0dfc2 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · Sat Mar 03 15:29:02 2018 +0100
  19. 4b055a2 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · Sat Mar 03 15:29:01 2018 +0100
  20. d4b38f0 efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · Sat Mar 03 15:28:58 2018 +0100
  21. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  22. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  23. 1b2320f efi_loader: fix the online help for bootefi bootmgr by Heinrich Schuchardt · Tue Jan 30 19:47:43 2018 +0100
  24. aa6fd9a efi_loader: catch misspelled bootefi subcommand by Heinrich Schuchardt · Wed Jan 24 20:33:54 2018 +0100
  25. 54d8cdf efi_loader: Always use EFIAPI instead of asmlinkage by Alexander Graf · Wed Jan 24 00:18:08 2018 +0100
  26. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  27. 5731fd4 efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory by Heinrich Schuchardt · Thu Jan 18 23:21:22 2018 +0100
  28. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · Thu Jan 11 08:16:09 2018 +0100
  29. 754d497 efi_loader: pass handle of loaded image by Heinrich Schuchardt · Sun Nov 26 14:05:22 2017 +0100
  30. df76976 efi_loader: Exit in efi_set_bootdev() upon invalid "desc" by Stefan Roese · Fri Nov 17 08:47:09 2017 +0100
  31. a4589e2 efi_loader: use bootargs as load options by Heinrich Schuchardt · Wed Oct 18 18:13:15 2017 +0200
  32. d2d90b4 efi_selftest: correctly cleanup after selftest by Heinrich Schuchardt · Wed Oct 18 18:13:14 2017 +0200
  33. 02efd5d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · Wed Oct 18 18:13:13 2017 +0200
  34. a809bc2 efi_selftest: provide a dummy device path by Heinrich Schuchardt · Wed Oct 18 18:13:09 2017 +0200
  35. 4e363a9 efi_loader: consistently use efi_status_t in bootefi by Heinrich Schuchardt · Wed Oct 18 18:13:08 2017 +0200
  36. 18081d4 efi_loader: implement SetWatchdogTimer by Heinrich Schuchardt · Wed Oct 18 18:13:04 2017 +0200
  37. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · Tue Oct 10 08:23:06 2017 -0400
  38. 7b9bd5a efi_loader: fix efi_exit by Rob Clark · Wed Sep 20 18:23:42 2017 -0400
  39. 389f251 efi_loader: reenable selftest by Heinrich Schuchardt · Wed Sep 20 22:54:58 2017 +0200
  40. c84c110 efi_loader: add bootmgr by Rob Clark · Wed Sep 13 18:05:38 2017 -0400
  41. 15f3d74 efi_loader: efi variable support by Rob Clark · Wed Sep 13 18:05:37 2017 -0400
  42. f8db922 efi_loader: refactor boot device and loaded_image handling by Rob Clark · Wed Sep 13 18:05:33 2017 -0400
  43. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · Fri Sep 15 10:06:11 2017 +0200
  44. 7804ae9 efi_loader: rename __efi_hello_world_* by Heinrich Schuchardt · Tue Sep 05 03:19:37 2017 +0200
  45. e6a9ab5 efi_loader: bootefi hello should use loadaddr by Heinrich Schuchardt · Mon Aug 28 18:54:30 2017 +0200
  46. f6b9912 efi_loader: use EFI_PAGE_SIZE instead of 4096 by xypron.glpk@gmx.de · Fri Aug 11 21:19:25 2017 +0200
  47. 5fb802a efi_loader: Fix configuration table override by Alexander Graf · Wed Jul 26 13:41:05 2017 +0200
  48. 5e9900f efi_loader: initalize EFI object list only once by Heinrich Schuchardt · Wed Jul 19 19:37:22 2017 +0200
  49. 92cec96 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · Fri Jul 21 15:00:27 2017 -0400
  50. 6533652 efi_loader: EFI file paths should be DOS style by Rob Clark · Mon Jul 24 07:59:09 2017 -0400
  51. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · Tue Jul 18 20:17:22 2017 +0200
  52. 5eadbfa efi_loader: provide meaningful status code by xypron.glpk@gmx.de · Tue Jul 04 23:15:23 2017 +0200
  53. 1e5afc6 bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · Tue Jul 04 23:15:21 2017 +0200
  54. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · Tue Jul 11 22:06:25 2017 +0200
  55. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:24 2017 +0200
  56. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  57. 9b9b716 efi_loader: Add check for fallback fdt memory reservation by Alexander Graf · Mon Jul 03 13:32:35 2017 +0200
  58. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · Wed May 17 17:18:03 2017 -0600
  59. 21d3bce disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:38 2017 +0100
  60. eb2088d armv8: aarch64: Fix the warning about x1-x3 nonzero issue by Alison Wang · Tue Jan 17 09:39:17 2017 +0800
  61. 73818d5 armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · Thu Nov 10 10:49:03 2016 +0800
  62. bfd199c efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3 by Alexander Graf · Thu Nov 17 01:02:58 2016 +0100
  63. fac4ced efi: Add support for a hello world test program by Simon Glass · Mon Nov 07 08:47:08 2016 -0700
  64. 1a5490e efi: Fix debug message address format by Simon Glass · Mon Nov 07 08:47:05 2016 -0700
  65. 400f072 efi_loader: Revert device_handle to disk after net boot by Alexander Graf · Tue Oct 18 15:49:40 2016 +0200
  66. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · Sun Sep 25 15:27:32 2016 -0600
  67. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · Fri Aug 19 01:23:29 2016 +0200
  68. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · Tue Aug 16 21:08:45 2016 +0200
  69. da800ff cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments by Bin Meng · Sat Aug 13 04:02:06 2016 -0700
  70. 34118e7 efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · Fri Aug 05 14:49:53 2016 +0200
  71. 45e437d efi_loader: Make exposed image loader path absolute by Alexander Graf · Thu Jul 21 01:44:46 2016 +0200
  72. 268f19e cmd: bootefi: cosmetic by Sergey Kubushyn · Tue Jun 07 11:14:31 2016 -0700
  73. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · Thu Jun 02 11:38:27 2016 +0200
  74. 988c066 efi_loader: Add exit support by Alexander Graf · Fri May 20 23:28:23 2016 +0200
  75. 94c4b99 efi_loader: Add network access support by Alexander Graf · Fri May 06 21:01:01 2016 +0200
  76. 54c1e83 efi_loader: Pass fdt address directly to bootefi cmd by Alexander Graf · Thu Apr 14 16:07:53 2016 +0200
  77. fdbae01 efi_loader: Put fdt into convenient location by Alexander Graf · Mon Apr 11 23:51:01 2016 +0200
  78. 2ff5cc3 efi_loader: Use system fdt as fallback by Alexander Graf · Mon Apr 11 16:55:26 2016 +0200
  79. 3491ee7 efi_loader: Increase path string to 32 characters by Alexander Graf · Mon Apr 11 16:16:20 2016 +0200
  80. c49a1b8 efi_loader: Pass file path to payload by Alexander Graf · Mon Apr 11 16:16:19 2016 +0200
  81. eb8d82c efi_loader: Add el torito support by Alexander Graf · Mon Apr 11 16:16:18 2016 +0200
  82. d65783d efi_loader: Add GOP support by Alexander Graf · Tue Mar 15 18:38:21 2016 +0100
  83. 8f19f26 efi_loader: Pass proper device path in on boot by Alexander Graf · Fri Mar 04 01:10:14 2016 +0100
  84. c81b347 efi_loader: Call fdt preparation functions by Alexander Graf · Fri Mar 04 01:10:13 2016 +0100
  85. e2b04f2 efi_loader: Add "bootefi" command by Alexander Graf · Thu Mar 10 00:27:20 2016 +0100