]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zimage: Export the function to obtain the cmdline
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:44 +0000 (09:04 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 05:38:35 +0000 (13:38 +0800)
commitd0dfbf548d0e0f49b33ae22a8fd338231445ecf0
treed96b4694ef64c57c89ce1c7ad5fb81f58664d40a
parentc886557c18956dca5819920fd48d0d250c4b76a1
x86: zimage: Export the function to obtain the cmdline

Allow reading the command line from a zimage, so that it can be recorded
in the bootflow.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/zimage.h
arch/x86/lib/zimage.c