Re: [PATCH v2 05/10] binman: Add support for externally provided Linux initrd blob
Simon Glass <[email protected]> Tue, 4 Aug 2026 07:02:52 -0600
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTismHV2Dx-FKMDQ8416ZjWaXtXvKO6w5Wp88vcfp=z5Mw@mail.gmail.com> |
On 2026-07-31T17:10:44, Alexey Charkov <[email protected]> wrote: > binman: Add support for externally provided Linux initrd blob > > Add a simple named Linux ramdisk blob type to binman, activated by the > "LINUX_INITRD" make variable. No processing is done on the blob. > > Signed-off-by: Alexey Charkov <[email protected]> > > Makefile | 1 + > tools/binman/etype/linux_initrd.py | 23 +++++++++++++++++++++++ > tools/binman/missing-blob-help | 5 +++++ > 3 files changed, 29 insertions(+) Reviewed-by: Simon Glass <[email protected]>