On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <[email protected]> wrote: > > From: Matthew Garrett <[email protected]> > > For systems with more complicated firmware, the firmware memory map may > vary significantly based on a number of factors. This makes it difficult to > pick a hardcoded load address. Add a command for finding an available > address with sufficient room to load the provided path. > > Signed-off-by: Matthew Garrett <[email protected]> > --- > > cmd/Kconfig | 7 ++++ > cmd/Makefile | 1 + > cmd/addr_find.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 95 insertions(+) > create mode 100644 cmd/addr_find.c
Reviewed-by: Simon Glass <[email protected]> (again, this needs doc/ and test/cmd/...) > Applied to ci/master, thanks!

