use the same va entry point on all armv7 socs
authorjsg <jsg@openbsd.org>
Tue, 19 May 2015 00:05:59 +0000 (00:05 +0000)
committerjsg <jsg@openbsd.org>
Tue, 19 May 2015 00:05:59 +0000 (00:05 +0000)
commitfca33a07e08b4c987c79a1ab442941c25aa6ea15
tree02a342316d4181d8fb2505d47426ad87efb5baf1
parentc4d7f035fcdd39c64757d66204edba099646fd57
use the same va entry point on all armv7 socs
Similiar changes were made in bitrig by Patrick Wildt.

As part of this change the physical load address for imx and sunxi have
changed.  Any u-boot settings that include it will need to be modified.

imx: 0x10800000 -> 0x10300000
sunxi: 0x40800000 -> 0x40300000

Tested by bmercer, canacar and myself.
ok bmercer@
14 files changed:
distrib/armv7/ramdisk/Makefile
etc/etc.armv7/Makefile.inc
sys/arch/armv7/armv7/armv7_machdep.c
sys/arch/armv7/armv7/armv7_machdep.h
sys/arch/armv7/conf/GENERIC-IMX
sys/arch/armv7/conf/GENERIC-OMAP
sys/arch/armv7/conf/GENERIC-SUNXI
sys/arch/armv7/conf/Makefile.armv7
sys/arch/armv7/conf/RAMDISK-IMX
sys/arch/armv7/conf/RAMDISK-OMAP
sys/arch/armv7/conf/RAMDISK-SUNXI
sys/arch/armv7/imx/imx_machdep.c
sys/arch/armv7/omap/omap_machdep.c
sys/arch/armv7/sunxi/sunxi_machdep.c