On Sun, Jan 17, 2021 at 5:54 AM Simon Glass <s...@chromium.org> wrote: > > At present it is possible to dump an image within the zimage command, but > it is also useful to be able to dump it from elsewhere, for example in a > loader that has special handling for the different zimage stages. > > Export this feature as a new function. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/include/asm/zimage.h | 10 ++++++++++ > arch/x86/lib/zimage.c | 23 +++++++++++++++-------- > 2 files changed, 25 insertions(+), 8 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>