Searched hist:"1 b7898ee276b39e54d870dc4ef3374f663d0b426" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | decompress.c | 1b7898ee276b39e54d870dc4ef3374f663d0b426 Thu Sep 22 01:54:31 CDT 2016 Oliver O'Halloran <oohall@gmail.com> powerpc/boot: Use the pre-boot decompression API
Currently the powerpc boot wrapper has its own wrapper around zlib to handle decompressing gzipped kernels. The kernel decompressor library functions now provide a generic interface that can be used in the pre-boot environment. This allows boot wrappers to easily support different compression algorithms. This patch converts the wrapper to use this new API, but does not add support for using new algorithms.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | main.c | diff 1b7898ee276b39e54d870dc4ef3374f663d0b426 Thu Sep 22 01:54:31 CDT 2016 Oliver O'Halloran <oohall@gmail.com> powerpc/boot: Use the pre-boot decompression API
Currently the powerpc boot wrapper has its own wrapper around zlib to handle decompressing gzipped kernels. The kernel decompressor library functions now provide a generic interface that can be used in the pre-boot environment. This allows boot wrappers to easily support different compression algorithms. This patch converts the wrapper to use this new API, but does not add support for using new algorithms.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | ops.h | diff 1b7898ee276b39e54d870dc4ef3374f663d0b426 Thu Sep 22 01:54:31 CDT 2016 Oliver O'Halloran <oohall@gmail.com> powerpc/boot: Use the pre-boot decompression API
Currently the powerpc boot wrapper has its own wrapper around zlib to handle decompressing gzipped kernels. The kernel decompressor library functions now provide a generic interface that can be used in the pre-boot environment. This allows boot wrappers to easily support different compression algorithms. This patch converts the wrapper to use this new API, but does not add support for using new algorithms.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | Makefile | diff 1b7898ee276b39e54d870dc4ef3374f663d0b426 Thu Sep 22 01:54:31 CDT 2016 Oliver O'Halloran <oohall@gmail.com> powerpc/boot: Use the pre-boot decompression API
Currently the powerpc boot wrapper has its own wrapper around zlib to handle decompressing gzipped kernels. The kernel decompressor library functions now provide a generic interface that can be used in the pre-boot environment. This allows boot wrappers to easily support different compression algorithms. This patch converts the wrapper to use this new API, but does not add support for using new algorithms.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|