[2/3] powerpc/fadump: add support to specify memory range based size

Michael Ellerman mpe at ellerman.id.au
Sat May 7 14:11:05 AEST 2016


On Fri, 2016-06-05 at 11:50:37 UTC, Hari Bathini wrote:
> Currently, memory for fadump can be specified with fadump_reserve_mem=size,
> where only a fixed size can be specified. This patch tries to extend this
> syntax to support conditional reservation based on memory size, with the
> below syntax:
> 
> 	fadump_reserve_mem=<range1>:<size1>[,<range2>:<size2>,...]
> 
> This syntax helps using the same commandline parameter for different system
> memory sizes.

This is basically using the crashkernel= syntax right?

So can we please reuse the crashkernel= parsing code?

cheers


More information about the Linuxppc-dev mailing list