arm-trusted-firmware/common
Masahiro Yamada 2e379d2f1b 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>
2018-02-02 00:19:08 +09:00
..
aarch32 ARMv7 may not support Virtualization Extensions 2017-11-08 14:38:33 +01:00
aarch64 Include debug.h in debug.S 2017-11-01 08:26:24 +00:00
bl_common.c Unify cache flush code path after image load 2017-12-05 16:04:45 +00:00
desc_image_load.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
image_decompress.c image_decompress: add APIs for decompressing images 2018-02-02 00:19:08 +09:00
runtime_svc.c Tegra: enable 'signed-comparison' compilation warning/errors 2017-06-14 14:59:07 -07:00
tf_log.c Implement log framework 2017-09-11 15:37:24 +01:00
tf_printf.c Add support to left-pad with zeroes in tf_printf 2017-12-15 15:03:48 +00:00
tf_snprintf.c Introduce `tf_snprintf` 2017-05-24 10:47:05 +01:00