Date: Fri, 12 Jun 2009 20:00:38 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/mv common.c mvreg.h mvwin.h src/sys/arm/mv/discovery db78xxx.c discovery.c src/sys/arm/mv/kirkwood db88f6xxx.c kirkwood.c src/sys/arm/mv/orion db88f5xxx.c orion.c src/sys/dev/uart ... Message-ID: <200906122001.n5CK1Vof029344@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2009-06-12 20:00:38 UTC
FreeBSD src repository
Modified files:
sys/arm/mv common.c mvreg.h
sys/arm/mv/discovery db78xxx.c discovery.c
sys/arm/mv/kirkwood db88f6xxx.c kirkwood.c
sys/arm/mv/orion db88f5xxx.c orion.c
sys/dev/uart uart_cpu_mv.c
sys/dev/usb/controller ehci_mbus.c
Added files:
sys/arm/mv mvwin.h
Log:
SVN rev 194072 on 2009-06-12 20:00:38Z by marcel
Move the memory layout definitions and logic from mvreg.h to mvwin.h
so that it isn't exposured unless needed. In particular this means
that it's easier to tune the memory layout based on board details.
While here, remove inclusion of <machine/intr.h> from mvreg.h. This
also contains exposure to SoC specifics in MI drivers, because NIRQ
depends on the SoC.
Revision Changes Path
1.7 +1 -0 src/sys/arm/mv/common.c
1.4 +1 -0 src/sys/arm/mv/discovery/db78xxx.c
1.5 +1 -0 src/sys/arm/mv/discovery/discovery.c
1.4 +1 -0 src/sys/arm/mv/kirkwood/db88f6xxx.c
1.5 +1 -0 src/sys/arm/mv/kirkwood/kirkwood.c
1.6 +0 -245 src/sys/arm/mv/mvreg.h
1.1 +279 -0 src/sys/arm/mv/mvwin.h (new)
1.5 +2 -0 src/sys/arm/mv/orion/db88f5xxx.c
1.6 +1 -0 src/sys/arm/mv/orion/orion.c
1.3 +1 -0 src/sys/dev/uart/uart_cpu_mv.c
1.5 +4 -1 src/sys/dev/usb/controller/ehci_mbus.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906122001.n5CK1Vof029344>
