Index: head/sys/arm/conf/CHROMEBOOK =================================================================== --- head/sys/arm/conf/CHROMEBOOK (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK (nonexistent) @@ -1,34 +0,0 @@ -# Kernel configuration for Chromebook (Exynos5 Dual machine). -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -include "EXYNOS5250" -ident CHROMEBOOK - -hints "CHROMEBOOK.hints" - -device chrome_ec_i2c # Chrome Embedded Controller -device chrome_kb # Chrome Keyboard - -# Framebuffer -device vt -device kbdmux -device ukbd - -#FDT -options FDT Property changes on: head/sys/arm/conf/CHROMEBOOK ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/CHROMEBOOK-SPRING =================================================================== --- head/sys/arm/conf/CHROMEBOOK-SPRING (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK-SPRING (nonexistent) @@ -1,28 +0,0 @@ -# Kernel configuration for HP Chromebook 11 (Exynos5 Dual machine). -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "CHROMEBOOK" -ident CHROMEBOOK-SPRING - -#FDT -options FDT -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=exynos5250-spring.dts Property changes on: head/sys/arm/conf/CHROMEBOOK-SPRING ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/RK3188 =================================================================== --- head/sys/arm/conf/RK3188 (revision 346095) +++ head/sys/arm/conf/RK3188 (nonexistent) @@ -1,95 +0,0 @@ -# -# Kernel configuration for Rockchip RK3188 systems. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -ident RK3188 - -include "std.armv7" -include "../rockchip/std.rk30xx" - -options SOC_ROCKCHIP_RK3188 - -options SCHED_ULE # ULE scheduler -options SMP # Enable multiple cores -options PLATFORM - -# Root mount from MMC/SD card -options ROOTDEVNAME=\"ufs:/dev/mmcsd0\" - -# Interrupt controller -device gic - -# ARM MPCore timer -device mpcore_timer - -# MMC/SD/SDIO Card slot support -device mmc # mmc/sd bus -device mmcsd # mmc/sd flash cards -device dwmmc - -# Console and misc -device uart -device uart_snps -device pty -device snp -device md -device random # Entropy device - -# I2C support -#device iicbus -#device iic - -# GPIO -device gpio - -device scbus # SCSI bus (required for ATA/SCSI) -device da # Direct Access (disks) -device pass - -# USB support -options USB_HOST_ALIGN=32 # Align usb buffers to cache line size. -device usb -device dwcotg # DWC OTG controller - -device umass - -# Ethernet -device loop -device ether -device mii -device bpf - -# Wireless NIC cards -options IEEE80211_DEBUG -options IEEE80211_SUPPORT_MESH -options IEEE80211_SUPPORT_TDMA -device wlan # 802.11 support -device wlan_wep # 802.11 WEP support -device wlan_ccmp # 802.11 CCMP support -device wlan_tkip # 802.11 TKIP support -device firmware # Used by the above - -# USB Ethernet support, requires miibus -device miibus -device udav - -# Flattened Device Tree -options FDT # Configure using FDT/DTB data Property changes on: head/sys/arm/conf/RK3188 ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/EXYNOS5250 =================================================================== --- head/sys/arm/conf/EXYNOS5250 (revision 346095) +++ head/sys/arm/conf/EXYNOS5250 (nonexistent) @@ -1,25 +0,0 @@ -# Kernel configuration for Samsung Exynos 5250 boards. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -ident EXYNOS5250 -include "EXYNOS5.common" -include "../samsung/exynos/std.exynos5250" - -#FDT -options FDT Property changes on: head/sys/arm/conf/EXYNOS5250 ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/BEAGLEBONE =================================================================== --- head/sys/arm/conf/BEAGLEBONE (revision 346095) +++ head/sys/arm/conf/BEAGLEBONE (nonexistent) @@ -1,133 +0,0 @@ -# -# BEAGLEBONE -- Custom configuration for the BeagleBone ARM development -# platforms, check out http://www.beagleboard.org/bone and -# http://www.beagleboard.org/black. This kernel config file is used for the -# original BeagleBone and the BeagleBone Black. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -ident BEAGLEBONE - -include "std.armv7" -include "../ti/am335x/std.am335x" - -makeoptions MODULES_EXTRA="dtb/am335x am335x_dmtpps" - -options SCHED_4BSD # 4BSD scheduler -options PLATFORM - -# NFS server support -#options NFSD - -# NFS root from boopt/dhcp -#options BOOTP -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=cpsw0 - -# Boot device is 2nd slice on MMC/SD card -options ROOTDEVNAME=\"ufs:mmcsd0s2\" - -# MMC/SD/SDIO Card slot support -device mmc # mmc/sd bus -device mmcsd # mmc/sd flash cards -device sdhci # mmc/sd host controller - -# I2C support -device iicbus -device iic -device ti_i2c -device am335x_pmic # AM335x Power Management IC (TPC65217) - -device am335x_rtc # RTC support (power management only) -#define am335x_dmtpps # Pulse Per Second capture driver - -# Console and misc -device uart -device uart_ns8250 -device pty -device snp -device md -device random # Entropy device - -# GPIO -device gpio -device gpioled -device gpiobacklight - -# SPI -device ti_spi -device spibus - -# ADC support -device ti_adc - -# Watchdog support -# If we don't enable the watchdog driver, the system could potentially -# reboot automatically because the boot loader might have enabled the -# watchdog. -device ti_wdt - -# TI Programmable Realtime Unit support -device ti_pruss - -# Mailbox support -device ti_mbox - -# PMU support (for CCNT). -device pmu - -# USB support -device usb -options USB_HOST_ALIGN=64 # Align usb buffers to cache line size. -device musb -device umass -device scbus # SCSI bus (required for ATA/SCSI) -device da # Direct Access (disks) - -# Ethernet -device loop -device ether -device mii -device smscphy -device cpsw -device bpf - -# USB Ethernet support, requires miibus -device miibus - -# Device mode support -device usb_template # Control of the gadget - -# Pinmux -device fdt_pinctrl - -# Flattened Device Tree -options FDT # Configure using FDT/DTB data - -# Comment following lines for boot console on serial port -device vt -device videomode -device hdmi -device ums -device ukbd -device kbdmux - -# Uncomment to enable evdev support for ti_adc -# options EVDEV_SUPPORT Property changes on: head/sys/arm/conf/BEAGLEBONE ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/ODROIDC1 =================================================================== --- head/sys/arm/conf/ODROIDC1 (revision 346095) +++ head/sys/arm/conf/ODROIDC1 (nonexistent) @@ -1,31 +0,0 @@ -# ODROIDC1 -- Custom configuration for the HardKernel ODROID-C1 SBC -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "AML8726" -ident ODROIDC1 - -options SMP # Enable multiple cores - -# Interrupt controller -device gic - -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=odroidc1.dts Property changes on: head/sys/arm/conf/ODROIDC1 ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/CHROMEBOOK.hints =================================================================== --- head/sys/arm/conf/CHROMEBOOK.hints (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK.hints (nonexistent) @@ -1,5 +0,0 @@ -# $FreeBSD$ - -# Chrome Embedded Controller -hint.chrome_ec.0.at="iicbus0" -hint.chrome_ec.0.addr=0x1e Property changes on: head/sys/arm/conf/CHROMEBOOK.hints ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/AML8726 =================================================================== --- head/sys/arm/conf/AML8726 (revision 346095) +++ head/sys/arm/conf/AML8726 (nonexistent) @@ -1,101 +0,0 @@ -# -# Kernel configuration for Amlogic aml8726 boards. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -# TODO: Port to INTRNG -#NO_UNIVERSE - -ident AML8726 - -include "std.armv7" -include "../amlogic/aml8726/std.aml8726" - -options SCHED_ULE # ULE scheduler -options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. -options LINUX_BOOT_ABI - -# NFS root from boopt/dhcp -#options BOOTP -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=axe0 - -# Interrupt controller -device aml_pic - -# MMC/SD/SDIO Card slot support -device mmc # mmc/sd bus -device mmcsd # mmc/sd flash cards - -# Boot device is 2nd slice on MMC/SD card -options ROOTDEVNAME=\"ufs:mmcsd0s2\" - -device pl310 # PL310 L2 cache controller - -# GPIO -device gpio -device gpioled - -# I2C support -device iicbus -device iicbb -device iic - -# vt is the default console driver, resembling an SCO console -device vt -#device kbdmux - -# Serial (COM) ports -device uart # Generic UART driver - -# Pseudo devices. -device loop # Network loopback -device random # Entropy device -device ether # Ethernet support -device pty # BSD-style compatibility pseudo ttys - -# The `bpf' device enables the Berkeley Packet Filter. -# Be aware of the administrative consequences of enabling this! -# Note that 'bpf' is required for DHCP. -device bpf # Berkeley packet filter - -# USB support -device usb # General USB code (mandatory for USB) -device dwcotg # DWC OTG controller -options USB_HOST_ALIGN=64 # Align usb buffers to cache line size. - -#device ukbd # USB keyboard -#device ums # USB mouse - -device scbus # SCSI bus (required for ATA/SCSI) -device da # Direct Access (disks) -device umass # Disks/Mass storage - Requires scbus and da - -# Ethernet support -device miibus # MII bus support - -# SoC Ethernet, requires miibus -device dwc - -# USB Ethernet support, requires miibus -device axe # ASIX Electronics USB Ethernet - -# Flattened Device Tree -options FDT # Configure using FDT/DTB data Property changes on: head/sys/arm/conf/AML8726 ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/PANDABOARD.hints =================================================================== --- head/sys/arm/conf/PANDABOARD.hints (revision 346095) +++ head/sys/arm/conf/PANDABOARD.hints (nonexistent) @@ -1,61 +0,0 @@ -# $FreeBSD$ - -# USB ECHI - -# -# TI OMAP Power Management and System Companion Device sitting on the I2C bus -# hint.tps65950.0.at="iicbus0" -# hint.tps65950.0.addr=0xd0 - - -# -# Defines the GPIO pin used to detect the Write Protect stat of the MMC/SD card. -#hint.omap_mmc.0.wp_gpio="23" - - -# -# If 'phy_reset" is set, then the accompaning PHY is reset using one of the -# GPIO pins. If the reset GPIO pin is not -1 then the pin will be toggled when -# the USB driver is loaded. -hint.ehci.0.phy_reset="0" - -# -# Sets the PHY mode for the individual ports, the following values are allowed -# - EHCI_HCD_OMAP3_MODE_UNKNOWN 0 -# - EHCI_HCD_OMAP3_MODE_PHY 1 -# - EHCI_HCD_OMAP3_MODE_TLL 2 -hint.ehci.0.phy_mode_0="1" -hint.ehci.0.phy_mode_1="0" -hint.ehci.0.phy_mode_2="0" - -# -# If specified the value indicates a pin that is toggled as a heart-beat. The -# heart beat pusle is triggered every 500ms using the system tick timer. -hint.omap_clk.0.heartbeat_gpio="150" - - -# -# Padconf (pinmux) settings - typically this would be set by the boot-loader -# but can be overridden here. These hints are applied to the H/W when the -# SCM module is initialised. -# -# The format is: -# hint.omap_scm.0.padconf.= -# -# Where the options can be one of the following: -# output, input, input_pullup, input_pulldown -# - -# Setup the pin settings for the HS USB Host (PHY mode) -hint.omap4.0.padconf.ag19="usbb1_ulpiphy_stp:output" -hint.omap4.0.padconf.ae18="usbb1_ulpiphy_clk:input_pulldown" -hint.omap4.0.padconf.af19="usbb1_ulpiphy_dir:input_pulldown" -hint.omap4.0.padconf.ae19="usbb1_ulpiphy_nxt:input_pulldown" -hint.omap4.0.padconf.af18="usbb1_ulpiphy_dat0:input_pulldown" -hint.omap4.0.padconf.ag18="usbb1_ulpiphy_dat1:input_pulldown" -hint.omap4.0.padconf.ae17="usbb1_ulpiphy_dat2:input_pulldown" -hint.omap4.0.padconf.af17="usbb1_ulpiphy_dat3:input_pulldown" -hint.omap4.0.padconf.ah17="usbb1_ulpiphy_dat4:input_pulldown" -hint.omap4.0.padconf.ae16="usbb1_ulpiphy_dat5:input_pulldown" -hint.omap4.0.padconf.af16="usbb1_ulpiphy_dat6:input_pulldown" -hint.omap4.0.padconf.ag16="usbb1_ulpiphy_dat7:input_pulldown" Property changes on: head/sys/arm/conf/PANDABOARD.hints ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/EXYNOS5.common =================================================================== --- head/sys/arm/conf/EXYNOS5.common (revision 346095) +++ head/sys/arm/conf/EXYNOS5.common (nonexistent) @@ -1,126 +0,0 @@ -# -# Kernel configuration for Samsung Exynos 5 SoC. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -makeoptions WERROR="-Werror" - -include "std.armv7" -options SCHED_ULE # ULE scheduler -options PLATFORM # Platform based SoC -options PREEMPTION # Enable kernel thread preemption -options INET # InterNETworking -options INET6 # IPv6 communications protocols -options TCP_HHOOK # hhook(9) framework for TCP -options SCTP # Stream Control Transmission Protocol -options FFS # Berkeley Fast Filesystem -options SOFTUPDATES # Enable FFS soft updates support -options UFS_ACL # Support for access control lists -options UFS_DIRHASH # Improve performance on big directories -options UFS_GJOURNAL # Enable gjournal-based UFS journaling -options QUOTA # Enable disk quotas for UFS -options NFSCL # Network Filesystem Client -options NFSLOCKD # Network Lock Manager -options NFS_ROOT # NFS usable as /, requires NFSCL -options MSDOSFS # MSDOS Filesystem -options CD9660 # ISO 9660 Filesystem -options PROCFS # Process filesystem (requires PSEUDOFS) -options PSEUDOFS # Pseudo-filesystem framework -options TMPFS # Efficient memory filesystem -options GEOM_PART_GPT # GUID Partition Tables -options GEOM_PART_BSD # BSD partition scheme -options GEOM_PART_MBR # MBR partition scheme -options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] -options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI -options KTRACE # ktrace(1) support -options SYSVSHM # SYSV-style shared memory -options SYSVMSG # SYSV-style message queues -options SYSVSEM # SYSV-style semaphores -options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions -options KBD_INSTALL_CDEV # install a CDEV entry in /dev -options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8) -options VFP # Enable floating point hardware support -options SMP # Enable multiple cores - -# NFS root from boopt/dhcp -#options BOOTP -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=ue0 - -options ROOTDEVNAME=\"ufs:/dev/da0\" - -# MMC/SD/SDIO Card slot support -device mmc # mmc/sd bus -device mmcsd # mmc/sd flash cards -device dwmmc - -# Interrupt controller -device gic - -# ARM Generic Timer -device generic_timer - -# Pseudo devices - -device loop -device random -device pty -device md -device gpio - -# USB support -options USB_HOST_ALIGN=64 # Align usb buffers to cache line size. -device usb -#device musb -device ehci -#device ohci -device xhci - -device umass -device scbus # SCSI bus (required for ATA/SCSI) -device da # Direct Access (disks) -device pass - -# SATA -#device ata -#device atadisk -#device mvs - -# Serial ports -device uart - -# I2C (TWSI) -device iic -device iicbus - -# SPI -device spibus -device exynos_spi - -# Ethernet -device ether -device mii -device smsc -device smscphy - -# USB ethernet support, requires miibus -device miibus -device axe # ASIX Electronics USB Ethernet -device bpf # Berkeley packet filter Property changes on: head/sys/arm/conf/EXYNOS5.common ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/CHROMEBOOK-SNOW =================================================================== --- head/sys/arm/conf/CHROMEBOOK-SNOW (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK-SNOW (nonexistent) @@ -1,28 +0,0 @@ -# Kernel configuration for Samsung Chromebook (Exynos5 Dual machine). -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "CHROMEBOOK" -ident CHROMEBOOK-SNOW - -#FDT -options FDT -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=exynos5250-snow.dts Property changes on: head/sys/arm/conf/CHROMEBOOK-SNOW ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/RADXA-LITE =================================================================== --- head/sys/arm/conf/RADXA-LITE (revision 346095) +++ head/sys/arm/conf/RADXA-LITE (nonexistent) @@ -1,29 +0,0 @@ -# RADXA-LITE -- Custom configuration for the RADXA LITE ARM development -# platform, check out http://www.radxa.com -# -# For more information on this file, please read the handbook section on -# Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "RK3188" -ident RADXA-LITE - -# Flattened Device Tree -options FDT -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=rk3188-radxa-lite.dts Property changes on: head/sys/arm/conf/RADXA-LITE ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/PANDABOARD =================================================================== --- head/sys/arm/conf/PANDABOARD (revision 346095) +++ head/sys/arm/conf/PANDABOARD (nonexistent) @@ -1,115 +0,0 @@ -# -# PANDABOARD -- Custom configuration for the PandaBoard ARM development -# platform, check out www.pandaboard.org -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -ident PANDABOARD - -# This probably wants to move somewhere else. Maybe we can create a basic -# OMAP4340 config, then make a PANDABOARD config that includes the basic one, -# adds the start addresses and custom devices plus pulls in this hints file. - -hints "PANDABOARD.hints" - -include "std.armv7" -include "../ti/omap4/std.omap4" - -makeoptions MODULES_EXTRA=dtb/omap4 - -options SCHED_ULE # ULE scheduler -options PLATFORM -options SMP # Enable multiple cores - -# NFS root from boopt/dhcp -#options BOOTP -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=ue0 - -device fdt_pinctrl -# Interrupt controller -device gic - -# ARM MPCore timer -device mpcore_timer - -# MMC/SD/SDIO Card slot support -device mmc # mmc/sd bus -device mmcsd # mmc/sd flash cards -device sdhci # mmc/sd host controller - -# I2C support -device iicbus -device iic -device ti_i2c - -# Console and misc -device uart -device uart_ns8250 -device pty -device snp -device md -device random # Entropy device -device pl310 # PL310 L2 cache controller - -# GPIO -device gpio -device gpioled - -# The following enables MFS as root, this seems similar to an initramfs or initrd -# as used in Linux. -#options MD_ROOT -#options MD_ROOT_SIZE=7560 - - - -# USB support -device usb -options USB_HOST_ALIGN=64 # Align usb buffers to cache line size. -device ohci -device ehci -device umass -device scbus # SCSI bus (required for ATA/SCSI) -device da # Direct Access (disks) - -# Ethernet -device loop -device ether -device mii -device smc -device smcphy -device bpf - -# USB Ethernet support, requires miibus -device miibus -#device axe # ASIX Electronics USB Ethernet -device smsc # SMSC LAN95xx USB Ethernet - - -# OMAP-specific devices -device ti_sdma -device twl -device twl_vreg -device twl_clks - -# Flattened Device Tree -options FDT # Configure using FDT/DTB data -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=pandaboard.dts Property changes on: head/sys/arm/conf/PANDABOARD ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/RADXA =================================================================== --- head/sys/arm/conf/RADXA (revision 346095) +++ head/sys/arm/conf/RADXA (nonexistent) @@ -1,29 +0,0 @@ -# RADXA -- Custom configuration for the RADXA ARM development -# platform, check out http://www.radxa.com -# -# For more information on this file, please read the handbook section on -# Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "RK3188" -ident RADXA - -# Flattened Device Tree -options FDT -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=rk3188-radxa.dts Property changes on: head/sys/arm/conf/RADXA ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/CHROMEBOOK-PEACH-PIT =================================================================== --- head/sys/arm/conf/CHROMEBOOK-PEACH-PIT (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK-PEACH-PIT (nonexistent) @@ -1,47 +0,0 @@ -# Kernel configuration for Chromebook2 (Exynos5 Octa machine). -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "EXYNOS5420" -ident CHROMEBOOK-PEACH-PIT - -hints "CHROMEBOOK-PEACH-PIT.hints" - -device chrome_ec_spi # Chrome Embedded Controller -device chrome_kb # Chrome Keyboard - -# Framebuffer -device vt -device kbdmux -device ukbd - -# Uncomment this for NFS root -#options NFS_ROOT # NFS usable as /, requires NFSCL -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=ue0 -#options ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/root\" - -#FDT -options FDT -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=exynos5420-peach-pit.dts Property changes on: head/sys/arm/conf/CHROMEBOOK-PEACH-PIT ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/RPI2 =================================================================== --- head/sys/arm/conf/RPI2 (revision 346095) +++ head/sys/arm/conf/RPI2 (nonexistent) @@ -1,102 +0,0 @@ -# -# RPI2 -- Custom configuration for the Raspberry Pi 2 -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ -# -#NO_UNIVERSE - -ident RPI2 - -include "std.armv7" -include "../broadcom/bcm2835/std.rpi" -include "../broadcom/bcm2835/std.bcm2836" - -options SCHED_ULE # ULE scheduler -options SMP # Enable multiple cores -options PLATFORM - -# NFS root from boopt/dhcp -#options BOOTP -#options BOOTP_NFSROOT -#options BOOTP_COMPAT -#options BOOTP_NFSV3 -#options BOOTP_WIRED_TO=ue0 - -options ROOTDEVNAME=\"ufs:mmcsd0s2\" - -# ARM Generic Timer -device generic_timer - -device bpf -device loop -device ether -device uart -device pty -device snp -device pl011 - -# Comment following lines for boot console on serial port -device vt -device kbdmux -device ukbd - -device sdhci -device mmc -device mmcsd - -device gpio -device gpioled - -# I2C -device iic -device iicbus -device bcm2835_bsc - -device md -device random # Entropy device - -# USB support -device usb -device dwcotg # DWC OTG controller - -# USB storage support -device scbus -device da -device umass - -# USB ethernet support -device smcphy -device mii -device smsc - -# SPI -device spibus -device bcm2835_spi - -device vchiq -device sound - -device fdt_pinctrl - -# Flattened Device Tree -options FDT # Configure using FDT/DTB data -# Note: DTB is normally loaded and modified by RPi boot loader, then -# handed to kernel via U-Boot and ubldr. -#options FDT_DTB_STATIC -#makeoptions FDT_DTS_FILE=rpi2.dts -makeoptions MODULES_EXTRA="dtb/rpi rpi_ft5406" Property changes on: head/sys/arm/conf/RPI2 ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/sys/arm/conf/EXYNOS5420 =================================================================== --- head/sys/arm/conf/EXYNOS5420 (revision 346095) +++ head/sys/arm/conf/EXYNOS5420 (nonexistent) @@ -1,25 +0,0 @@ -# Kernel configuration for Samsung Exynos 5420 boards. -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -ident EXYNOS5420 -include "EXYNOS5.common" -include "../samsung/exynos/std.exynos5420" - -#FDT -options FDT Property changes on: head/sys/arm/conf/EXYNOS5420 ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/arm/conf/CHROMEBOOK-PEACH-PIT.hints =================================================================== --- head/sys/arm/conf/CHROMEBOOK-PEACH-PIT.hints (revision 346095) +++ head/sys/arm/conf/CHROMEBOOK-PEACH-PIT.hints (nonexistent) @@ -1,5 +0,0 @@ -# $FreeBSD$ - -# Chrome Embedded Controller -hint.chrome_ec.0.at="spibus0" -hint.chrome_ec.0.addr=0x00 Property changes on: head/sys/arm/conf/CHROMEBOOK-PEACH-PIT.hints ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property