Home
last modified time | relevance | path

Searched refs:bl31_params (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dplatform.h44 struct bl31_params;
112 struct bl31_params *bl2_plat_get_bl31_params(void);
170 void bl31_early_platform_setup(struct bl31_params *from_bl2,
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Djuno_private.h45 struct bl31_params;
55 struct bl31_params bl31_params; member
Dbl2_plat_setup.c110 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dhikey_private.h43 struct bl31_params bl31_params; member
Dbl2_plat_setup.c110 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dfvp_private.h51 bl31_params_t bl31_params; member
Dbl2_fvp_setup.c116 bl2_to_bl31_params = &bl31_params_mem->bl31_params; in bl2_plat_get_bl31_params()
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h186 typedef struct bl31_params { struct
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md840 Return : bl31_params *
842 BL2 platform code needs to return a pointer to a `bl31_params` structure it
843 will use for passing information to BL3-1. The `bl31_params` structure carries
936 and BL3-1 including the bl31_params structures and its sub-structures,
990 Argument : bl31_params *, void *
996 * The address of the `bl31_params` structure populated by BL2.
999 The platform can copy the contents of the `bl31_params` structure and its
1004 On the ARM FVP port, BL2 passes a pointer to a `bl31_params` structure populated
1005 in the secure DRAM at address `0x6000000` in the bl31_params * argument and it
Dfirmware-design.md450 Trusted Firmware using `X0` to pass a `bl31_params` structure.
462 ARM Trusted Firmware's BL2 implementation passes a `bl31_params` structure in
492 `bl31_params`. The code that allocates and populates these structures must set