ZEDBOARD (c1a148873d6488f1dac1cfb207a5927cef89888e) | ZEDBOARD (f34560385c730c8b1db4f46a9c711a60511864bf) |
---|---|
1# 2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based 3# ZedBoard (www.zedboard.org) and similar Zynq boards. 4# 5# For more information on this file, please read the config(5) manual page, 6# and/or the handbook section on Kernel Configuration Files: 7# 8# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config --- 28 unchanged lines hidden (view full) --- 37#options BOOTP_COMPAT 38#options BOOTP_NFSV3 39 40options ROOTDEVNAME=\"ufs:mmcsd0s2a\" 41 42# Interrupt controller 43device gic 44 | 1# 2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based 3# ZedBoard (www.zedboard.org) and similar Zynq boards. 4# 5# For more information on this file, please read the config(5) manual page, 6# and/or the handbook section on Kernel Configuration Files: 7# 8# https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config --- 28 unchanged lines hidden (view full) --- 37#options BOOTP_COMPAT 38#options BOOTP_NFSV3 39 40options ROOTDEVNAME=\"ufs:mmcsd0s2a\" 41 42# Interrupt controller 43device gic 44 |
45# pseudo devices 46device clk 47device phy 48device hwreset 49device nvmem 50device regulator 51device syscon 52 |
|
45# Cache controller 46device pl310 # PL310 L2 cache controller 47# ARM MPCore timer 48device mpcore_timer 49 50device loop 51device ether 52device cgem # Cadence GEM Gigabit Ethernet device --- 33 unchanged lines hidden --- | 53# Cache controller 54device pl310 # PL310 L2 cache controller 55# ARM MPCore timer 56device mpcore_timer 57 58device loop 59device ether 60device cgem # Cadence GEM Gigabit Ethernet device --- 33 unchanged lines hidden --- |