Eliminate struct efi_disk_obj
Currently we use struct efi_disk_obj
to keep information about block devices and partitions.
As the handle already has a field with the udevice this seem not be necessary anymore. We should target to eliminate struct efi_disk_obj
and use an struct efi_obj
for the handle.
Edited by Heinrich Schuchardt