svn commit: r257739 - head/sys/arm/freescale/imx

Aleksandr Rybalko ray at FreeBSD.org
Wed Nov 6 09:44:34 UTC 2013


Author: ray
Date: Wed Nov  6 09:44:32 2013
New Revision: 257739
URL: http://svnweb.freebsd.org/changeset/base/257739

Log:
  Switch to use common ARMv6/v7 bus_space tag.
  
  Tested by: ian, ray

Deleted:
  head/sys/arm/freescale/imx/bus_space.c
Modified:
  head/sys/arm/freescale/imx/files.imx51
  head/sys/arm/freescale/imx/files.imx53
  head/sys/arm/freescale/imx/files.imx6

Modified: head/sys/arm/freescale/imx/files.imx51
==============================================================================
--- head/sys/arm/freescale/imx/files.imx51	Wed Nov  6 09:41:19 2013	(r257738)
+++ head/sys/arm/freescale/imx/files.imx51	Wed Nov  6 09:44:32 2013	(r257739)
@@ -11,7 +11,7 @@ kern/kern_clocksource.c			standard
 arm/freescale/imx/imx_machdep.c		standard
 arm/freescale/imx/imx51_machdep.c	standard
 arm/freescale/imx/common.c		standard
-arm/freescale/imx/bus_space.c		standard
+arm/arm/bus_space-v6.c			standard
 
 # Dummy serial console
 #arm/freescale/imx/console.c		standard

Modified: head/sys/arm/freescale/imx/files.imx53
==============================================================================
--- head/sys/arm/freescale/imx/files.imx53	Wed Nov  6 09:41:19 2013	(r257738)
+++ head/sys/arm/freescale/imx/files.imx53	Wed Nov  6 09:44:32 2013	(r257739)
@@ -11,7 +11,7 @@ kern/kern_clocksource.c			standard
 arm/freescale/imx/imx_machdep.c		standard
 arm/freescale/imx/imx53_machdep.c	standard
 arm/freescale/imx/common.c		standard
-arm/freescale/imx/bus_space.c		standard
+arm/arm/bus_space-v6.c			standard
 
 # Special serial console for debuging early boot code
 #arm/freescale/imx/console.c		standard

Modified: head/sys/arm/freescale/imx/files.imx6
==============================================================================
--- head/sys/arm/freescale/imx/files.imx6	Wed Nov  6 09:41:19 2013	(r257738)
+++ head/sys/arm/freescale/imx/files.imx6	Wed Nov  6 09:44:32 2013	(r257739)
@@ -16,7 +16,7 @@ kern/kern_clocksource.c			standard
 #
 arm/arm/gic.c				standard
 arm/arm/pl310.c				standard
-arm/freescale/imx/bus_space.c		standard
+arm/arm/bus_space-v6.c			standard
 arm/freescale/imx/common.c		standard
 arm/freescale/imx/imx6_anatop.c		standard
 arm/freescale/imx/imx6_ccm.c		standard


More information about the svn-src-all mailing list