6a11fa4e31
This is based on the patch sent by Alexander Fedorov with the following fixes/improvements: - Better error handling; - Clock is derived from PLL6 (obtained from netbsd); - No more unnecessary busy loops on interrupt handler; - style(9) fixes and code cleanup. I also want to thanks Martin Galvan who has sent an alternative implementation with some interesting fixes. Tested on CubieBoard2, Banana-Pi (thanks to netgate!) and Cubieboard1 (Pratik Singhal). This is intended to pave the way for the upcoming GSoC work (and make easier the build of images for the supported boards). PR: 196081 Submitted by: Alexander Fedorov <alexander.fedorov@rtlservice.com>
20 lines
614 B
Plaintext
20 lines
614 B
Plaintext
# $FreeBSD$
|
|
kern/kern_clocksource.c standard
|
|
|
|
arm/arm/bus_space_base.c standard
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
arm/arm/bus_space_generic.c standard
|
|
|
|
arm/allwinner/a10_clk.c standard
|
|
arm/allwinner/a10_common.c standard
|
|
arm/allwinner/a10_ehci.c optional ehci
|
|
arm/allwinner/a10_gpio.c optional gpio
|
|
arm/allwinner/a10_machdep.c standard
|
|
arm/allwinner/a10_mmc.c optional mmc
|
|
arm/allwinner/a10_sramc.c standard
|
|
arm/allwinner/a10_wdog.c standard
|
|
arm/allwinner/a20/a20_cpu_cfg.c standard
|
|
arm/allwinner/if_emac.c optional emac
|
|
arm/allwinner/timer.c standard
|
|
#arm/allwinner/console.c standard
|