freebsd-dev/sys/arm
Ian Lepore f0455d6562 Replace many pasted identical definitions of cpu_initclocks() with a common
implementation in arm/machdep.c.  Most arm platforms either don't need to
do anything, or just need to call the standard eventtimer init routines.
A generic implementation that does that is now provided via weak linkage.
Any platform that needs to do something different can provide a its own
implementation to override the generic one.
2014-02-26 22:06:10 +00:00
..
allwinner Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
arm Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
at91 Honor the disabled status by only grabbing resources and returning 2014-02-13 16:50:08 +00:00
broadcom/bcm2835 Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
conf Add support for Quartz Module. 2014-02-24 19:32:15 +00:00
econa It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
freescale Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
include Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
lpc Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
mv Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
rockchip Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
s3c2xx0 It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
sa11x0 Update legacy platforms to use new arm_physmem helper routines. 2014-02-09 22:10:14 +00:00
samsung/exynos Move the declaration for mpentry() into a header file instead of pasting 2014-02-23 22:35:18 +00:00
tegra Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
ti Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
versatile Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
xilinx Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
xscale Make it possible to use the env kernel config file option for AVILA 2014-02-17 11:05:57 +00:00