Searched refs:sysinfo_t (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/coreboot/ |
H A D | tables.c | 19 struct sysinfo_t lib_sysinfo __attribute__((section(".data"))); 31 static void cb_parse_memory(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_memory() 58 static void cb_parse_serial(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_serial() 64 static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vbnv() 72 static void cb_parse_gpios(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_gpios() 84 static void cb_parse_vdat(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vdat() 92 static void cb_parse_tstamp(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_tstamp() 97 static void cb_parse_cbmem_cons(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_cbmem_cons() 102 static void cb_parse_framebuffer(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_framebuffer() 112 static int cb_parse_header(void *addr, int len, struct sysinfo_t *info) in cb_parse_header() [all …]
|
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/ |
H A D | sysinfo.h | 18 struct sysinfo_t { struct 56 extern struct sysinfo_t lib_sysinfo; argument 58 int get_coreboot_info(struct sysinfo_t *info);
|