x86: zboot: Set environment variables for image locations
authorSimon Glass <sjg@chromium.org>
Sat, 5 Sep 2020 20:50:48 +0000 (14:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:09 +0000 (11:27 +0800)
commit126f47c3b81b4c429f8ddccaf3e2c70b665598f9
tree7ced6b4882948e4123ca40e8b8a7393ece246bfa
parent3e5975932476b3775dad369bf70ba2fc542d847c
x86: zboot: Set environment variables for image locations

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 <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
README
arch/x86/lib/zimage.c