
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:
When booting Chrome OS images the command line is stored separately from the kernel. Add a way to specify this address so that images boot correctly.
Also add comments to the zimage.h header.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
(no changes since v1)
arch/x86/include/asm/zimage.h | 30 +++++++++++++++++++++++++++++- arch/x86/lib/bootm.c | 2 +- arch/x86/lib/zimage.c | 21 ++++++++++++++++----- 3 files changed, 46 insertions(+), 7 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com