Searched refs:bl1_plat_mem_check (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 67 #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 D | security-advisory-tfv-1.rst | 48 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 D | security-advisory-tfv-4.rst | 87 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 D | arm_bl1_fwu.c | 51 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() function
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | 335 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 D | platform.h | 249 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 1850 Function : bl1_plat_mem_check() [mandatory]
|