Date: Thu, 19 Aug 2010 02:03:12 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/atheros ar71xx_chip.c ar71xx_chip.h ar71xx_machdep.c ar71xx_setup.c ar71xx_setup.h ar71xx_wdog.c ar71xxreg.h files.ar71xx uart_bus_ar71xx.c uart_cpu_ar71xx.c Message-ID: <201008190203.o7J23KgH032957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2010-08-19 02:03:12 UTC
FreeBSD src repository
Modified files:
sys/mips/atheros ar71xx_machdep.c ar71xx_wdog.c
ar71xxreg.h files.ar71xx
uart_bus_ar71xx.c uart_cpu_ar71xx.c
Added files:
sys/mips/atheros ar71xx_chip.c ar71xx_chip.h
ar71xx_setup.c ar71xx_setup.h
Log:
SVN rev 211476 on 2010-08-19 02:03:12Z by adrian
Preparation work for supporting the AR91xx and AR724x.
* Implement a SoC probe function, from Linux, which determines the
SoC family, type and revision. This only probes the AR71xx series
SoC and (currently) panics on others.
* Migrate some of the AR71XX specific hardware init (USB device, determining
system frequencies) into using the cpuops introduced in an earlier commit.
Other SoC specific hardware stuff (per-device flush/WB, GPIO pin wiring,
Ethernet PLL setup, other things I've likely missed) will be introduced in
subsequent commits.
Reviewed by: imp@
Obtained from: (partially) Linux
Revision Changes Path
1.1 +180 -0 src/sys/mips/atheros/ar71xx_chip.c (new)
1.1 +34 -0 src/sys/mips/atheros/ar71xx_chip.h (new)
1.4 +13 -0 src/sys/mips/atheros/ar71xx_machdep.c
1.1 +119 -0 src/sys/mips/atheros/ar71xx_setup.c (new)
1.1 +48 -0 src/sys/mips/atheros/ar71xx_setup.h (new)
1.3 +1 -0 src/sys/mips/atheros/ar71xx_wdog.c
1.8 +18 -32 src/sys/mips/atheros/ar71xxreg.h
1.3 +2 -0 src/sys/mips/atheros/files.ar71xx
1.2 +1 -0 src/sys/mips/atheros/uart_bus_ar71xx.c
1.2 +1 -0 src/sys/mips/atheros/uart_cpu_ar71xx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008190203.o7J23KgH032957>
