Re: [PATCH v18 15/17] of: fdt: Aggregate the processing of "linux,usable-memory-range"

2021-12-23 Thread Leizhen (ThunderTown)
On 2021/12/23 23:48, Dave Kleikamp wrote: > On 12/22/21 7:08AM, Zhen Lei wrote: >> Currently, we parse the "linux,usable-memory-range" property in >> early_init_dt_scan_chosen(), to obtain the specified memory range of the >> crash kernel. We then reserve the required memory after >>

Re: [PATCH v18 15/17] of: fdt: Aggregate the processing of "linux,usable-memory-range"

2021-12-23 Thread Dave Kleikamp
On 12/22/21 7:08AM, Zhen Lei wrote: Currently, we parse the "linux,usable-memory-range" property in early_init_dt_scan_chosen(), to obtain the specified memory range of the crash kernel. We then reserve the required memory after early_init_dt_scan_memory() has identified all available physical

[PATCH v18 15/17] of: fdt: Aggregate the processing of "linux, usable-memory-range"

2021-12-22 Thread Zhen Lei
Currently, we parse the "linux,usable-memory-range" property in early_init_dt_scan_chosen(), to obtain the specified memory range of the crash kernel. We then reserve the required memory after early_init_dt_scan_memory() has identified all available physical memory. Because the two pieces of code