head 1.1; access; symbols perseant-exfatfs-base-20250801:1.1 perseant-exfatfs-base-20240630:1.1 perseant-exfatfs:1.1.0.18 perseant-exfatfs-base:1.1 bouyer-sunxi-drm:1.1.0.16 bouyer-sunxi-drm-base:1.1 cjep_sun2x:1.1.0.14 cjep_sun2x-base:1.1 cjep_staticlib_x-base1:1.1 cjep_staticlib_x:1.1.0.12 cjep_staticlib_x-base:1.1 thorpej-futex-base:1.1 bouyer-xenpvh-base2:1.1 phil-wifi-20200421:1.1 bouyer-xenpvh-base1:1.1 phil-wifi-20200411:1.1 bouyer-xenpvh:1.1.0.10 bouyer-xenpvh-base:1.1 phil-wifi-20200406:1.1 ad-namecache-base3:1.1 ad-namecache-base2:1.1 ad-namecache-base1:1.1 ad-namecache:1.1.0.8 ad-namecache-base:1.1 isaki-audio2:1.1.0.6 isaki-audio2-base:1.1 pgoyette-compat-merge-20190127:1.1 pgoyette-compat-20190127:1.1 pgoyette-compat-20190118:1.1 pgoyette-compat-1226:1.1 pgoyette-compat-1126:1.1 pgoyette-compat-1020:1.1 pgoyette-compat-0930:1.1 pgoyette-compat-0906:1.1 pgoyette-compat-0728:1.1 pgoyette-compat-0625:1.1 pgoyette-compat-0521:1.1 pgoyette-compat-0502:1.1 pgoyette-compat-0422:1.1 pgoyette-compat-0415:1.1 pgoyette-compat-0407:1.1 pgoyette-compat-0330:1.1 pgoyette-compat-0322:1.1 pgoyette-compat-0315:1.1 pgoyette-compat:1.1.0.4 pgoyette-compat-base:1.1 matt-nb8-mediatek:1.1.0.2; locks; strict; comment @# @; 1.1 date 2017.12.13.01.06.02; author matt; state dead; branches 1.1.2.1; next ; commitid mVyWx2pcJo4NqFiA; 1.1.2.1 date 2017.12.13.01.06.02; author matt; state Exp; branches; next ; commitid mVyWx2pcJo4NqFiA; desc @@ 1.1 log @file files.mtk was initially added on branch matt-nb8-mediatek. @ text @@ 1.1.2.1 log @Initial import of Mediatek written drivers and board support for Atlas board. @ text @a0 83 # # Configuration info for Mediatek ARM Peripherals # include "arch/arm/pic/files.pic" include "arch/arm/cortex/files.cortex" file arch/arm/arm32/arm32_boot.c file arch/arm/arm32/arm32_kvminit.c file arch/arm/arm32/arm32_reboot.c file arch/arm/arm32/irq_dispatch.S file arch/arm/arm32/armv7_generic_space.c file arch/arm/arm32/armv7_generic_dma.c file arch/arm/arm/bus_space_a4x.S file arch/arm/mediatek/mtk_platform.c #file arch/arm/mediatek/mtk_board.c #file arch/arm/mediatek/mtk_space.c # Console parameters defparam opt_mtk.h CONADDR defparam opt_mtk.h CONSPEED defparam opt_mtk.h CONMODE defparam opt_mtk.h MEMSIZE defflag opt_mtk.h MTK_CONSOLE_EARLY # UART options COM_MTK attach com at fdt with mtk_com file arch/arm/mediatek/mtk_com.c mtk_com needs-flag # SPI controller (mtk spi bus) device mtkspi: spibus attach mtkspi at fdt with mtk_spi file arch/arm/mediatek/mtk_spi.c mtk_spi # PWM device mtkpwm attach mtkpwm at fdt with mtk_pwm file arch/arm/mediatek/mtk_pwm.c mtk_pwm # PWRAP device mtkpwrap : pwrapbus attach mtkpwrap at fdt with mtk_pwrap file arch/arm/mediatek/mtk_pwrap.c mtk_pwrap # MMC/SD controller options MTK_MMC device mtkmmc: sdmmcbus attach mtkmmc at fdt with mtk_mmc file arch/arm/mediatek/mtk_mmc.c mtk_mmc # GPIO Controller device mtkgpio: gpiobus attach mtkgpio at fdt with mtk_gpio file arch/arm/mediatek/mtk_gpio.c mtk_gpio # External interrupt controller device eint attach eint at fdt with mtk_eint file arch/arm/mediatek/mtk_eint.c mtk_eint # I2C device mtki2c : i2cbus, i2cexec attach mtki2c at fdt with mtk_i2c file arch/arm/mediatek/mtk_i2c.c mtk_i2c # USB2 OTG Controller #options MOTG_MEDIATEK attach motg at fdt with mtk_musb file arch/arm/mediatek/mtk_musb.c mtk_musb # USB PHY device usbphy attach usbphy at fdt with mtk_usbphy file arch/arm/mediatek/mtk_usbphy.c mtk_usbphy device mfe: ether, ifnet, arp, mii attach mfe at fdt with mtk_ether file arch/arm/mediatek/mtk_ether.c mtk_ether @