xen: arm: rename early_info structs
authorIan Campbell <ian.campbell@citrix.com>
Fri, 18 Jul 2014 13:08:14 +0000 (14:08 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 21 Jul 2014 11:16:59 +0000 (12:16 +0100)
commit0fa40c36742ac01e82d9fb3f5a6be1777b42a008
treea79f510092cf404bed8b0bbcb3477e3c16f2b538
parent5bedebbfe47b4cf192e231c76d7f2cb9b1c198b4
xen: arm: rename early_info structs

There isn't really anything Device Tree specific about the early_info, we just
happen to get it from device tree (but in the future it might come e.g. from
UEFI or ACPI or something else).

Move the relevant structs out of device_tree.h and into asm/setup.h and rename to
be more neutral.

For now the code to parse the DT into the now arch specific structs remains in
common code.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/domain_build.c
xen/arch/arm/kernel.c
xen/arch/arm/kernel.h
xen/arch/arm/setup.c
xen/common/device_tree.c
xen/include/asm-arm/setup.h
xen/include/xen/device_tree.h