On Fri, Sep 19, 2025 at 12:09:53PM +0200, Rasmus Villemoes wrote:

> This all started from me wondering "why does this standalone app end
> up being so huge"? Oh, it essentially links in its own standard C
> library to get strlen() and snprintf(). Which then led to asking "why
> don't we export all those standard C functions when we have them
> anyway?".
> 
> CI has chewed on these and seem happy - it was CI which told me about
> the necessity of [1/9]: https://github.com/u-boot/u-boot/pull/813

For the series:

Reviewed-by: Tom Rini <tr...@konsulko.com>

That said, in general and looking towards the future, I do think "needs
a non-trivial standalone app" is better done as a standalone EFI app
rather than U-Boot's standalone API support. Our standalone API is weird
and fragile (as this series shows you're well aware) but the EFI one is
well defined and we just implement it.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to