Searched refs:fmp (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_capsule.c | 128 struct efi_firmware_management_protocol *fmp; in efi_fmp_find() local 143 (void **)&fmp)); in efi_fmp_find() 155 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size, in efi_fmp_find() 169 ret = EFI_CALL(fmp->get_image_info(fmp, &info_size, in efi_fmp_find() 196 (efi_handle_t)fmp, in efi_fmp_find() 200 return fmp; in efi_fmp_find() 343 struct efi_firmware_management_protocol *fmp; in efi_capsule_update_firmware() local 388 fmp = efi_fmp_find(&image->update_image_type_id, in efi_capsule_update_firmware() 391 if (!fmp) { in efi_capsule_update_firmware() 404 ret = EFI_CALL(fmp->set_image(fmp, image->update_image_index, in efi_capsule_update_firmware()
|
/u-boot/drivers/i2c/ |
A D | stm32f7_i2c.c | 926 u32 fmp[3]; in stm32_of_to_plat() local 928 ret = dev_read_u32_array(dev, "st,syscfg-fmp", fmp, 3); in stm32_of_to_plat() 932 i2c_priv->regmap_sreg = fmp[1]; in stm32_of_to_plat() 933 i2c_priv->regmap_creg = fmp[1] + in stm32_of_to_plat() 935 i2c_priv->regmap_mask = fmp[2]; in stm32_of_to_plat()
|
/u-boot/arch/arm/dts/ |
A D | stm32mp151.dtsi | 512 st,syscfg-fmp = <&syscfg 0x4 0x1>; 527 st,syscfg-fmp = <&syscfg 0x4 0x2>; 542 st,syscfg-fmp = <&syscfg 0x4 0x4>; 557 st,syscfg-fmp = <&syscfg 0x4 0x10>; 1566 st,syscfg-fmp = <&syscfg 0x4 0x8>; 1606 st,syscfg-fmp = <&syscfg 0x4 0x20>;
|
/u-boot/doc/board/emulation/ |
A D | qemu_capsule_update.rst | 9 protocol (fmp). The capsules are not passed to the firmware through
|
Completed in 9 milliseconds