Date: Thu, 8 Jan 2009 18:31:43 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/mv common.c gpio.c mv_machdep.c mvreg.h mvvar.h obio.c 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 Message-ID: <200901081831.n08IVrEB064316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
raj 2009-01-08 18:31:43 UTC
FreeBSD src repository
Modified files:
sys/arm/mv common.c gpio.c mv_machdep.c mvreg.h
mvvar.h obio.c
sys/arm/mv/discovery db78xxx.c discovery.c
sys/arm/mv/kirkwood db88f6xxx.c kirkwood.c
sys/arm/mv/orion db88f5xxx.c orion.c
Log:
SVN rev 186909 on 2009-01-08 18:31:43Z by raj
Improve and extend Marvell SOCs platform code.
- Allow for setting per platform MPP/GPIO configuration in the kernel, so
that we can override all settings firmware might set.
- Set decode windows for the remaining on-chip peripherals: CESA, SATA and XOR.
- Improve handling of USB controllers so that all port are available on the
given SOC/platform (e.g. up to three on DB-78xxx), this includes rework of
USB decode windows set-up.
- Other minor fixes and cosmetics.
Obtained from: Semihalf
Revision Changes Path
1.5 +511 -39 src/sys/arm/mv/common.c
1.3 +51 -4 src/sys/arm/mv/discovery/db78xxx.c
1.4 +23 -2 src/sys/arm/mv/discovery/discovery.c
1.3 +20 -8 src/sys/arm/mv/gpio.c
1.3 +46 -4 src/sys/arm/mv/kirkwood/db88f6xxx.c
1.4 +13 -2 src/sys/arm/mv/kirkwood/kirkwood.c
1.4 +5 -0 src/sys/arm/mv/mv_machdep.c
1.4 +54 -5 src/sys/arm/mv/mvreg.h
1.4 +14 -0 src/sys/arm/mv/mvvar.h
1.5 +1 -2 src/sys/arm/mv/obio.c
1.3 +91 -5 src/sys/arm/mv/orion/db88f5xxx.c
1.4 +1 -1 src/sys/arm/mv/orion/orion.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901081831.n08IVrEB064316>
