Searched refs:sysinfo_t (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/ |
| H A D | tables.c | 20 struct sysinfo_t lib_sysinfo __attribute__((section(".data"))); 32 static void cb_parse_memory(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_memory() 59 static void cb_parse_serial(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_serial() 65 static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vbnv() 73 static void cb_parse_gpios(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_gpios() 85 static void cb_parse_vdat(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vdat() 93 static void cb_parse_tstamp(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_tstamp() 98 static void cb_parse_cbmem_cons(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_cbmem_cons() 103 static void cb_parse_framebuffer(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_framebuffer() 113 static int cb_parse_header(void *addr, int len, struct sysinfo_t *info) in cb_parse_header() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-coreboot/ |
| H A D | sysinfo.h | 19 struct sysinfo_t { struct 57 extern struct sysinfo_t lib_sysinfo; argument 59 int get_coreboot_info(struct sysinfo_t *info);
|