Re: [RFC PATCH 2/4] of: Add a common kexec FDT setup function

2020-12-22 Thread Thiago Jung Bauermann
Rob Herring writes: > Both arm64 and powerpc do essentially the same FDT /chosen setup for > kexec. We can simply combine everything each arch does. The differences > are either omissions that arm64 should have or additional properties > that will be ignored. > > The differences relative to the

Re: [RFC PATCH 2/4] of: Add a common kexec FDT setup function

2020-12-11 Thread Lakshmi Ramasubramanian
On 12/11/20 6:17 PM, Thiago Jung Bauermann wrote: Lakshmi Ramasubramanian writes: On 12/11/20 2:10 PM, Rob Herring wrote: Hi Rob, Both arm64 and powerpc do essentially the same FDT /chosen setup for kexec. We can simply combine everything each arch does. The differences are either omission

Re: [RFC PATCH 2/4] of: Add a common kexec FDT setup function

2020-12-11 Thread Thiago Jung Bauermann
Lakshmi Ramasubramanian writes: > On 12/11/20 2:10 PM, Rob Herring wrote: > > Hi Rob, > >> Both arm64 and powerpc do essentially the same FDT /chosen setup for >> kexec. We can simply combine everything each arch does. The differences >> are either omissions that arm64 should have or additional

Re: [RFC PATCH 2/4] of: Add a common kexec FDT setup function

2020-12-11 Thread Lakshmi Ramasubramanian
On 12/11/20 2:10 PM, Rob Herring wrote: Hi Rob, Both arm64 and powerpc do essentially the same FDT /chosen setup for kexec. We can simply combine everything each arch does. The differences are either omissions that arm64 should have or additional properties that will be ignored. The difference

[RFC PATCH 2/4] of: Add a common kexec FDT setup function

2020-12-11 Thread Rob Herring
Both arm64 and powerpc do essentially the same FDT /chosen setup for kexec. We can simply combine everything each arch does. The differences are either omissions that arm64 should have or additional properties that will be ignored. The differences relative to the arm64 version: - If /chosen doesn'