[PATCH v2 1/2] powerpc/fadump: use static allocation for reserved memory ranges

2020-04-20 Thread Hari Bathini
At times, memory ranges have to be looked up during early boot, when kernel couldn't be initialized for dynamic memory allocation. In fact, reserved-ranges look up is needed during FADump memory reservation. Without accounting for reserved-ranges in reserving memory for FADump, MPIPL boot fails wit

[PATCH v2 1/2] powerpc/fadump: use static allocation for reserved memory ranges

2020-04-20 Thread Hari Bathini
At times, memory ranges have to be looked up during early boot, when kernel couldn't be initialized for dynamic memory allocation. In fact, reserved-ranges look up is needed during FADump memory reservation. Without accounting for reserved-ranges in reserving memory for FADump, MPIPL boot fails wit