binman: add a new entry type for packing DDR PHY firmware images
authorAlice Guo <alice.guo@nxp.com>
Mon, 28 Apr 2025 10:37:39 +0000 (18:37 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 3 May 2025 19:55:32 +0000 (16:55 -0300)
commit0318c26c2fcd4e38f7a9e991409fd458c7790e07
tree0b8edb31c93a0e75f6c67850cf3aa656ed1713bc
parentd292f30d5249236fc5c5a3b8a7d7769a1c96bb5b
binman: add a new entry type for packing DDR PHY firmware images

i.MX95 needs to combine DDR PHY firmware images and their byte counts
together, so add a new entry type nxp-header-ddrfw for this requirement.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
tools/binman/entries.rst
tools/binman/etype/nxp_header_ddrfw.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/346_nxp_ddrfw_imx95.dts [new file with mode: 0644]