[bpi-r64] support pstore/ramoops

Yes, linux-dt. We have no influence on U-Boot dt on third-party loaders.

I talk about these patches where you add dt nodes to uboot (and cause dtc warning for mt7622),but @moore does not and sets options in config

Vs.

CONFIG_CMD_PSTORE=y
CONFIG_CMD_PSTORE_MEM_ADDR=0x42ff0000
CONFIG_CMD_PSTORE_RECORD_SIZE=0x2000
CONFIG_CMD_PSTORE_CONSOLE_SIZE=0x2000
CONFIG_CMD_PSTORE_FTRACE_SIZE=0x0
CONFIG_CMD_PSTORE_PMSG_SIZE=0x2000

Probably just two ways to do the same thing – no idea which would be preferred. To me, doing it in DT looks better, but that might be just my taste.

Next hang try to show the pstore in linux or uboot.

You find commands here (just ignore that it was not working for me at this time):