Searched refs:mdp (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_to_text.c | 54 struct efi_device_path_memory *mdp = in dp_hardware() local 57 mdp->memory_type, in dp_hardware() 58 mdp->start_address, in dp_hardware() 59 mdp->end_address); in dp_hardware() 119 struct efi_device_path_mac_addr *mdp = in dp_msging() local 122 if (mdp->if_type != 0 && mdp->if_type != 1) in dp_msging() 126 mdp->mac.addr[0], mdp->mac.addr[1], in dp_msging() 127 mdp->mac.addr[2], mdp->mac.addr[3], in dp_msging() 128 mdp->mac.addr[4], mdp->mac.addr[5], in dp_msging() 129 mdp->if_type); in dp_msging()
|
| H A D | efi_device_path.c | 892 struct efi_device_path_memory *mdp; in efi_dp_from_mem() local 895 start = buf = dp_alloc(sizeof(*mdp) + sizeof(END)); in efi_dp_from_mem() 899 mdp = buf; in efi_dp_from_mem() 900 mdp->dp.type = DEVICE_PATH_TYPE_HARDWARE_DEVICE; in efi_dp_from_mem() 901 mdp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MEMORY; in efi_dp_from_mem() 902 mdp->dp.length = sizeof(*mdp); in efi_dp_from_mem() 903 mdp->memory_type = memory_type; in efi_dp_from_mem() 904 mdp->start_address = start_address; in efi_dp_from_mem() 905 mdp->end_address = end_address; in efi_dp_from_mem() 906 buf = &mdp[1]; in efi_dp_from_mem()
|
| /openbmc/u-boot/cmd/ |
| H A D | bootefi.c | 291 struct efi_device_path_memory *mdp = (void *)memdp; in do_bootefi_exec() local 292 mdp->memory_type = loaded_image_info->image_code_type; in do_bootefi_exec() 293 mdp->start_address = (uintptr_t)loaded_image_info->image_base; in do_bootefi_exec() 294 mdp->end_address = mdp->start_address + in do_bootefi_exec()
|
| /openbmc/u-boot/doc/device-tree-bindings/misc/ |
| H A D | intel,baytrail-fsp.txt | 136 compatible = "intel,baytrail-fsp-mdp";
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | minnowmax.dts | 300 compatible = "intel,baytrail-fsp-mdp";
|
| H A D | conga-qeval20-qa3-e3845.dts | 280 compatible = "intel,baytrail-fsp-mdp";
|
| H A D | dfi-bt700.dtsi | 299 compatible = "intel,baytrail-fsp-mdp";
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |