Home
last modified time | relevance | path

Searched refs:meminfo (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2u_setup.c42 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in arm_bl2u_early_platform_setup()
56 void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in bl2u_early_platform_setup()
H A Darm_bl1_setup.c69 struct meminfo *bl1_plat_sec_mem_layout(void) in bl1_plat_sec_mem_layout()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_bl2_setup.c62 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl2u_setup.c13 void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info) in bl2u_early_platform_setup()
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dbl2_plat_setup.c175 struct meminfo *mem_layout = (struct meminfo *)arg1; in bl2_early_platform_setup2()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h35 struct meminfo;
227 struct meminfo *bl1_plat_sec_mem_layout(void);
304 struct meminfo *bl2_plat_sec_mem_layout(void);
354 void bl2u_early_platform_setup(struct meminfo *mem_layout,
/rk3399_ARM-atf/include/plat/arm/common/
H A Dplat_arm.h29 struct meminfo;
267 void arm_bl2u_early_platform_setup(struct meminfo *mem_layout,
/rk3399_ARM-atf/include/common/
H A Dbl_common.h171 typedef struct meminfo { struct
/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c421 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1634 #. Populating a ``meminfo`` structure with the following information in memory,
1639 meminfo.total_base = Base address of secure RAM visible to BL2
1640 meminfo.total_size = Size of secure RAM visible to BL2
1642 By default, BL1 places this ``meminfo`` structure at the end of secure
1646 ``meminfo`` structure for BL2 or restrict the amount of memory visible to
1714 Return : meminfo *
1718 a ``meminfo`` structure containing the extents and availability of secure RAM for
1723 meminfo.total_base = Base address of secure RAM visible to BL1
1724 meminfo.total_size = Size of secure RAM visible to BL1
1916 arg1 - ``meminfo`` structure populated by BL1. The platform copies
[all …]
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c642 struct meminfo *bl2_plat_sec_mem_layout(void) in bl2_plat_sec_mem_layout()
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst441 #. BL2 does not receive the meminfo information from BL1 anymore. This