linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] scripts/make_fit fix and disabled compression for DTBs
@ 2024-05-21  6:51 Chen-Yu Tsai
  2024-05-21  6:51 ` [PATCH 1/2] scripts/make_fit: Drop fdt image entry compatible string Chen-Yu Tsai
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Chen-Yu Tsai @ 2024-05-21  6:51 UTC (permalink / raw)
  To: Simon Glass, Masahiro Yamada, Nathan Chancellor, Nicolas Schier
  Cc: Chen-Yu Tsai, linux-arm-kernel, linux-kernel, linux-kbuild

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-28 14:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21  6:51 [PATCH 0/2] scripts/make_fit fix and disabled compression for DTBs Chen-Yu Tsai
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

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).