CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2015/05/18 18:05:59

Modified files:
        distrib/armv7/ramdisk: Makefile 
        etc/etc.armv7  : Makefile.inc 
        sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h 
        sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI 
                             Makefile.armv7 RAMDISK-IMX RAMDISK-OMAP 
                             RAMDISK-SUNXI 
        sys/arch/armv7/imx: imx_machdep.c 
        sys/arch/armv7/omap: omap_machdep.c 
        sys/arch/armv7/sunxi: sunxi_machdep.c 

Log message:
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@

Reply via email to