Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/lib/fconf/
H A Dfconf.c46 void fconf_populate(const char *config_type, uintptr_t config) in fconf_populate() argument
52 ERROR("FCONF: Invalid DTB file passed for %s\n", config_type); in fconf_populate()
56 INFO("FCONF: Reading %s firmware configuration file from: 0x%lx\n", config_type, config); in fconf_populate()
66 if (strcmp(populator->config_type, config_type) == 0) { in fconf_populate()
/rk3399_ARM-atf/include/lib/fconf/
H A Dfconf.h25 .config_type = (#config), \
38 const char *config_type; member
57 void fconf_populate(const char *config_type, uintptr_t config);
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_dt.h23 .config_type = (#config), \
36 const char *config_type; member
H A Dsocfpga_sip_svc.h222 } config_type; typedef
/rk3399_ARM-atf/include/lib/dice/
H A Ddice.h88 DiceConfigType config_type; member
/rk3399_ARM-atf/lib/psa/
H A Ddice_protection_environment.c113 input->config_type); in encode_dice_inputs()
115 if (input->config_type == kDiceConfigTypeInline) { in encode_dice_inputs()
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst48 ``config_type`` identifier. It broadly represents a logical grouping of
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c28 static config_type request_type = NO_REQUEST;