]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256839, r256948, r256950, r257299, r257414, r258057, r259090
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 20:11:20 +0000 (20:11 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 20:11:20 +0000 (20:11 +0000)
commit258e33a1acab8d5a5875821e939f1f9297b3d0ee
tree5b6fd5c8a0ce1d17498d3870c53104c8d7f0c61f
parent09b5c238433b977af8c423b23e4804300d74a806
MFC  r256839, r256948, r256950, r257299, r257414, r258057, r259090

  Add configuration for the Freescale i.MX53 Quick Start Board.

  Add the Raspberry Pi BSC (I2C compliant) controller driver.

  Add Radxa Rock board (by radxa.com) support.

  Digi-CCWMX53: enable ffec and uart, USB.

  Add support for Freescale Vybrid Family VF600

  Move and rename dwc otg driver to more generic one as it appears to work
  for rk3188 SoC based board too.

git-svn-id: svn://svn.freebsd.org/base/stable/10@266085 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
28 files changed:
sys/arm/broadcom/bcm2835/files.bcm2835
sys/arm/conf/COSMIC [new file with mode: 0644]
sys/arm/conf/DIGI-CCWMX53
sys/arm/conf/RADXA [new file with mode: 0644]
sys/arm/freescale/vybrid/files.vybrid [new file with mode: 0644]
sys/arm/freescale/vybrid/std.vybrid [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_anadig.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_ccm.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_common.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_common.h [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_ehci.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_gpio.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_iomuxc.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_iomuxc.h [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_machdep.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_mscm.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_nfc.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_src.c [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_src.h [new file with mode: 0644]
sys/arm/freescale/vybrid/vf_uart.c [new file with mode: 0644]
sys/boot/fdt/dts/digi-ccwmx53.dts
sys/boot/fdt/dts/rk3188-radxa.dts [new file with mode: 0644]
sys/boot/fdt/dts/rk3188.dtsi [new file with mode: 0644]
sys/boot/fdt/dts/vybrid-cosmic.dts [new file with mode: 0644]
sys/boot/fdt/dts/vybrid.dtsi [new file with mode: 0644]
sys/dev/uart/uart.h
sys/dev/uart/uart_bus_fdt.c
sys/dev/usb/controller/dwc_otg_fdt.c [moved from sys/arm/broadcom/bcm2835/dwc_otg_brcm.c with 100% similarity]