Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm G/C. OK'ed by jmcnell
details: https://anonhg.NetBSD.org/src/rev/d445d9122cbf
branches: trunk
changeset: 1011776:d445d9122cbf
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jul 10 16:02:00 2020 +0000
description:
G/C. OK'ed by jmcnell
diffstat:
sys/arch/evbarm/conf/ARMADILLO-IOT-G3 | 374 -------------------------------
sys/arch/evbarm/conf/files.imx7 | 10 -
sys/arch/evbarm/conf/mk.imx7 | 31 --
sys/arch/evbarm/conf/std.imx7 | 32 --
sys/arch/evbarm/imx7/imx7_ioconfig.c | 291 ------------------------
sys/arch/evbarm/imx7/imx7_machdep.c | 408 ----------------------------------
sys/arch/evbarm/imx7/platform.h | 59 ----
7 files changed, 0 insertions(+), 1205 deletions(-)
diffs (truncated from 1233 to 300 lines):
diff -r 9aa5583c19ee -r d445d9122cbf sys/arch/evbarm/conf/ARMADILLO-IOT-G3
--- a/sys/arch/evbarm/conf/ARMADILLO-IOT-G3 Fri Jul 10 15:53:30 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,374 +0,0 @@
-# $NetBSD: ARMADILLO-IOT-G3,v 1.23 2020/06/13 16:51:25 ad Exp $
-#
-# ARMADILLO-IOT-G3 -- Atmark Techno, Armadillo-IoT G3
-#
-
-include "arch/evbarm/conf/std.imx7"
-
-#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-
-# estimated number of users
-
-maxusers 32
-
-# Board Type
-options EVBARM_BOARDTYPE=armadillo_iot_g3
-
-# CPU options
-options CPU_CORTEX
-options CPU_CORTEXA7
-options IMX7
-options MULTIPROCESSOR
-#options PMAPCOUNTERS
-
-options MEMSIZE=512
-options MEMSIZE_RESERVED=32 # only reserved 32M for Cortex-M4 core
-
-# Standard system options
-
-options INSECURE # disable kernel security levels - X needs this
-
-options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
-#options NTP # NTP phase/frequency locked loop
-
-options KTRACE # system call tracing via ktrace(1)
-
-# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
-options SYSVMSG # System V-like message queues
-options SYSVSEM # System V-like semaphores
-options SYSVSHM # System V-like memory sharing
-
-#options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-
-# Alternate buffer queue strategies for better responsiveness under high
-# disk I/O load.
-#options BUFQ_READPRIO
-options BUFQ_PRIOCSCAN
-
-# Diagnostic/debugging support options
-options VERBOSE_INIT_ARM # verbose bootstraping messages
-options DIAGNOSTIC # internally consistency checks
- # XXX to be commented out on release branch/
-#options DEBUG
-#options UVMHIST # kernhist for uvm/pmap subsystems
-options LOCKDEBUG # expensive locking checks/support
-options IRQSTATS # manage IRQ statistics
-#options NO_POWERSAVE # uncomment this to run under ICE
-
-#makeoptions COPTS="-O2"
-options DDB # in-kernel debugger
-#options DDB_KEYCODE=0x1d # ^]
-#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered
-options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
-options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
-#options KGDB
-#options KGDB_DEVNAME="\"imxuart\""
-#options KGDB_DEVADDR=0x30a70000
-#options KGDB_DEVRATE=115200
-makeoptions DEBUG="-g" # compile full symbol table
-makeoptions COPY_SYMTAB=1
-#options SYSCALL_STATS # per syscall counts
-#options SYSCALL_TIMES # per syscall times
-
-# Compatibility options
-include "conf/compat_netbsd60.config"
-options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
-
-options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-
-# Wedge support
-options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
-options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
-#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
-#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
-options DKWEDGE_METHOD_APPLE # Support Apple partitions as wedges
-#options DKWEDGE_METHOD_RDB # Support RDB partitions as wedges
-
-# File systems
-file-system FFS # UFS
-file-system MFS # memory file system
-file-system NFS # Network File System client
-file-system TMPFS # Efficient memory file-system
-file-system EXT2FS # second extended file system (linux)
-file-system LFS # log-structured file system
-file-system NTFS # Windows/NT file system (experimental)
-file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system MSDOSFS # MS-DOS file system
-file-system FDESC # /dev/fd
-file-system KERNFS # /kern
-file-system NULLFS # loopback file system
-file-system OVERLAY # overlay file system
-file-system PROCFS # /proc
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
-file-system CODA # Coda File System; also needs vcoda (below)
-file-system PTYFS # /dev/ptm support
-#file-system UDF # experimental - OSTA UDF CD/DVD file-system
-#file-system HFS # experimental - Apple HFS+ (read-only)
-#file-system NILFS # experimental - NTT's NiLFS(2)
-
-# File system options
-options QUOTA # legacy UFS quotas
-options QUOTA2 # new, in-filesystem UFS quotas
-#options DISKLABEL_EI # disklabel Endian Independent support
-options FFS_EI # FFS Endian Independent support
-options WAPBL # File system journaling support
-# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
-# It is not recommended for general use.
-#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
-options NFSSERVER # Network File System server
-#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- # immutable) behave as system flags.
-#options FFS_NO_SNAPSHOT # No FFS snapshot support
-options UFS_EXTATTR # Extended attribute support for UFS1
-
-# Networking options
-#options GATEWAY # packet forwarding
-options INET # IP + ICMP + TCP + UDP
-options INET6 # IPv6
-options IPSEC # IP security
-#options IPSEC_DEBUG # debug for IP security
-#options MPLS # MultiProtocol Label Switching (needs mpls)
-#options MROUTING # IP multicast routing
-#options PIM # Protocol Independent Multicast
-options NETATALK # AppleTalk networking protocols
-options PPP_BSDCOMP # BSD-Compress compression support for PPP
-options PPP_DEFLATE # Deflate compression support for PPP
-options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
-
-#options ALTQ # Manipulate network interfaces' output queues
-#options ALTQ_BLUE # Stochastic Fair Blue
-#options ALTQ_CBQ # Class-Based Queueing
-#options ALTQ_CDNR # Diffserv Traffic Conditioner
-#options ALTQ_FIFOQ # First-In First-Out Queue
-#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
-#options ALTQ_HFSC # Hierarchical Fair Service Curve
-#options ALTQ_LOCALQ # Local queueing discipline
-#options ALTQ_PRIQ # Priority Queueing
-#options ALTQ_RED # Random Early Detection
-#options ALTQ_RIO # RED with IN/OUT
-#options ALTQ_WFQ # Weighted Fair Queueing
-
-# Device options
-
-# Console options. also need IMXUARTCONSOLE
-options CONSDEVNAME="\"imxuart\"",CONADDR=0x30a70000,CONSPEED=115200
-options EARLYCONS=imx7
-
-# These options enable verbose messages for several subsystems.
-# Warning, these may compile large string tables into the kernel!
-options MIIVERBOSE # verbose PHY autoconfig messages
-#options PCIVERBOSE # verbose PCI device autoconfig messages
-#options PCI_CONFIG_DUMP # verbosely dump PCI config space
-#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
-#options SCSIVERBOSE # Verbose SCSI errors
-#options USBVERBOSE # verbose USB device autoconfig messages
-#options HDAUDIOVERBOSE # verbose HDAUDIO driver messages
-
-# Kernel root file system and dump configuration.
-config netbsd root on ? type ?
-
-options NFS_BOOT_BOOTP
-options NFS_BOOT_DHCP
-#options NFS_BOOT_BOOTPARAM
-
-#
-# Device configuration
-#
-
-mainbus0 at root
-
-cpu* at mainbus?
-
-# A7 core devices
-armperiph0 at mainbus? # A9 On-Chip Peripherals
-armgic0 at armperiph? # ARM Generic Interrupt Controller
-armgtmr0 at armperiph? # ARM Generic Timer
-
-axi0 at mainbus?
-
-# GPIO
-imxgpio0 at axi? addr 0x30260000 irqbase 256 irq 96
-imxgpio1 at axi? addr 0x30250000 irqbase 288 irq 98
-imxgpio2 at axi? addr 0x30240000 irqbase 320 irq 100
-imxgpio3 at axi? addr 0x30230000 irqbase 352 irq 102
-imxgpio4 at axi? addr 0x30220000 irqbase 384 irq 104
-imxgpio5 at axi? addr 0x30210000 irqbase 416 irq 106
-imxgpio6 at axi? addr 0x30200000 irqbase 448 irq 108
-gpio* at imxgpio?
-
-# Clock Control
-imxccm0 at axi? addr 0x30380000
-
-# On-Chip OTP Controller
-imxocotp0 at axi? addr 0x30350000
-
-# Secure Non-Volatile Storage
-imxsnvs0 at axi? addr 0x30370000
-
-# IOMUX
-imxiomux0 at axi? addr 0x30330000
-
-# WatchDog
-imxwdog0 at axi? addr 0x30280000 irq 110 flags 0
-imxwdog1 at axi? addr 0x30290000 irq 111 flags 0
-imxwdog2 at axi? addr 0x302a0000 irq 42 flags 0
-imxwdog3 at axi? addr 0x302b0000 irq 141 flags 0
-
-# Serial
-#imxuart0 at axi? addr 0x30860000 irq 58 # UART1
-#imxuart1 at axi? addr 0x30870000 irq 59 # UART2
-#imxuart2 at axi? addr 0x30880000 irq 60 # UART3
-#imxuart3 at axi? addr 0x30a60000 irq 61 # UART4
-imxuart4 at axi? addr 0x30a70000 irq 62 # UART5
-#imxuart5 at axi? addr 0x30a80000 irq 48 # UART6
-#imxuart6 at axi? addr 0x30a90000 irq 158 # UART7
-options IMXUARTCONSOLE
-
-# Network Interfaces
-#enet0 at axi? addr 0x30be0000 irq 150 # iMX7 SoC Ethernet
-enet1 at axi? addr 0x30bf0000 irq 132 # iMX7 SoC Ethernet
-
-# MII/PHY support
-acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
-amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
-atphy* at mii? phy ? # Attansic/Atheros PHYs
-bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
-brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
-ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
-dmphy* at mii? phy ? # Davicom DM9101 PHYs
-etphy* at mii? phy ? # Agere/LSI ET1011 TruePHY Gig-E PHYs
-exphy* at mii? phy ? # 3Com internal PHYs
-gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
-glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
-gphyter* at mii? phy ? # NS83861 Gig-E PHY
-icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
-igphy* at mii? phy ? # Intel IGP01E1000
-ihphy* at mii? phy ? # Intel 82577 PHYs
-ikphy* at mii? phy ? # Intel 82563 PHYs
-inphy* at mii? phy ? # Intel 82555 PHYs
-iophy* at mii? phy ? # Intel 82553 PHYs
-lxtphy* at mii? phy ? # Level One LXT-970 PHYs
-makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
-micphy* at mii? phy ? # Micrel KSZ9021RNI PHYs
-nsphy* at mii? phy ? # NS83840 PHYs
-nsphyter* at mii? phy ? # NS83843 PHYs
-pnaphy* at mii? phy ? # generic HomePNA PHYs
-qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
-rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs
-rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
-sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
-tlphy* at mii? phy ? # ThunderLAN PHYs
-tqphy* at mii? phy ? # TDK Semiconductor PHYs
-ukphy* at mii? phy ? # generic unknown PHYs
-urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
-
-# USB Controller and Devices
-imxusbc0 at axi? addr 0x30b10000
-ehci0 at imxusbc0 unit 0 irq 75 # OTG1
-#ehci1 at imxusbc0 unit 1 irq 74 # OTG2
-#ehci2 at imxusbc0 unit 2 irq 72 # HSIC
-
-usb* at ehci?
-
-# USB device drivers
-include "dev/usb/usbdevices.config"
-
-midi* at midibus?
-
-# SD/MMC controller
-sdhc0 at axi? addr 0x30b40000 irq 54 # uSDHC1 SD
-#sdhc1 at axi? addr 0x30b50000 irq 55 # uSDHC2
-sdhc2 at axi? addr 0x30b60000 irq 56 # uSDHC3 eMMC (BROKEN)
-sdmmc* at sdhc?
-#options SDHC_DEBUG
-#options SDMMC_DEBUG
-#
-ld* at sdmmc? # MMC/SD card
-
-
-# Pseudo-Devices
-
-pseudo-device crypto # /dev/crypto device
Home |
Main Index |
Thread Index |
Old Index