freebsd-dev/sys/arm/allwinner
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
..
a20 Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_clk.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_clk.h Enable USB1 (which is EHCI0) for Allwinner A10 2013-02-15 21:29:03 +00:00
a10_ehci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_machdep.c Switch to using arm_devmap_add_entry() to set up static device mapping. 2014-01-06 16:57:22 +00:00
a10_wdog.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
a10_wdog.h Add watchdog driver for Allwinner A10 2013-02-11 11:31:23 +00:00
aintc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
common.c Bring initial support for Allwinner A20 SoC (Cubieboard2). 2013-08-07 11:07:56 +00:00
console.c Fix style bugs 2013-01-16 08:04:55 +00:00
files.a10 Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space tag. 2013-11-06 10:31:52 +00:00
std.a10 Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
timer.c Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00