freebsd-dev/sys/arm/lpc
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
..
files.lpc
if_lpe.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
if_lpereg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
lpc_dmac.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_fb.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_gpio.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_intc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_machdep.c Add #include <machine/fdt.h> to a few files that used to get it via 2014-01-05 20:09:51 +00:00
lpc_mmc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_ohci.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_pll.c
lpc_pwr.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_rtc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_space.c
lpc_spi.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
lpc_timer.c Replace many pasted identical definitions of cpu_initclocks() with a common 2014-02-26 22:06:10 +00:00
lpcreg.h Convert from using fdt_immr style to arm_devmap_add_entry() to make 2014-01-05 18:40:06 +00:00
lpcvar.h
ssd1289.c
std.lpc Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00