1. 6460c3e efi_loader: add UEFI GPT measurement by Masahisa Kojima · Tue Oct 26 17:27:25 2021 +0900
  2. 35dd322 efi_loader: efi_dp_from_lo() should skip VenMedia node by Heinrich Schuchardt · Fri Oct 15 02:59:15 2021 +0200
  3. 9530652 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · Fri Oct 15 02:03:55 2021 +0200
  4. 9979cff efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · Fri Oct 15 01:31:02 2021 +0200
  5. 222f3cb efi_loader: Drop code that doesn't work with driver model by Simon Glass · Fri Sep 24 18:30:17 2021 -0600
  6. 1654601 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · Tue Aug 17 15:15:23 2021 +0200
  7. f007a37 efi_loader: set partition GUID in device path for SIG_TYPE_GUID by Alfonso Sánchez-Beato · Thu Jul 15 15:31:42 2021 +0200
  8. 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · Tue May 25 12:07:30 2021 +0200
  9. 483d28e efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · Wed Mar 17 21:54:58 2021 +0200
  10. 77c0da8 efi_loader: Uart device path by Heinrich Schuchardt · Fri Mar 19 02:49:54 2021 +0100
  11. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  12. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  13. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  14. 22c8e08 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · Sun Aug 23 10:49:46 2020 +0200
  15. 7bdb602 efi_loader: device path for SATA devices by Heinrich Schuchardt · Wed May 20 23:12:02 2020 +0200
  16. c770aaa efi_loader: device path for virtio block devices by Heinrich Schuchardt · Wed May 20 22:39:35 2020 +0200
  17. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  18. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  19. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  20. 1e3beaf efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · Wed May 06 01:28:08 2020 +0200
  21. c22d9e3 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · Sun Nov 10 02:16:33 2019 +0100
  22. 6e0a1b4 efi_loader: fix efi_dp_from_name() by Heinrich Schuchardt · Wed Oct 30 20:13:24 2019 +0100
  23. f1dbbae efi_loader: device_path: check against file path length by AKASHI Takahiro · Wed Oct 09 16:19:52 2019 +0900
  24. a3ca37e efi: device path for nvme by Patrick Wildt · Thu Oct 03 16:24:17 2019 +0200
  25. 659a626 efi_loader: device_path: support Sandbox's "host" devices by AKASHI Takahiro · Thu Sep 12 13:52:35 2019 +0900
  26. 28dfd1a efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · Wed Sep 04 13:56:01 2019 +0200
  27. 8d80af8 efi_loader: efi_dp_from_file() expect UTF-8 path by Heinrich Schuchardt · Sun Jul 14 19:26:47 2019 +0200
  28. c96c594 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · Tue Apr 23 00:51:01 2019 +0200
  29. 9c6531f efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · Tue Apr 16 17:39:26 2019 +0200
  30. ba7a950 efi_loader: add protection for block_dev by Patrick Delaunay · Wed Apr 10 11:02:58 2019 +0200
  31. 0c1c410 efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR by Heinrich Schuchardt · Tue Apr 09 23:22:13 2019 +0200
  32. 7d69807 efi_loader: do not add \ in efi_fs_from_name() by Heinrich Schuchardt · Sat Feb 23 11:20:23 2019 +0100
  33. 0d36adc efi_loader: efi_dp_split_file_path() error handling by Heinrich Schuchardt · Mon Feb 04 12:49:43 2019 +0100
  34. 3984441 efi_loader: allow device == NULL in efi_dp_from_name() by AKASHI Takahiro · Mon Nov 05 18:06:40 2018 +0900
  35. b21f839 efi_loader: fix typos in efi_device_path.c by Heinrich Schuchardt · Wed Oct 17 21:55:24 2018 +0200
  36. 035fb01 efi_loader: add efi_dp_from_name() by AKASHI Takahiro · Wed Oct 17 16:32:03 2018 +0900
  37. adb50d0 efi_loader: eliminate handle member by Heinrich Schuchardt · Wed Sep 26 05:27:55 2018 +0200
  38. 8c15364 efi_loader: efi_dp_get_next_instance() superfluous statement by Heinrich Schuchardt · Thu Sep 27 20:55:04 2018 +0200
  39. 79d7202 efi_loader: create root node by Heinrich Schuchardt · Thu Sep 20 21:58:23 2018 +0200
  40. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  41. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  42. cb0f7ce efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · Mon Apr 16 07:59:09 2018 +0200
  43. 51ca4f5 efi_loader: correcty determine total device path length by Heinrich Schuchardt · Mon Apr 16 07:59:08 2018 +0200
  44. 01d48ed efi_loader: correctly determine length of empty device path by Heinrich Schuchardt · Mon Apr 16 07:59:07 2018 +0200
  45. 60b5ab2 efi_loader: fix AppendDevicePath by Heinrich Schuchardt · Mon Apr 16 07:59:06 2018 +0200
  46. b41c8e2 efi_loader: implement CreateDeviceNode by Heinrich Schuchardt · Mon Apr 16 07:59:05 2018 +0200
  47. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · Fri Apr 13 15:26:39 2018 -0500
  48. acf7bee efi_loader: initialize device path on alloc by Patrick Wildt · Sun Mar 25 19:54:03 2018 +0200
  49. c4e983f efi_loader: Fix network DP with DM_ETH by Alexander Graf · Thu Mar 15 17:33:38 2018 +0100
  50. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · Mon Feb 26 16:01:02 2018 +0100
  51. 1f1d49d efi_loader: allow creation of more device part nodes by Heinrich Schuchardt · Sat Jan 20 21:02:18 2018 +0100
  52. 0976f8b efi_loader: provide function to get last node of a device path by Heinrich Schuchardt · Fri Jan 19 20:24:49 2018 +0100
  53. 6c6307c efi_loader: provide a function to create a partition node by Heinrich Schuchardt · Fri Jan 19 20:24:46 2018 +0100
  54. 468bf97 efi_loader: return NULL from device path functions by Heinrich Schuchardt · Fri Jan 19 20:24:37 2018 +0100
  55. e2dcb9a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · Mon Dec 11 12:56:44 2017 +0100
  56. 3a615c8 efi_loader: create full device path for block devices by Heinrich Schuchardt · Mon Dec 11 12:56:43 2017 +0100
  57. 8983ffd efi_loader: comments for dp_part_fill() by Heinrich Schuchardt · Mon Dec 11 12:56:42 2017 +0100
  58. 2aae6db efi_loader: correctly setup device paths for block devices by Heinrich Schuchardt · Mon Dec 11 12:56:40 2017 +0100
  59. 7d569db efi_loader: correctly determine if an MMC device is an SD-card by Heinrich Schuchardt · Mon Dec 11 12:56:39 2017 +0100
  60. f9360fb efi_loader: Ensure efi_dp_find_obj() finds exact matches by Alexander Graf · Mon Dec 11 14:29:46 2017 +0100
  61. 6953c10 efi_loader: simplify find_obj by Heinrich Schuchardt · Sun Nov 26 14:05:16 2017 +0100
  62. 84b4d70 efi_loader: initialise partition_signature memory by Jonathan Gray · Wed Nov 22 14:18:59 2017 +1100
  63. 753e248 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · Thu Oct 26 19:25:48 2017 +0200
  64. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · Tue Oct 10 08:23:06 2017 -0400
  65. f90cb9f efi_loader: add device-path utils by Rob Clark · Wed Sep 13 18:05:28 2017 -0400