mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
The missing services of the EFI_DEVICE_PATH_UTILITIES_PROTOCOL are implemented. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
f6dd3f359c
commit
3acef5da40
@ -343,6 +343,7 @@ struct efi_loaded_image {
|
||||
0x8e, 0x39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b )
|
||||
|
||||
#define DEVICE_PATH_TYPE_END 0x7f
|
||||
# define DEVICE_PATH_SUB_TYPE_INSTANCE_END 0x01
|
||||
# define DEVICE_PATH_SUB_TYPE_END 0xff
|
||||
|
||||
struct efi_device_path {
|
||||
|
Reference in New Issue
Block a user