
21 Apr
2020
21 Apr
'20
2:27 p.m.
On Thu, Mar 05, 2020 at 04:24:22PM -0800, Atish Patra wrote:
Currently, there is no method that can detect compression types given a file. This is very useful where a compressed kernel image is loaded directly to the memory.
Inspect initial few bytes to figure out compression type of the image. It will be used in booti method for now but can be reused any other function in future as well.
Signed-off-by: Atish Patra atish.patra@wdc.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom