Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-11 Thread Thiago Jung Bauermann
Lakshmi Ramasubramanian writes: > On 12/11/20 10:19 AM, Thiago Jung Bauermann wrote: >> Hi Lakshmi, >> Lakshmi Ramasubramanian writes: >> >>> On 12/6/20 5:50 PM, Lakshmi Ramasubramanian wrote: >>> >>> Hi Thiago, >>> On 12/4/20 6:22 PM, Thiago Jung Bauermann wrote > > Hello Lakshm

Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-11 Thread Lakshmi Ramasubramanian
On 12/11/20 10:19 AM, Thiago Jung Bauermann wrote: Hi Lakshmi, Lakshmi Ramasubramanian writes: On 12/6/20 5:50 PM, Lakshmi Ramasubramanian wrote: Hi Thiago, On 12/4/20 6:22 PM, Thiago Jung Bauermann wrote Hello Lakshmi, Lakshmi Ramasubramanian writes: delete_fdt_mem_rsv() retrieves

Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-11 Thread Thiago Jung Bauermann
Hi Lakshmi, Lakshmi Ramasubramanian writes: > On 12/6/20 5:50 PM, Lakshmi Ramasubramanian wrote: > > Hi Thiago, > >> On 12/4/20 6:22 PM, Thiago Jung Bauermann wrote >>> >>> Hello Lakshmi, >>> >>> Lakshmi Ramasubramanian writes: >>> delete_fdt_mem_rsv() retrieves the memory reserve map en

Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-11 Thread Lakshmi Ramasubramanian
On 12/6/20 5:50 PM, Lakshmi Ramasubramanian wrote: Hi Thiago, On 12/4/20 6:22 PM, Thiago Jung Bauermann wrote Hello Lakshmi, Lakshmi Ramasubramanian writes: delete_fdt_mem_rsv() retrieves the memory reserve map entry, for the given starting address and size, from the device tree blob, and

Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-06 Thread Lakshmi Ramasubramanian
On 12/4/20 6:22 PM, Thiago Jung Bauermann wrote: Hello Lakshmi, Lakshmi Ramasubramanian writes: delete_fdt_mem_rsv() retrieves the memory reserve map entry, for the given starting address and size, from the device tree blob, and removes the entry from the device tree blob. This function is c

Re: [PATCH v10 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of/kexec.c

2020-12-04 Thread Thiago Jung Bauermann
Hello Lakshmi, Lakshmi Ramasubramanian writes: > delete_fdt_mem_rsv() retrieves the memory reserve map entry, for > the given starting address and size, from the device tree blob, and > removes the entry from the device tree blob. This function is called > to free the resources reserved for th