1. 1ca2096 efi_loader: superfluous efi_restore_gd after EFI_CALL by Heinrich Schuchardt · 7 months ago
  2. 42f9979 cmd: bootefi: error handling bootefi selftest by Heinrich Schuchardt · 8 months ago
  3. 985482d cmd: bootefi: Don't show usage help if EFI binary fails. by Heinrich Schuchardt · 8 months ago
  4. 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 1 year ago
  5. 203d196 cmd: bootefi: localize global device paths for efi_selftest by AKASHI Takahiro · 1 year ago
  6. d52dacb cmd: bootefi: carve out binary execution interface by AKASHI Takahiro · 1 year ago
  7. 4ab6c5b cmd: bootefi: carve out EFI boot manager interface by AKASHI Takahiro · 1 year ago
  8. 6a6858e cmd: bootefi: re-organize do_bootefi() by AKASHI Takahiro · 1 year ago
  9. 28cb4a8 cmd: bootefi: unfold do_bootefi_image() by AKASHI Takahiro · 1 year ago
  10. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 1 year ago
  11. 1923f36 efi_loader: add return to efibootmgr event group by Masahisa Kojima · 1 year ago
  12. 03f146c cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 2 months ago
  13. b09ecf1 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · 1 year, 4 months ago
  14. ff08eac efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 7 months ago
  15. 45a755d cmd: bootefi: allocate device-tree copy from high memory by Heinrich Schuchardt · 1 year, 9 months ago
  16. b906435 efi_loader: Measure the loaded DTB by Etienne Carriere · 1 year, 9 months ago
  17. 7e05279 efi_loader: remove efi_delete_handle on loadfile2 by Ilias Apalodimas · 2 years, 1 month ago
  18. 3e2c20f cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · 2 years, 2 months ago
  19. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  20. b274e77 efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · 2 years, 5 months ago
  21. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 7 months ago
  22. 3ea20e7 cmd/bootefi: correct command syntax by Heinrich Schuchardt · 2 years, 6 months ago
  23. 2c3bf4e cmd: bootefi: restore ability to boot arbitrary blob by Kyle Evans · 2 years, 8 months ago
  24. 0899497 efi_loader: Ignore DT when ACPI is on by Alexander Graf · 2 years, 9 months ago
  25. d250a8f efi_loader: update the timing of enabling and disabling EFI watchdog by Masahisa Kojima · 2 years, 9 months ago
  26. 95c1d25 efi: Add debugging to efi_set_bootdev() by Simon Glass · 2 years, 10 months ago
  27. e4e5660 efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installed by Ilias Apalodimas · 2 years, 11 months ago
  28. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  29. b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · 3 years, 8 months ago
  30. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  31. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  32. af64c3e efi_loader: switch to non-secure mode later by Heinrich Schuchardt · 3 years, 10 months ago
  33. b2625e8 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · 3 years, 10 months ago
  34. 2c1e224 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 4 years ago
  35. 6b82159 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 11 months ago
  36. 6a7ae67 efi_loader: simplify running helloworld.efi by Heinrich Schuchardt · 3 years, 11 months ago
  37. 928de7d efi_loader: consider no-map property of reserved memory by Heinrich Schuchardt · 4 years, 3 months ago
  38. c3a9c9c efi_loader: log messages for bootefi command by Heinrich Schuchardt · 4 years, 3 months ago
  39. aa4a66c efi_loader: document parameters of do_bootefi_exec() by Heinrich Schuchardt · 4 years, 3 months ago
  40. a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
  41. 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
  42. bb38a1f efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 4 months ago
  43. 8bec61e efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 5 months ago
  44. eb0f48f cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() by Bin Meng · 4 years, 5 months ago
  45. 0e52e94 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 5 months ago
  46. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  47. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  48. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
  49. e00764b efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 7 months ago
  50. 6e35d3b efi_loader: remove superfluous NULL check in bootefi.c by Heinrich Schuchardt · 4 years, 7 months ago
  51. e93d580 efi_loader: only reserve memory if fdt node enabled by Heinrich Schuchardt · 4 years, 8 months ago
  52. 8e286f6 cmd: bootefi: Parse reserved-memory node from DT by Atish Patra · 4 years, 9 months ago
  53. 74811c8 efi_loader: create reservations after ft_board_setup by Heinrich Schuchardt · 4 years, 9 months ago
  54. b112ac2 efi_loader: fix efi_install_fdt() description by Heinrich Schuchardt · 4 years, 10 months ago
  55. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  56. e626395 efi_loader: free load options after execution by Heinrich Schuchardt · 5 years ago
  57. 6246741 efi_loader: export efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  58. ffb9059 efi_loader: carve out efi_run_image() by Heinrich Schuchardt · 5 years ago
  59. e478ad5 efi_loader: use hardware device tree by default by Heinrich Schuchardt · 5 years ago
  60. 6fbb8ac efi_loader: pass address to efi_install_fdt() by Heinrich Schuchardt · 5 years ago
  61. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  62. 031ea8f efi_loader: fix function comments in cmd/bootefi.c by Heinrich Schuchardt · 5 years ago
  63. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
  64. a3086cd efi_loader: comments for efi_install_fdt() by Heinrich Schuchardt · 6 years ago
  65. 8fc56c6 efi_loader: deduplicate code in cmd/bootefi.c by Heinrich Schuchardt · 6 years ago
  66. aea03d6 efi_loader: clean up UEFI sub-system initialization by Heinrich Schuchardt · 6 years ago
  67. 3d44512 efi_loader: implement support of exit data by Heinrich Schuchardt · 6 years ago
  68. 3a48925 efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · 6 years ago
  69. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  70. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
  71. fbd3ba5 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · 6 years ago
  72. cf81983 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · 6 years ago
  73. 758733d cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · 6 years ago
  74. 09a81c7 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · 6 years ago
  75. 451e991 cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · 6 years ago
  76. cc02f17 cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · 6 years ago
  77. e25a7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · 6 years ago
  78. 0468b8e Change FDT memory type from runtime data to boot services data by Ilias Apalodimas · 6 years ago
  79. fd9cbe3 efi_loader: clean up bootefi_test_prepare() by Heinrich Schuchardt · 6 years ago
  80. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · 6 years ago
  81. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · 6 years ago
  82. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · 6 years ago
  83. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  84. 7e0badb efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  85. c8989c7 efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  86. 4c419bb efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  87. 68a0d5b efi_loader: create fdt reservation before copy by Heinrich Schuchardt · 6 years ago
  88. b23f9b7 efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · 6 years ago
  89. dcdca29 efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago
  90. 4d77ee6 efi: Rename bootefi_test_finish() to bootefi_run_finish() by Simon Glass · 6 years ago
  91. 7816c7a efi: Create a function to set up for running EFI code by Simon Glass · 6 years ago
  92. 93f2559 efi: Split out test init/uninit into functions by Simon Glass · 6 years ago
  93. 758cfa1 efi: Check for failure to create objects in selftest by Simon Glass · 6 years ago
  94. 3d92fc8 efi_loader: carving out memory reservations by Heinrich Schuchardt · 6 years ago
  95. 96af56e efi_loader: memory reservation for fdt by Heinrich Schuchardt · 6 years ago
  96. 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  97. 035fb01 efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  98. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · 6 years ago
  99. 4f94ec5 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  100. 237a73e efi_loader: execute efi_save_gd() first by Heinrich Schuchardt · 6 years ago