1. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
  2. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
  3. bb38a1f efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 4 months ago
  4. 8bec61e efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 5 months ago
  5. eb0f48f cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() by Bin Meng · 4 years, 5 months ago
  6. 0e52e94 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 5 months ago
  7. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  8. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  9. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
  10. e00764b efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 7 months ago
  11. 6e35d3b efi_loader: remove superfluous NULL check in bootefi.c by Heinrich Schuchardt · 4 years, 7 months ago
  12. e93d580 efi_loader: only reserve memory if fdt node enabled by Heinrich Schuchardt · 4 years, 8 months ago
  13. 8e286f6 cmd: bootefi: Parse reserved-memory node from DT by Atish Patra · 4 years, 9 months ago
  14. 74811c8 efi_loader: create reservations after ft_board_setup by Heinrich Schuchardt · 4 years, 9 months ago
  15. b112ac2 efi_loader: fix efi_install_fdt() description by Heinrich Schuchardt · 4 years, 10 months ago
  16. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  17. e626395 efi_loader: free load options after execution by Heinrich Schuchardt · 5 years ago
  18. 6246741 efi_loader: export efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  19. ffb9059 efi_loader: carve out efi_run_image() by Heinrich Schuchardt · 5 years ago
  20. e478ad5 efi_loader: use hardware device tree by default by Heinrich Schuchardt · 5 years ago
  21. 6fbb8ac efi_loader: pass address to efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  22. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  23. 031ea8f efi_loader: fix function comments in cmd/bootefi.c by Heinrich Schuchardt · 5 years ago
  24. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
  25. a3086cd efi_loader: comments for efi_install_fdt() by Heinrich Schuchardt · 6 years ago
  26. 8fc56c6 efi_loader: deduplicate code in cmd/bootefi.c by Heinrich Schuchardt · 6 years ago
  27. aea03d6 efi_loader: clean up UEFI sub-system initialization by Heinrich Schuchardt · 6 years ago
  28. 3d44512 efi_loader: implement support of exit data by Heinrich Schuchardt · 6 years ago
  29. 3a48925 efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · 6 years ago
  30. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  31. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
  32. fbd3ba5 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · 6 years ago
  33. cf81983 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · 6 years ago
  34. 758733d cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · 6 years ago
  35. 09a81c7 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · 6 years ago
  36. 451e991 cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · 6 years ago
  37. cc02f17 cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · 6 years ago
  38. e25a7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · 6 years ago
  39. 0468b8e Change FDT memory type from runtime data to boot services data by Ilias Apalodimas · 6 years ago
  40. fd9cbe3 efi_loader: clean up bootefi_test_prepare() by Heinrich Schuchardt · 6 years ago
  41. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · 6 years ago
  42. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · 6 years ago
  43. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · 6 years ago
  44. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  45. 7e0badb efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  46. c8989c7 efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  47. 4c419bb efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  48. 68a0d5b efi_loader: create fdt reservation before copy by Heinrich Schuchardt · 6 years ago
  49. b23f9b7 efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · 6 years ago
  50. dcdca29 efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago
  51. 4d77ee6 efi: Rename bootefi_test_finish() to bootefi_run_finish() by Simon Glass · 6 years ago
  52. 7816c7a efi: Create a function to set up for running EFI code by Simon Glass · 6 years ago
  53. 93f2559 efi: Split out test init/uninit into functions by Simon Glass · 6 years ago
  54. 758cfa1 efi: Check for failure to create objects in selftest by Simon Glass · 6 years ago
  55. 3d92fc8 efi_loader: carving out memory reservations by Heinrich Schuchardt · 6 years ago
  56. 96af56e efi_loader: memory reservation for fdt by Heinrich Schuchardt · 6 years ago
  57. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  58. 035fb01 efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  59. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · 6 years ago
  60. 4f94ec5 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  61. 237a73e efi_loader: execute efi_save_gd() first by Heinrich Schuchardt · 6 years ago
  62. 3c3a735 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  63. dc63a53 efi_loader: Fix loaded_image handle passing from EL3 by Alexander Graf · 6 years ago
  64. 79d7202 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
  65. 761ecc8 efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · 6 years ago
  66. 078d6e2 efi_loader: do not use local variable for handle by Heinrich Schuchardt · 6 years ago
  67. de52780 efi_loader: buffer size for load options by Heinrich Schuchardt · 6 years ago
  68. 5d618df efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · 6 years ago
  69. 609c392 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · 6 years ago
  70. ca4d00e efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  71. 15070db efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · 6 years ago
  72. 54b9b6e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · 6 years ago
  73. 56bbcc1 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · 6 years ago
  74. a241451 efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · 6 years ago
  75. 6d140a6 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · 6 years ago
  76. 5eb68ed efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · 6 years ago
  77. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  78. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · 6 years ago
  79. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · 7 years ago
  80. 954e2b9 efi_loader: allow unaligned memory access by Heinrich Schuchardt · 7 years ago
  81. e9e9050 efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · 7 years ago
  82. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  83. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · 7 years ago
  84. 22c88bf efi_loader: Respect DT reserved regions by Alexander Graf · 7 years ago
  85. 7e262a7 efi_loader: correctly determine the boot partition by Heinrich Schuchardt · 7 years ago
  86. 44ab21b efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  87. 8c0dfc2 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  88. 4b055a2 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  89. d4b38f0 efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  90. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  91. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
  92. 1b2320f efi_loader: fix the online help for bootefi bootmgr by Heinrich Schuchardt · 7 years ago
  93. aa6fd9a efi_loader: catch misspelled bootefi subcommand by Heinrich Schuchardt · 7 years ago
  94. 54d8cdf efi_loader: Always use EFIAPI instead of asmlinkage by Alexander Graf · 7 years ago
  95. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · 7 years ago
  96. 5731fd4 efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory by Heinrich Schuchardt · 7 years ago
  97. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  98. 754d497 efi_loader: pass handle of loaded image by Heinrich Schuchardt · 7 years ago
  99. df76976 efi_loader: Exit in efi_set_bootdev() upon invalid "desc" by Stefan Roese · 7 years ago
  100. a4589e2 efi_loader: use bootargs as load options by Heinrich Schuchardt · 7 years ago