From: Chen-Yu Tsai <wenst@chromium.org>
To: Simon Glass <sjg@chromium.org>,
Masahiro Yamada <masahiroy@kernel.org>,
Nathan Chancellor <nathan@kernel.org>,
Nicolas Schier <nicolas@fjasle.eu>
Cc: Chen-Yu Tsai <wenst@chromium.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: [PATCH 0/2] scripts/make_fit fix and disabled compression for DTBs
Date: Tue, 21 May 2024 14:51:03 +0800 [thread overview]
Message-ID: <20240521065107.30371-1-wenst@chromium.org> (raw)
Hi folks,
Here are a couple changes for the FIT image packing script. While
unreleated, they are sent together because the change context overlaps.
The first patch drops the compatible string property from the fdt image
nodes. According to the FIT image spec, the compatible string in the
(fdt/kernel) image node is used to specify special loading mechanisms,
and is _not_ for identifying the DTB.
The second patch adds an option that disables compression for _just_ the
included DTBs. This is needed for RK3399 and MT8173 based Chromebooks,
whose firmware does not support decompressing DTBs, but does need kernel
image compression to fit the image within their relatively small image
size of 32 MiB.
Please take a look.
Thanks
ChenYu
Chen-Yu Tsai (2):
scripts/make_fit: Drop fdt image entry compatible string
scripts/make_fit: Add option to disable compression for DTBs
scripts/Makefile.lib | 1 +
scripts/make_fit.py | 14 +++++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
--
2.45.0.215.g3402c0e53f-goog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2024-05-21 6:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-21 6:51 Chen-Yu Tsai [this message]
2024-05-21 6:51 ` [PATCH 1/2] scripts/make_fit: Drop fdt image entry compatible string Chen-Yu Tsai
2024-05-23 17:19 ` Simon Glass
2024-05-23 17:30 ` Chen-Yu Tsai
2024-05-23 17:38 ` Simon Glass
2024-05-24 6:29 ` Chen-Yu Tsai
2024-05-24 13:01 ` Simon Glass
2024-05-28 8:31 ` Chen-Yu Tsai
2024-05-28 14:14 ` Simon Glass
2024-05-21 6:51 ` [PATCH 2/2] scripts/make_fit: Add option to disable compression for DTBs Chen-Yu Tsai
2024-05-22 13:08 ` [PATCH 0/2] scripts/make_fit fix and disabled " Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240521065107.30371-1-wenst@chromium.org \
--to=wenst@chromium.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nathan@kernel.org \
--cc=nicolas@fjasle.eu \
--cc=sjg@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).