commit | ae8abb1c9c550b90956da70addffc495aa4bcac3 | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | Thu Jul 30 15:33:49 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 07 22:31:32 2020 -0400 |
tree | 0cd2f30ea6f9461f467aa5c6899e78c00fc1af7d | |
parent | a12c66f9fa1be6c1f92e4b23c56339011e943e0b [diff] |
include/u-boot, lib/zlib: add sources for zlib decompression Add zlib (v1.2.11) uncompr() function to U-Boot. SquashFS depends on this function to decompress data from a raw disk image. The actual support for zlib into SquashFS sources will be added in a follow-up commit. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>