
1 Sep
2020
1 Sep
'20
12:12 p.m.
On Sun, Aug 30, 2020 at 5:42 AM Simon Glass sjg@chromium.org 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 sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
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 bmeng.cn@gmail.com