IMX31LITE revision 1.2
11.2Smatt# $NetBSD: IMX31LITE,v 1.2 2008/04/27 18:58:46 matt Exp $ 21.2Smatt# 31.2Smatt# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel 41.2Smatt# 51.2Smatt 61.2Smattinclude "arch/evbarm/conf/std.imx31" 71.2Smatt 81.2Smatt#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.2Smatt 101.2Smatt# estimated number of users 111.2Smatt 121.2Smattmaxusers 32 131.2Smatt 141.2Smatt# Standard system options 151.2Smatt 161.2Smattoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.2Smatt#options NTP # NTP phase/frequency locked loop 181.2Smatt 191.2Smatt# CPU options 201.2Smatt 211.2Smatt# For StrongARM systems 221.2Smattoptions CPU_ARM1136 # Support the SA110 core 231.2Smatt 241.2Smatt# Architecture options 251.2Smatt 261.2Smatt# File systems 271.2Smatt 281.2Smattfile-system FFS # UFS 291.2Smatt#file-system LFS # log-structured file system 301.2Smattfile-system MFS # memory file system 311.2Smattfile-system NFS # Network file system 321.2Smatt#file-system ADOSFS # AmigaDOS-compatible file system 331.2Smatt#file-system EXT2FS # second extended file system (linux) 341.2Smatt#file-system CD9660 # ISO 9660 + Rock Ridge file system 351.2Smatt#file-system MSDOSFS # MS-DOS file system 361.2Smattfile-system FDESC # /dev/fd 371.2Smattfile-system KERNFS # /kern 381.2Smattfile-system NULLFS # loopback file system 391.2Smatt#file-system PORTAL # portal filesystem (still experimental) 401.2Smattfile-system PROCFS # /proc 411.2Smattfile-system TMPFS # memory file system 421.2Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 431.2Smatt#file-system UNION # union file system 441.2Smattfile-system PTYFS # /dev/pts/N support 451.2Smatt 461.2Smatt# File system options 471.2Smatt#options QUOTA # UFS quotas 481.2Smatt#options FFS_EI # FFS Endian Independant support 491.2Smattoptions NFSSERVER 501.2Smattoptions SOFTDEP 511.2Smatt#options FFS_NO_SNAPSHOT # No FFS snapshot support 521.2Smatt 531.2Smatt# Networking options 541.2Smatt 551.2Smatt#options GATEWAY # packet forwarding 561.2Smattoptions INET # IP + ICMP + TCP + UDP 571.2Smattoptions INET6 # IPV6 581.2Smatt#options IPSEC # IP security 591.2Smatt#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 601.2Smatt#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 611.2Smatt#options IPSEC_DEBUG # debug for IP security 621.2Smatt#options MROUTING # IP multicast routing 631.2Smatt#options PIM # Protocol Independent Multicast 641.2Smatt#options ISO,TPIP # OSI 651.2Smatt#options EON # OSI tunneling over IP 661.2Smatt#options NETATALK # AppleTalk networking 671.2Smatt#options PFIL_HOOKS # pfil(9) packet filter hooks 681.2Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 691.2Smatt#options PPP_DEFLATE # Deflate compression support for PPP 701.2Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 711.2Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 721.2Smatt 731.2Smattoptions NFS_BOOT_BOOTP 741.2Smattoptions NFS_BOOT_DHCP 751.2Smatt#options NFS_BOOT_BOOTPARAM 761.2Smatt 771.2Smatt# Compatibility options 781.2Smatt 791.2Smatt#options COMPAT_43 # 4.3BSD compatibility. 801.2Smattoptions COMPAT_30 # NetBSD 3.0 compatibility. 811.2Smattoptions COMPAT_20 # NetBSD 2.0 compatibility. 821.2Smattoptions COMPAT_16 # NetBSD 1.6 compatibility. 831.2Smattoptions COMPAT_15 # NetBSD 1.5 compatibility. 841.2Smattoptions COMPAT_14 # NetBSD 1.4 compatibility. 851.2Smatt#options COMPAT_13 # NetBSD 1.3 compatibility. 861.2Smatt#options COMPAT_12 # NetBSD 1.2 compatibility. 871.2Smatt#options COMPAT_11 # NetBSD 1.1 compatibility. 881.2Smatt#options COMPAT_10 # NetBSD 1.0 compatibility. 891.2Smatt#options COMPAT_09 # NetBSD 0.9 compatibility. 901.2Smatt#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 911.2Smattoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 921.2Smatt 931.2Smatt# Shared memory options 941.2Smatt 951.2Smattoptions SYSVMSG # System V-like message queues 961.2Smattoptions SYSVSEM # System V-like semaphores 971.2Smatt#options SEMMNI=10 # number of semaphore identifiers 981.2Smatt#options SEMMNS=60 # number of semaphores in system 991.2Smatt#options SEMUME=10 # max number of undo entries per process 1001.2Smatt#options SEMMNU=30 # number of undo structures in system 1011.2Smattoptions SYSVSHM # System V-like memory sharing 1021.2Smattoptions SHMMAXPGS=1024 # 1024 pages is the default 1031.2Smatt 1041.2Smatt# Device options 1051.2Smatt 1061.2Smatt#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1071.2Smatt#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 1081.2Smatt#options MEMORY_DISK_IS_ROOT # use memory disk as root 1091.2Smatt 1101.2Smatt# Console options. 1111.2Smatt#options CONSPEED=38400 # Console speed 1121.2Smatt 1131.2Smatt# Miscellaneous kernel options 1141.2Smattoptions KTRACE # system call tracing, a la ktrace(1) 1151.2Smattoptions IRQSTATS # manage IRQ statistics 1161.2Smatt#options LKM # loadable kernel modules 1171.2Smatt#options KMEMSTATS # kernel memory statistics 1181.2Smatt#options SCSIVERBOSE # Verbose SCSI errors 1191.2Smattoptions MIIVERBOSE # Verbose MII autoconfuration messages 1201.2Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1211.2Smatt#options DDB_KEYCODE=0x40 1221.2Smattoptions USERCONF # userconf(4) support 1231.2Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1241.2Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1251.2Smatt 1261.2Smatt# Development and Debugging options 1271.2Smatt 1281.2Smattoptions DIAGNOSTIC # internally consistency checks 1291.2Smattoptions DEBUG 1301.2Smatt#options LOCKDEBUG 1311.2Smattoptions PMAP_DEBUG # Enable pmap_debug_level code 1321.2Smatt#options IPKDB # remote kernel debugging 1331.2Smattoptions VERBOSE_INIT_ARM # verbose bootstraping messages 1341.2Smattoptions DDB # in-kernel debugger 1351.2Smattoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1361.2Smatt#makeoptions DEBUG="-g" # compile full symbol table 1371.2Smattoptions SYMTAB_SPACE=280000 1381.2Smatt 1391.2Smattconfig netbsd root on ? type ? 1401.2Smatt 1411.2Smatt# The main bus device 1421.2Smattmainbus0 at root 1431.2Smatt 1441.2Smatt# The boot cpu 1451.2Smattcpu0 at mainbus? 1461.2Smatt#l2cc0 at mainbus? 1471.2Smatt 1481.2Smatt# Specify the memory size in bytes. 1491.2Smattoptions MEMSIZE=0x8000000 1501.2Smatt 1511.2Smatt# Devices 1521.2Smatt 1531.2Smattahb0 at mainbus? 1541.2Smattavic0 at ahb? addr 0x68000000 irqbase 0 1551.2Smattaips* at ahb0 1561.2Smattimxuart* at aips? addr 0x43f90000 intr 45 1571.2Smattimxgpio0 at ahb? addr 0x53fcc000 irqbase 64 intr 52 1581.2Smattimxgpio1 at ahb? addr 0x53fd0000 irqbase 96 intr 51 1591.2Smattimxgpio2 at ahb? addr 0x53fa4000 irqbase 128 intr 56 1601.2Smattgpio* at imxgpio? 1611.2Smatt 1621.2Smatt# pcic 1631.2Smattimx31lk_pcic0 at aips? addr 0xb8004000 1641.2Smattpcmcia* at imx31lk_pcic0 1651.2Smattwdc* at pcmcia? function ? 1661.2Smattatabus* at wdc? channel ? 1671.2Smattwd* at atabus? drive ? flags 0x0000 1681.2Smatt 1691.2Smatt# Pseudo-Devices 1701.2Smatt 1711.2Smatt# disk/mass storage pseudo-devices 1721.2Smatt#pseudo-device md 1 # memory disk device (ramdisk) 1731.2Smatt#pseudo-device vnd # disk-like interface to files 1741.2Smatt 1751.2Smatt# network pseudo-devices 1761.2Smatt#pseudo-device bpfilter # Berkeley packet filter 1771.2Smattpseudo-device loop # network loopback 1781.2Smatt 1791.2Smatt# miscellaneous pseudo-devices 1801.2Smattpseudo-device pty # pseudo-terminals 1811.2Smattpseudo-device rnd # /dev/random and in-kernel generator 1821.2Smattpseudo-device ksyms # /dev/ksyms 1831.2Smattpseudo-device clockctl # NTP clockctl 184