Home
last modified time | relevance | path

Searched refs:bl1_plat_mem_check (Results 1 – 7 of 7) sorted by relevance

/external/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-1.rst48 platform version of ``bl1_plat_mem_check()``.
79 if (bl1_plat_mem_check(image_src, block_size, flags)) {
97 ``bl1_plat_mem_check()``. If ``bl1_plat_mem_check()`` also passes, this may
105 if (bl1_plat_mem_check(image_src, block_size, flags)) {
130 If ``bl1_plat_mem_check()`` also passes, this may result in an unexpectedly
133 If the platform's implementation of ``bl1_plat_mem_check()`` is correct then it
138 ``bl1_plat_mem_check()``:
Dsecurity-advisory-tfv-4.rst87 the platform-specific function ``bl1_plat_mem_check()`` might get defeated by
106 they might defeat the ``bl1_plat_mem_check()`` function and make the
/external/arm-trusted-firmware/plat/common/
Dplat_bl1_common.c70 #pragma weak bl1_plat_mem_check macro
72 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size, in bl1_plat_mem_check() function
/external/arm-trusted-firmware/plat/arm/common/
Darm_bl1_fwu.c49 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() function
/external/arm-trusted-firmware/bl1/
Dbl1_fwu.c332 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy()
423 if (bl1_plat_mem_check(image_src, image_size, \ in bl1_fwu_image_auth()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h150 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst1381 Function : bl1_plat_mem_check() [mandatory]