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