Re: [PATCH v2 11/16] x86: zboot: Set environment variables for image locations

2020-09-01 Thread Bin Meng
Hi Simon, On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > At present it is not possible to tell from a script where the setup block > is, or where the image was loaded to. Add environment variables for this. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no cha

[PATCH v2 11/16] x86: zboot: Set environment variables for image locations

2020-08-29 Thread Simon Glass
At present it is not possible to tell from a script where the setup block is, or where the image was loaded to. Add environment variables for this. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) README| 4 arch/x86/lib/zimage.c | 3 +++