Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/common/
Dplat_bl1_common.c67 #pragma weak bl1_plat_mem_check macro
69 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size, in bl1_plat_mem_check() function
/trusted-firmware-a-latest/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
/trusted-firmware-a-latest/plat/arm/common/
Darm_bl1_fwu.c51 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() function
/trusted-firmware-a-latest/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()
/trusted-firmware-a-latest/include/plat/common/
Dplatform.h215 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1748 Function : bl1_plat_mem_check() [mandatory]