003 File Manager
Current Path:
/usr/src/sys/mips/mediatek
usr
/
src
/
sys
/
mips
/
mediatek
/
📁
..
📄
fdt_reset.c
(3.63 KB)
📄
fdt_reset.h
(1.87 KB)
📄
fdt_reset_if.m
(1.97 KB)
📄
files.mediatek
(1.41 KB)
📄
mtk_clock.c
(3.76 KB)
📄
mtk_dotg.c
(5 KB)
📄
mtk_ehci.c
(5.79 KB)
📄
mtk_gpio_v1.c
(17.55 KB)
📄
mtk_gpio_v2.c
(15.87 KB)
📄
mtk_intr_gic.c
(8.56 KB)
📄
mtk_intr_v1.c
(8.37 KB)
📄
mtk_intr_v2.c
(8.22 KB)
📄
mtk_machdep.c
(7.93 KB)
📄
mtk_ohci.c
(5.79 KB)
📄
mtk_pcie.c
(32 KB)
📄
mtk_pcie.h
(4.97 KB)
📄
mtk_pinctrl.c
(5.95 KB)
📄
mtk_pinctrl.h
(11.15 KB)
📄
mtk_reset.c
(3.45 KB)
📄
mtk_soc.c
(12.19 KB)
📄
mtk_soc.h
(4.34 KB)
📄
mtk_spi_v1.c
(9.69 KB)
📄
mtk_spi_v1.h
(2.52 KB)
📄
mtk_spi_v2.c
(8.69 KB)
📄
mtk_spi_v2.h
(1.98 KB)
📄
mtk_sysctl.c
(4.74 KB)
📄
mtk_sysctl.h
(2.22 KB)
📄
mtk_usb_phy.c
(9.08 KB)
📄
mtk_usb_phy.h
(2.26 KB)
📄
mtk_xhci.c
(7.85 KB)
📄
palmbus.c
(2.73 KB)
📄
std.mediatek
(1.9 KB)
📄
std.rt2880
(1.89 KB)
📄
uart_dev_mtk.c
(13.22 KB)
📄
uart_dev_mtk.h
(4.14 KB)
Editing: std.rt2880
# # std.rt2880 -- Base kernel configuration file for FreeBSD/MIPS RT2800 SoC # # This includes all the required drivers for the SoCs. # # $FreeBSD$ # # Include the standard file list for Mediatek SoCs. files "../mediatek/files.mediatek" # Building a mips/mipsel kernel machine mips mipsel # Little-endian machine makeoptions MIPS_LITTLE_ENDIAN=defined # Default kernel load address makeoptions KERNLOADADDR=0x88001000 # Mediatek/Ralink SoC support depends on FDT (with static DTB for the moment) options FDT options FDT_DTB_STATIC # We rely on INTRNG code options INTRNG options MIPS_NIRQ=256 # We rely on NEW_PCIB code options NEW_PCIB # Build kernel with gdb(1) debug symbols makeoptions DEBUG=-g # Support for DDB and KDB options DDB options KDB # Debugging for use in -current options INVARIANTS options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN options DEBUG_REDZONE options DEBUG_MEMGUARD # For small memory footprints options VM_KMEM_SIZE_SCALE=1 # General options, including scheduler, etc. options SCHED_ULE # ULE scheduler options INET # InterNETworking #options INET6 # IPv6 options PSEUDOFS # Pseude-filesystem framework options FFS # Berkeley Fast Filesystem #options SOFTUPDATES # Enable FFS soft updates support #options UFS_ACL # Support for access control lists #options UFS_DIRHASH # Improve big directory performance #options MSDOSFS # Enable support for MSDOS filesystems options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time ext. # # Standard drivers section # # The drivers in the following section are required in order to successfully # compile the kernel. # # FDT clock and pinctrl framework device fdt_clock device fdt_pinctrl # UART support device uart # loop device support device loop # ether device support device ether # ether switch support #device etherswitch #device miibus #device ip17x #device mdio
Upload File
Create Folder