[PATCH v4 0/8] Qualcomm: teach the build system to emit signed ELF images
Tom Rini
trini at konsulko.com
Tue Jun 17 21:25:35 CEST 2025
On Tue, Jun 17, 2025 at 11:15:37AM +0200, Casey Connolly wrote:
>
>
> On 6/17/25 10:26, Neil Armstrong wrote:
> > On 16/06/2025 18:13, Casey Connolly wrote:
> > > Hi Tom,
> > >
> > > So I've been testing this a bit harder (really should have noticed
> > > this sooner) and it turns out using binman makes things a whole lot
> > > more complicated...
> > >
> > > Specifically, the new trogdor chromebook board doesn't need binman,
> > > the U-Boot ELF is used directly since they have their own bootloader
> > > beforehand.
> > >
> > > But since CONFIG_BINMAN can't be enabled in a defconfig and only
> > > selected by some other Kconfig there isn't really a nice way to
> > > handle this. The trogdor board doesn't add any Kconfigs of it's own
> > > and doing something like
> > >
> > > depends on BINMAN if !CONFIG_SYS_COREBOOT
> > >
> > > would be a huge hack...
> >
> > Can't you change to depends on BINMAN if CONFIG_BINMAN_DTB ?
>
> No, since this creates a recursive dependency
Hmmm. Is there further symbol games we could do here? Perhaps we need
another symbol around BINMAN functionality? I do need to re-read what
you said above and think harder, sorry.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250617/b6ff86e2/attachment.sig>
More information about the U-Boot
mailing list