commit | eff36a912648690802ee34bc5efb9e2cf729806c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 26 11:42:01 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 02 00:18:50 2018 +0900 |
tree | b8234a15fef114ddb8bd4a4a6a548b2a1104acc1 | |
parent | bfb64ace3b08983db16db3aa4d854c358f399bcd [diff] |
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>