Re: [PATCH v3 0/4] Enable usage of larger LMB ( > 4G)

2020-10-09 Thread Michael Ellerman
On Wed, 7 Oct 2020 17:18:32 +0530, Aneesh Kumar K.V wrote: > Changes from v2: > * Don't use root addr and size cells during runtime. Walk up the > device tree and use the first addr and size cells value (of_n_addr_cells()/ > of_n_size_cells()) > > Aneesh Kumar K.V (4): > powerpc/drmem: Make

[PATCH v3 0/4] Enable usage of larger LMB ( > 4G)

2020-10-07 Thread Aneesh Kumar K.V
Changes from v2: * Don't use root addr and size cells during runtime. Walk up the device tree and use the first addr and size cells value (of_n_addr_cells()/ of_n_size_cells()) Aneesh Kumar K.V (4): powerpc/drmem: Make lmb_size 64 bit powerpc/memhotplug: Make lmb size 64bit