[U-Boot] [PATCH V2 2/2] lib: fdt: Allow LZO and GZIP DT compression in U-Boot

Simon Glass sjg at chromium.org
Wed Apr 24 15:18:04 UTC 2019


On Tue, 9 Apr 2019 at 10:09, Marek Vasut <marek.vasut at gmail.com> wrote:
>
> Add required Kconfig symbols, Makefile bits and macro fixes in a
> few places to support LZO and DT compression in U-Boot. This can
> save a lot of space with multi-DTB fitImages.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> V2: - Rebase on u-boot/master
>     - Do not apply FINAL_DTB_CONTAINER to u-boot-dtb.bin target
> ---
>  Makefile                  | 16 ++++++++++-
>  dts/Kconfig               | 57 +++++++++++++++++++++++++++++++++++++++
>  include/config_defaults.h |  3 ---
>  lib/Kconfig               | 13 +++++++++
>  lib/fdtdec.c              |  2 +-
>  5 files changed, 86 insertions(+), 5 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list