On Sun, Aug 30, 2020 at 5:42 AM Simon Glass <[email protected]> wrote: > > At present the setup block is always obtained from the image > automatically. In some cases it can be useful to use a setup block > obtained elsewhere, e.g. if the image has already been unpacked. Add an > argument to support this and update the logic to use it if provided. > > Signed-off-by: Simon Glass <[email protected]> > Reviewed-by: Wolfgang Wallner <[email protected]> > --- > > Changes in v2: > - Add a comment explaining the logic for a specified setup-base address > > arch/x86/lib/zimage.c | 39 +++++++++++++++++++++++++++++++++------ > 1 file changed, 33 insertions(+), 6 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

