Home
last modified time | relevance | path

Searched hist:"14 db8908bc9be79affa521e601d1b9d9ee1de40b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/make_helpers/
H A Dbuild_macros.mk14db8908bc9be79affa521e601d1b9d9ee1de40b Fri Jan 26 02:42:01 UTC 2018 Masahiro Yamada <yamada.masahiro@socionext.com> Build: add GZIP compression filter

One typical usage of the pre-tool image filter is data compression,
and GZIP is one of the most commonly used compression methods.
I guess this is generic enough to be put in the common script instead
of platform.mk.

If you want to use this, you can add something like follows to your
platform.mk:

BL32_PRE_TOOL_FILTER := GZIP
BL33_PRE_TOOL_FILTER := GZIP

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>