1. c6d876f efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  2. 0a76ba6 efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  3. 0c9ac06 efi_loader: create fdt reservation before copy by Heinrich Schuchardt · 6 years ago
  4. 16b615d efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · 6 years ago
  5. c3772ca efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago
  6. 5e2f039 efi: Rename bootefi_test_finish() to bootefi_run_finish() by Simon Glass · 6 years ago
  7. f4f0f7c efi: Create a function to set up for running EFI code by Simon Glass · 6 years ago
  8. d9717ea efi: Split out test init/uninit into functions by Simon Glass · 6 years ago
  9. 2ab7ef7 efi: Check for failure to create objects in selftest by Simon Glass · 6 years ago
  10. 23fd84b efi_loader: carving out memory reservations by Heinrich Schuchardt · 6 years ago
  11. 4574d1b efi_loader: memory reservation for fdt by Heinrich Schuchardt · 6 years ago
  12. e1fec15 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  13. f1589ff efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  14. d39646a efi_loader: rename parent to header by Heinrich Schuchardt · 6 years ago
  15. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  16. 1e1e1c2 efi_loader: execute efi_save_gd() first by Heinrich Schuchardt · 6 years ago
  17. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  18. 24638a1 efi_loader: Fix loaded_image handle passing from EL3 by Alexander Graf · 6 years ago
  19. 4e6b5d6 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
  20. 79276eb efi_loader: memory leak in efi_set_bootdev() by Heinrich Schuchardt · 6 years ago
  21. 8887acc efi_loader: do not use local variable for handle by Heinrich Schuchardt · 6 years ago
  22. 7086a71 efi_loader: buffer size for load options by Heinrich Schuchardt · 6 years ago
  23. 9dff490 efi: sandbox: Tidy up copy_fdt() to work with sandbox by Simon Glass · 6 years ago
  24. baf70c0 efi: Relocate FDT to 127MB instead of 128MB by Simon Glass · 6 years ago
  25. 197005a efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  26. 640adad efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · 6 years ago
  27. 416e07e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · 6 years ago
  28. bc9a638 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · 6 years ago
  29. 354264b efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · 6 years ago
  30. f17f200 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · 6 years ago
  31. dc500c3 efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · 6 years ago
  32. 86df34d efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  33. 58bc69d efi_loader: Allocate memory handle for mem dp by Alexander Graf · 6 years ago
  34. e09159c efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · 6 years ago
  35. c3b11de efi_loader: allow unaligned memory access by Heinrich Schuchardt · 6 years ago
  36. e37aa7a efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · 6 years ago
  37. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  38. 092f2f3 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · 6 years ago
  39. 806d2fa efi_loader: Respect DT reserved regions by Alexander Graf · 6 years ago
  40. 2db1eba efi_loader: correctly determine the boot partition by Heinrich Schuchardt · 6 years ago
  41. bc4f913 efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  42. fc225e6 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  43. 45204b1 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  44. 098a6cd efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  45. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  46. 3b3ea2c Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
  47. f623e07 efi_loader: fix the online help for bootefi bootmgr by Heinrich Schuchardt · 7 years ago
  48. 49db1cb efi_loader: catch misspelled bootefi subcommand by Heinrich Schuchardt · 7 years ago
  49. c6fa5df efi_loader: Always use EFIAPI instead of asmlinkage by Alexander Graf · 7 years ago
  50. 05ef48a efi_driver: EFI block driver by Heinrich Schuchardt · 7 years ago
  51. 17ff6f0 efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory by Heinrich Schuchardt · 7 years ago
  52. 2074f70 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  53. ea54ad5 efi_loader: pass handle of loaded image by Heinrich Schuchardt · 7 years ago
  54. 8300be6 efi_loader: Exit in efi_set_bootdev() upon invalid "desc" by Stefan Roese · 7 years ago
  55. b57f48a efi_loader: use bootargs as load options by Heinrich Schuchardt · 7 years ago
  56. c2b5390 efi_selftest: correctly cleanup after selftest by Heinrich Schuchardt · 7 years ago
  57. d78e40d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · 7 years ago
  58. f972dc1 efi_selftest: provide a dummy device path by Heinrich Schuchardt · 7 years ago
  59. 3eb0841 efi_loader: consistently use efi_status_t in bootefi by Heinrich Schuchardt · 7 years ago
  60. b3d6090 efi_loader: implement SetWatchdogTimer by Heinrich Schuchardt · 7 years ago
  61. bf19273 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  62. 7dd5d44 efi_loader: fix efi_exit by Rob Clark · 7 years ago
  63. 7aca68c efi_loader: reenable selftest by Heinrich Schuchardt · 7 years ago
  64. 9975fe9 efi_loader: add bootmgr by Rob Clark · 7 years ago
  65. ad644e7 efi_loader: efi variable support by Rob Clark · 7 years ago
  66. 95c5553 efi_loader: refactor boot device and loaded_image handling by Rob Clark · 7 years ago
  67. 623b3a5 efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago
  68. 5e44489 efi_loader: rename __efi_hello_world_* by Heinrich Schuchardt · 7 years ago
  69. 51c533f efi_loader: bootefi hello should use loadaddr by Heinrich Schuchardt · 7 years ago
  70. a44bffc efi_loader: use EFI_PAGE_SIZE instead of 4096 by xypron.glpk@gmx.de · 7 years ago
  71. f4f9993 efi_loader: Fix configuration table override by Alexander Graf · 7 years ago
  72. 7cbc124 efi_loader: initalize EFI object list only once by Heinrich Schuchardt · 7 years ago
  73. ca9193d efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · 7 years ago
  74. 3e433e9 efi_loader: EFI file paths should be DOS style by Rob Clark · 7 years ago
  75. 91be9a7 efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  76. 1da1bac efi_loader: provide meaningful status code by xypron.glpk@gmx.de · 7 years ago
  77. b06d8ac bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · 7 years ago
  78. cc5b708 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  79. 88adae5 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
  80. b5349f7 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  81. 85a6e9b efi_loader: Add check for fallback fdt memory reservation by Alexander Graf · 7 years ago
  82. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  83. 1acc008 disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  84. 7c5e1fe armv8: aarch64: Fix the warning about x1-x3 nonzero issue by Alison Wang · 8 years ago
  85. ec6617c armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  86. 69bd459 efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3 by Alexander Graf · 8 years ago
  87. c7ae3df efi: Add support for a hello world test program by Simon Glass · 8 years ago
  88. 5ee31ba efi: Fix debug message address format by Simon Glass · 8 years ago
  89. 3fb97e2 efi_loader: Revert device_handle to disk after net boot by Alexander Graf · 8 years ago
  90. e275458 efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  91. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  92. 80a4800 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  93. 3c1dcef cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments by Bin Meng · 8 years ago
  94. f9d334b efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · 8 years ago
  95. 4927166 efi_loader: Make exposed image loader path absolute by Alexander Graf · 8 years ago
  96. 92dfd92 cmd: bootefi: cosmetic by Sergey Kubushyn · 8 years ago
  97. edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  98. a86aeaf efi_loader: Add exit support by Alexander Graf · 8 years ago
  99. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  100. 1c39809 efi_loader: Pass fdt address directly to bootefi cmd by Alexander Graf · 8 years ago