1 arm: add iomem.h and phys_to_virt.h
5 This patch is equivalent to upstream commit 1574ff1aae4f3 (arm: include
6 phys_to_virt.h and iomem.h in distribution) when applied to the tarball.
8 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
11 diff -Nuar kexec-tools-2.0.13-orig/kexec/arch/arm/iomem.h kexec-tools-2.0.13/kexec/arch/arm/iomem.h
12 --- kexec-tools-2.0.13-orig/kexec/arch/arm/iomem.h 1970-01-01 02:00:00.000000000 +0200
13 +++ kexec-tools-2.0.13/kexec/arch/arm/iomem.h 2016-10-21 09:45:27.495689269 +0300
18 +#define SYSTEM_RAM "System RAM\n"
19 +#define SYSTEM_RAM_BOOT "System RAM (boot alias)\n"
20 +#define CRASH_KERNEL "Crash kernel\n"
21 +#define CRASH_KERNEL_BOOT "Crash kernel (boot alias)\n"
24 diff -Nuar kexec-tools-2.0.13-orig/kexec/arch/arm/phys_to_virt.h kexec-tools-2.0.13/kexec/arch/arm/phys_to_virt.h
25 --- kexec-tools-2.0.13-orig/kexec/arch/arm/phys_to_virt.h 1970-01-01 02:00:00.000000000 +0200
26 +++ kexec-tools-2.0.13/kexec/arch/arm/phys_to_virt.h 2016-10-21 09:45:27.495689269 +0300
28 +#ifndef PHYS_TO_VIRT_H
29 +#define PHYS_TO_VIRT_H
33 +extern uint64_t phys_offset;