Home
last modified time | relevance | path

Searched refs:rt_buf (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/arch/x86/cpu/ivybridge/
Dfsp_configs.c13 struct fspinit_rtbuf *rt_buf) in update_fsp_configs() argument
36 rt_buf->stack_top = config->common.stack_top - 32; in update_fsp_configs()
37 rt_buf->boot_mode = config->common.boot_mode; in update_fsp_configs()
38 rt_buf->plat_config = plat_config; in update_fsp_configs()
41 rt_buf->mem_config = mem_config; in update_fsp_configs()
43 rt_buf->mem_config = NULL; in update_fsp_configs()
/external/u-boot/arch/x86/cpu/queensbay/
Dfsp_configs.c11 struct fspinit_rtbuf *rt_buf) in update_fsp_configs() argument
14 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
15 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
16 rt_buf->common.upd_data = &config->fsp_upd; in update_fsp_configs()
/external/u-boot/arch/x86/cpu/braswell/
Dfsp_configs.c44 struct fspinit_rtbuf *rt_buf) in update_fsp_configs() argument
53 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
54 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
55 rt_buf->common.upd_data = &config->fsp_upd; in update_fsp_configs()
/external/u-boot/arch/x86/cpu/baytrail/
Dfsp_configs.c31 struct fspinit_rtbuf *rt_buf) in update_fsp_configs() argument
39 rt_buf->common.stack_top = config->common.stack_top - 32; in update_fsp_configs()
40 rt_buf->common.boot_mode = config->common.boot_mode; in update_fsp_configs()
41 rt_buf->common.upd_data = &config->fsp_upd; in update_fsp_configs()
/external/u-boot/arch/x86/lib/fsp/
Dfsp_support.c104 struct fspinit_rtbuf rt_buf; in fsp_init() local
140 memset(&rt_buf, 0, sizeof(struct fspinit_rtbuf)); in fsp_init()
143 update_fsp_configs(&config_data, &rt_buf); in fsp_init()
147 params.rt_buf = (struct fspinit_rtbuf *)&rt_buf; in fsp_init()
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_api.h32 void *rt_buf; member
Dfsp_support.h214 struct fspinit_rtbuf *rt_buf);