Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A 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
/rk3399_ARM-atf/docs/security_advisories/
H A 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()``:
H A 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
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl1_fwu.c51 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() function
/rk3399_ARM-atf/bl1/
H A Dbl1_fwu.c335 if (bl1_plat_mem_check(image_src, block_size, flags) != 0) { in bl1_fwu_image_copy()
426 if (bl1_plat_mem_check(image_src, image_size, in bl1_fwu_image_auth()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h249 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1850 Function : bl1_plat_mem_check() [mandatory]