Re: [PATCH 07/12] x86: zimage: Allow dumping the image from outside the module

2021-01-20 Thread Bin Meng
On Sun, Jan 17, 2021 at 5:54 AM Simon Glass 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

[PATCH 07/12] x86: zimage: Allow dumping the image from outside the module

2021-01-16 Thread Simon Glass
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 --- arch/x86/in