diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-01-26 11:42:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-02 00:19:08 +0900 |
commit | 2e379d2f1b9e63492ed80a352dbbae7acb4e3a20 (patch) | |
tree | 0258cccae9e5bb47d43c33998cf1bbd7c4215300 /lib/zlib/inffast.h | |
parent | 11f001cb7f26e9c50e688038ebdc9627ea5c4300 (diff) | |
download | platform_external_arm-trusted-firmware-2e379d2f1b9e63492ed80a352dbbae7acb4e3a20.tar.gz platform_external_arm-trusted-firmware-2e379d2f1b9e63492ed80a352dbbae7acb4e3a20.tar.bz2 platform_external_arm-trusted-firmware-2e379d2f1b9e63492ed80a352dbbae7acb4e3a20.zip |
image_decompress: add APIs for decompressing images
These APIs are used by platforms that need to decompress images.
image_decompress_init():
This registers a temporary buffer and a decompressor callback.
This should be called from platform init code.
image_decompress_prepare():
This should be called before each compressed image is loaded. The
best location to call this will be bl*_plat_handle_pre_image_load().
image_decompress():
This should be called after each compressed image is loaded. The
best location to call this will be bl*_plat_handle_post_image_load().
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'lib/zlib/inffast.h')
0 files changed, 0 insertions, 0 deletions