- d054424 efi_loader: simplify dp_fill() by Heinrich Schuchardt · 1 year, 5 months ago
- c227ef7 efi_loader: device paths for special block devices by Heinrich Schuchardt · 1 year, 5 months ago
- e07368e efi_loader: support all uclasses in device path by Heinrich Schuchardt · 1 year, 5 months ago
- dc7a2f1 efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIO by Heinrich Schuchardt · 1 year, 5 months ago
- 1becdfc efi_loader: check return value of part_get_info() by Heinrich Schuchardt · 1 year, 7 months ago
- c7c0ca3 efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 7 months ago
- e1273ea efi_loader: simplify efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
- 9f7ed4b efi_loader: error code efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
- 5780612 efi_loader: clean up efi_dp_from_file by Heinrich Schuchardt · 1 year, 7 months ago
- bd646fc efi_loader: duplicate code in efi_dp_from_name by Heinrich Schuchardt · 1 year, 7 months ago
- d76184e efi_loader: avoid #ifdef in efi_dp_from_name() by Heinrich Schuchardt · 1 year, 7 months ago
- 01c5281 efi_loader: support booting semihosting file by Heinrich Schuchardt · 1 year, 7 months ago
- 272ec6b efi_loader: device_path: support blkmap devices by Tobias Waldekranz · 1 year, 10 months ago
- 288fe30 Merge branch 'next' by Tom Rini · 1 year, 8 months ago
- dfd4288 efi_loader: remove duplicate assignment by Heinrich Schuchardt · 1 year, 9 months ago
- a9203b0 efi_loader: correct shortening of device-paths by Heinrich Schuchardt · 1 year, 9 months ago
- f606fab efi_loader: move dp_alloc() to efi_alloc() by Heinrich Schuchardt · 1 year, 9 months ago
- e472ef8 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 9 months ago
- 180b711 efi_loader: fix device-path for USB devices by Heinrich Schuchardt · 1 year, 9 months ago
- 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
- 77b5c4a efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · 2 years, 2 months ago
- 01caf28 efi_loader: efi_dp_part_node check dp_alloc return value by Heinrich Schuchardt · 2 years, 2 months ago
- 9897350 efi_loader: expose END device path node by Masahisa Kojima · 2 years, 6 months ago
- bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 7 months ago
- 72fa9cd efi_loader: create boot options without file path by Heinrich Schuchardt · 2 years, 6 months ago
- 7a06fd7 efi_loader: PARTITION_UUIDS should be optional by AKASHI Takahiro · 2 years, 8 months ago
- df96dee efi_loader: typo devie-path by Heinrich Schuchardt · 2 years, 9 months ago
- e46ef1d efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · 2 years, 9 months ago
- c409593 efi_loader: fix efi_dp_find_obj() by Heinrich Schuchardt · 2 years, 9 months ago
- 8399488 efi_loader: export efi_dp_shorten() by Heinrich Schuchardt · 2 years, 10 months ago
- e2bceb0 efi: Drop unnecessary calls to blk_find_device() by Simon Glass · 2 years, 11 months ago
- 377d39d efi: Use device_get_uclass_id() where appropriate by Simon Glass · 2 years, 11 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
- ce3dbc5 efi_loader: add UEFI GPT measurement by Masahisa Kojima · 3 years, 2 months ago
- db61e70 efi_loader: efi_dp_from_lo() should skip VenMedia node by Heinrich Schuchardt · 3 years, 2 months ago
- 0534542 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · 3 years, 2 months ago
- 0421735 efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · 3 years, 2 months ago
- c779e0d efi_loader: Drop code that doesn't work with driver model by Simon Glass · 3 years, 3 months ago
- 426a158 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · 3 years, 4 months ago
- 17f8cda efi_loader: set partition GUID in device path for SIG_TYPE_GUID by Alfonso Sánchez-Beato · 3 years, 5 months ago
- 9a6b33b efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · 3 years, 7 months ago
- 76e8acc efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · 3 years, 9 months ago
- f027222 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 9 months ago
- 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 5cad4a3 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · 4 years, 4 months ago
- bf3bcef efi_loader: device path for SATA devices by Heinrich Schuchardt · 4 years, 7 months ago
- 19ecced efi_loader: device path for virtio block devices by Heinrich Schuchardt · 4 years, 7 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 549b79e efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · 4 years, 7 months ago
- 246e601 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · 5 years ago
- cab6f06 efi_loader: fix efi_dp_from_name() by Heinrich Schuchardt · 5 years ago
- 08c51ff efi_loader: device_path: check against file path length by AKASHI Takahiro · 5 years ago
- f2d247d efi: device path for nvme by Patrick Wildt · 5 years ago
- 23ad52f efi_loader: device_path: support Sandbox's "host" devices by AKASHI Takahiro · 5 years ago
- d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
- 046fe7b efi_loader: efi_dp_from_file() expect UTF-8 path by Heinrich Schuchardt · 5 years ago
- 7d1e4b7 efi_loader: check length in CreateDeviceNode() by Heinrich Schuchardt · 6 years ago
- f86076d efi_loader: efi_setup_loaded_image() handle missing file name by AKASHI Takahiro · 6 years ago
- 74f5baa efi_loader: add protection for block_dev by Patrick Delaunay · 6 years ago
- 2337741 efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR by Heinrich Schuchardt · 6 years ago
- 30a231d efi_loader: do not add \ in efi_fs_from_name() by Heinrich Schuchardt · 6 years ago
- caf6d2f efi_loader: efi_dp_split_file_path() error handling by Heinrich Schuchardt · 6 years ago
- 2419b16 efi_loader: allow device == NULL in efi_dp_from_name() by AKASHI Takahiro · 6 years ago
- eb3bc8b efi_loader: fix typos in efi_device_path.c by Heinrich Schuchardt · 6 years ago
- f1589ff efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
- fae0118 efi_loader: eliminate handle member by Heinrich Schuchardt · 6 years ago
- d081f27 efi_loader: efi_dp_get_next_instance() superfluous statement by Heinrich Schuchardt · 6 years ago
- 4e6b5d6 efi_loader: create root node by Heinrich Schuchardt · 6 years ago
- dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 3acef5d efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 7 years ago
- f6dd3f3 efi_loader: correcty determine total device path length by Heinrich Schuchardt · 7 years ago
- adb5751 efi_loader: correctly determine length of empty device path by Heinrich Schuchardt · 7 years ago
- 0783634 efi_loader: fix AppendDevicePath by Heinrich Schuchardt · 7 years ago
- 211314c efi_loader: implement CreateDeviceNode by Heinrich Schuchardt · 7 years ago
- 092f2f3 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · 7 years ago
- eab2dc3 efi_loader: initialize device path on alloc by Patrick Wildt · 7 years ago
- f9cfad1 efi_loader: Fix network DP with DM_ETH by Alexander Graf · 7 years ago
- 3b3ea2c Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
- 9dfd84d efi_loader: allow creation of more device part nodes by Heinrich Schuchardt · 7 years ago
- 65436f9 efi_loader: provide function to get last node of a device path by Heinrich Schuchardt · 7 years ago
- 98d48bd efi_loader: provide a function to create a partition node by Heinrich Schuchardt · 7 years ago
- 0429868 efi_loader: return NULL from device path functions by Heinrich Schuchardt · 7 years ago
- af3106a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · 7 years ago
- 2bc61b8 efi_loader: create full device path for block devices by Heinrich Schuchardt · 7 years ago
- bde6bfe efi_loader: comments for dp_part_fill() by Heinrich Schuchardt · 7 years ago
- 7b982f0 efi_loader: correctly setup device paths for block devices by Heinrich Schuchardt · 7 years ago
- 66b051d efi_loader: correctly determine if an MMC device is an SD-card by Heinrich Schuchardt · 7 years ago
- 905cb9e efi_loader: Ensure efi_dp_find_obj() finds exact matches by Alexander Graf · 7 years ago
- 72292ab efi_loader: simplify find_obj by Heinrich Schuchardt · 7 years ago
- b6e9e09 efi_loader: initialise partition_signature memory by Jonathan Gray · 7 years ago
- ff401d3 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · 7 years ago
- bf19273 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
- b66c60d efi_loader: add device-path utils by Rob Clark · 7 years ago