1. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  2. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  3. 549b79e efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · 4 years, 6 months ago
  4. 246e601 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · 5 years ago
  5. cab6f06 efi_loader: fix efi_dp_from_name() by Heinrich Schuchardt · 5 years ago
  6. 08c51ff efi_loader: device_path: check against file path length by AKASHI Takahiro · 5 years ago
  7. f2d247d efi: device path for nvme by Patrick Wildt · 5 years ago
  8. 23ad52f efi_loader: device_path: support Sandbox's "host" devices by AKASHI Takahiro · 5 years ago
  9. d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  10. 046fe7b efi_loader: efi_dp_from_file() expect UTF-8 path by Heinrich Schuchardt · 5 years ago
  11. 7d1e4b7 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · 5 years ago
  12. f86076d efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · 6 years ago
  13. 74f5baa efi_loader: add protection for block_dev by Patrick Delaunay · 6 years ago
  14. 2337741 efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR by Heinrich Schuchardt · 6 years ago
  15. 30a231d efi_loader: do not add \ in efi_fs_from_name() by Heinrich Schuchardt · 6 years ago
  16. caf6d2f efi_loader: efi_dp_split_file_path() error handling by Heinrich Schuchardt · 6 years ago
  17. 2419b16 efi_loader: allow device == NULL in efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  18. eb3bc8b efi_loader: fix typos in efi_device_path.c by Heinrich Schuchardt · 6 years ago
  19. f1589ff efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  20. fae0118 efi_loader: eliminate handle member by Heinrich Schuchardt · 6 years ago
  21. d081f27 efi_loader: efi_dp_get_next_instance() superfluous statement by Heinrich Schuchardt · 6 years ago
  22. 4e6b5d6 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
  23. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  24. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  25. 3acef5d efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 7 years ago
  26. f6dd3f3 efi_loader: correcty determine total device path length by Heinrich Schuchardt · 7 years ago
  27. adb5751 efi_loader: correctly determine length of empty device path by Heinrich Schuchardt · 7 years ago
  28. 0783634 efi_loader: fix AppendDevicePath by Heinrich Schuchardt · 7 years ago
  29. 211314c efi_loader: implement CreateDeviceNode by Heinrich Schuchardt · 7 years ago
  30. 092f2f3 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · 7 years ago
  31. eab2dc3 efi_loader: initialize device path on alloc by Patrick Wildt · 7 years ago
  32. f9cfad1 efi_loader: Fix network DP with DM_ETH by Alexander Graf · 7 years ago
  33. 3b3ea2c Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago WIP-rework-NET-v2
  34. 9dfd84d efi_loader: allow creation of more device part nodes by Heinrich Schuchardt · 7 years ago
  35. 65436f9 efi_loader: provide function to get last node of a device path by Heinrich Schuchardt · 7 years ago
  36. 98d48bd efi_loader: provide a function to create a partition node by Heinrich Schuchardt · 7 years ago
  37. 0429868 efi_loader: return NULL from device path functions by Heinrich Schuchardt · 7 years ago
  38. af3106a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · 7 years ago
  39. 2bc61b8 efi_loader: create full device path for block devices by Heinrich Schuchardt · 7 years ago
  40. bde6bfe efi_loader: comments for dp_part_fill() by Heinrich Schuchardt · 7 years ago
  41. 7b982f0 efi_loader: correctly setup device paths for block devices by Heinrich Schuchardt · 7 years ago
  42. 66b051d efi_loader: correctly determine if an MMC device is an SD-card by Heinrich Schuchardt · 7 years ago
  43. 905cb9e efi_loader: Ensure efi_dp_find_obj() finds exact matches by Alexander Graf · 7 years ago
  44. 72292ab efi_loader: simplify find_obj by Heinrich Schuchardt · 7 years ago
  45. b6e9e09 efi_loader: initialise partition_signature memory by Jonathan Gray · 7 years ago
  46. ff401d3 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · 7 years ago
  47. bf19273 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  48. b66c60d efi_loader: add device-path utils by Rob Clark · 7 years ago