CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/11/06 12:03:07
Modified files: sys/arch/armv7/conf: files.armv7 sys/arch/armv7/imx: files.imx imx.c imx6.c imx_machdep.c imxahci.c imxccm.c imxdog.c imxehci.c imxenet.c imxesdhc.c imxgpio.c imxiic.c imxiomuxc.c imxocotp.c imxuart.c imxvar.h sys/arch/armv7/omap: am335x.c dmtimer.c edma.c files.omap gptimer.c if_cpsw.c intc.c omap.c omap3.c omap4.c omap_com.c omap_machdep.c omapid.c omapvar.h omdog.c omehci.c omgpio.c ommmc.c omusbtll.c prcm.c sitara_cm.c sys/arch/armv7/sunxi: a1xintc.c files.sunxi sun4i.c sun7i.c sunxi.c sunxi_machdep.c sunxireg.h sunxivar.h sxiahci.c sxiccmu.c sxidog.c sxie.c sxiehci.c sxipio.c sxirtc.c sxitimer.c sxiuart.c Log message: After factorizing armv7_machdep code here is an effort to factorize all the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c All this code looks quite the same, so we move it in a generic armv7/armv7.c This is a step closer to only one kernel for all armv7 boards. ok patrick@, rapha@