Re: [PATCH v8 11/13] powerpc: Add support for loading ELF kernels with kexec_file_load.

2016-09-16 Thread Thiago Jung Bauermann
*slave_code; struct elfhdr ehdr; -- []'s Thiago Jung Bauermann IBM Linux Technology Center Subject: [PATCH v8 11/13] powerpc: Add support for loading ELF kernels with kexec_file_load. This uses all the infrastructure built up by the previous patches in the series to load an ELF vmlinux

[PATCH v8 11/13] powerpc: Add support for loading ELF kernels with kexec_file_load.

2016-09-05 Thread Thiago Jung Bauermann
This uses all the infrastructure built up by the previous patches in the series to load an ELF vmlinux file and an initrd. It uses the flattened device tree at initial_boot_params as a base and adjusts memory reservations and its /chosen node for the next kernel. Signed-off-by: Thiago Jung