On Thu, 9 Oct 2025 at 15:51, Kory Maincent (TI.com) <[email protected]> wrote: > > The extension_overlay_cmd environment variable approach is specific to > the U-Boot extension_board command, while other boot flows (pxe_utils, > bootstd) handle overlay loading differently. > > Move the extension_overlay_cmd execution out of the core extension > framework to the command level. This decouples the framework from > command-specific behavior and prepares for future extension support > in other boot flows. > > Signed-off-by: Kory Maincent (TI.com) <[email protected]> > --- > boot/extension-uclass.c | 68 +++-------------------------------- > cmd/extension_board.c | 92 > +++++++++++++++++++++++++++++++++++++++++++++-- > include/extension_board.h | 12 ++----- > 3 files changed, 98 insertions(+), 74 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

