Searched refs:pstore (Results 1 – 5 of 5) sorted by relevance
103 gd->pstore_addr = t->u.pstore.buf[LOG_UBOOT].addr; in param_parse_pstore()104 gd->pstore_size = t->u.pstore.buf[LOG_UBOOT].size - sizeof(struct persistent_ram_buffer); in param_parse_pstore()
100 obj-$(CONFIG_PSTORE) += pstore.o
1241 bool "Print log to linux pstore buffer"1244 This enable Print uboot log to linux pstore buffer which address1248 hex "Linux pstore buffer address"1252 This select linux pstore buffer address for U-Boot. When value is1256 hex "Linux pstore buffer size"1260 This select linux pstore buffer size for U-Boot, the value must be
179 for (i = 0; i < ARRAY_SIZE(t->u.pstore.buf); i++) in atags_print_tag()180 printf(" table[%d] = 0x%x@0x%x\n", i, t->u.pstore.buf[i].size, t->u.pstore.buf[i].addr); in atags_print_tag()
234 struct tag_pstore pstore; member