Re: [PATCH 2/2] powerpc/powernv: Interface to add opal dump region

2014-07-23 Thread Stewart Smith
Vasant Hegde writes: > PowerNV platform is capable of capturing host memory region when system > crashes (because of host/firmware). We have new OPAL API to register > memory region to be capture when system crashes. > > This patch adds support for new API and also registers kernel log > buffer.

[PATCH 2/2] powerpc/powernv: Interface to add opal dump region

2014-07-23 Thread Vasant Hegde
PowerNV platform is capable of capturing host memory region when system crashes (because of host/firmware). We have new OPAL API to register memory region to be capture when system crashes. This patch adds support for new API and also registers kernel log buffer. Signed-off-by: Vasant Hegde ---