From: Tom Rini Date: Tue, 2 Jun 2026 15:30:33 +0000 (-0600) Subject: Merge patch series "Clean up bloblist initialization" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5f2880261e968e031db6f85e549b1a6ea35e8c8;p=thirdparty%2Fu-boot.git Merge patch series "Clean up bloblist initialization" Tom Rini says: This series does a few small but important cleanups to how we check for, and initialize a bloblist. The first thing is that the way things are done today, our HANDOFF code can only work with a fixed bloblist location, so express that requirement in Kconfig. Next, we demote the scary message about "Bloblist at ... not found" to a debug because we most often see that because the bloblist doesn't (and can't) exist yet. Finally, we remove bloblist_maybe_init and split this in to an exists and a real init. This results in practically no growth (between 8 bytes growth to 12 bytes saved, with some outliers saving much more thanks to knowing it's impossible to have been passed a bloblist yet). This also cleans up some of the code around checking for / knowing about a bloblist existing. Link: https://lore.kernel.org/r/20260519162225.770071-1-trini@konsulko.com --- b5f2880261e968e031db6f85e549b1a6ea35e8c8