Home
last modified time | relevance | path

Searched refs:capsule_ptr (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/fw_update_agent/
Duefi_capsule_parser.c85 enum uefi_capsule_error_t uefi_capsule_retrieve_images(void* capsule_ptr, in uefi_capsule_retrieve_images() argument
88 char *ptr = (char*)capsule_ptr; in uefi_capsule_retrieve_images()
98 FWU_LOG_MSG("%s: enter, capsule ptr = 0x%p\n\r", __func__, capsule_ptr); in uefi_capsule_retrieve_images()
100 if (!capsule_ptr) { in uefi_capsule_retrieve_images()
Duefi_capsule_parser.h30 enum uefi_capsule_error_t uefi_capsule_retrieve_images(void* capsule_ptr,
Dfwu_agent.c819 void *capsule_ptr = (char*)CORSTONE1000_HOST_DRAM_UEFI_CAPSULE; in corstone1000_fwu_flash_image() local
850 if (uefi_capsule_retrieve_images(capsule_ptr, &capsule_info)) { in corstone1000_fwu_flash_image()