Home
last modified time | relevance | path

Searched refs:pstore (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dpstore.c103 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()
H A DMakefile100 obj-$(CONFIG_PSTORE) += pstore.o
H A DKconfig1241 bool "Print log to linux pstore buffer"
1244 This enable Print uboot log to linux pstore buffer which address
1248 hex "Linux pstore buffer address"
1252 This select linux pstore buffer address for U-Boot. When value is
1256 hex "Linux pstore buffer size"
1260 This select linux pstore buffer size for U-Boot, the value must be
/rk3399_rockchip-uboot/cmd/
H A Datags.c179 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()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_atags.h234 struct tag_pstore pstore; member