xen/arm: add start to struct bootcmdline
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 13 Nov 2018 16:57:45 +0000 (08:57 -0800)
committerJulien Grall <julien.grall@arm.com>
Wed, 14 Nov 2018 19:34:47 +0000 (19:34 +0000)
commitc74b8d5ca03435f9ff717da6086d452801e731cf
treea744d2d2bac2d0af3824a236205d5a8a83ef8510
parent93ff7f1242aea56b5d2f7a3ca3b89f4bfbdd9eb9
xen/arm: add start to struct bootcmdline

Add a new start address field to struct bootcmdline to easily match a
cmdline to the corresponding bootmodule. This is useful for debugging
(not actually needed for functionalities today, but could be.)

Instead of printing the index in the cmdline array, print the start
address of the corresponding bootmodule for each cmdline in
early_print_info.

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Reviewed-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/bootfdt.c
xen/arch/arm/setup.c
xen/include/asm-arm/setup.h