Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/common/
H A Dplat_bl1_common.c116 meminfo_t *bl2_mem_layout) in bl1_plat_calc_bl2_layout() argument
119 assert(bl2_mem_layout != NULL); in bl1_plat_calc_bl2_layout()
126 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()
127 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()
129 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_plat_calc_bl2_layout()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h284 meminfo_t *bl2_mem_layout);
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1810 Argument : const meminfo_t *bl1_mem_layout, meminfo_t *bl2_mem_layout