Deleted Added
full compact
files.octeon1 (213762) files.octeon1 (215989)
1# $FreeBSD: head/sys/mips/cavium/files.octeon1 213762 2010-10-13 09:17:44Z jmallett $
1# $FreeBSD: head/sys/mips/cavium/files.octeon1 215989 2010-11-28 08:11:05Z gonzo $
2# Octeon Support Files
3#
4mips/cavium/asm_octeon.S optional smp
5mips/cavium/ciu.c standard
6mips/cavium/obio.c optional uart
7mips/cavium/octeon_ds1337.c standard
8mips/cavium/octeon_ebt3000_cf.c optional cf
9mips/cavium/octeon_machdep.c standard
10mips/cavium/octeon_mp.c optional smp
11mips/cavium/octeon_rtc.c standard
12mips/cavium/uart_bus_octeonusart.c optional uart
13mips/cavium/uart_cpu_octeonusart.c optional uart
14mips/cavium/uart_dev_oct16550.c optional uart
15mips/mips/intr_machdep.c standard
16mips/mips/tick.c standard
17
18mips/cavium/octeon_rnd.c optional random
2# Octeon Support Files
3#
4mips/cavium/asm_octeon.S optional smp
5mips/cavium/ciu.c standard
6mips/cavium/obio.c optional uart
7mips/cavium/octeon_ds1337.c standard
8mips/cavium/octeon_ebt3000_cf.c optional cf
9mips/cavium/octeon_machdep.c standard
10mips/cavium/octeon_mp.c optional smp
11mips/cavium/octeon_rtc.c standard
12mips/cavium/uart_bus_octeonusart.c optional uart
13mips/cavium/uart_cpu_octeonusart.c optional uart
14mips/cavium/uart_dev_oct16550.c optional uart
15mips/mips/intr_machdep.c standard
16mips/mips/tick.c standard
17
18mips/cavium/octeon_rnd.c optional random
19mips/cavium/octeon_wdog.c optional octeon_wdog
20mips/cavium/octeon_nmi.S optional octeon_wdog
19
20mips/cavium/cryptocteon/cavium_crypto.c optional cryptocteon
21mips/cavium/cryptocteon/cryptocteon.c optional cryptocteon
22
23mips/cavium/octe/ethernet.c optional octe
24mips/cavium/octe/ethernet-mv88e61xx.c optional octe octeon_vendor_lanner
25mips/cavium/octe/ethernet-common.c optional octe
26mips/cavium/octe/ethernet-mdio.c optional octe
27mips/cavium/octe/ethernet-mem.c optional octe
28mips/cavium/octe/ethernet-rgmii.c optional octe
29mips/cavium/octe/ethernet-rx.c optional octe
30mips/cavium/octe/ethernet-sgmii.c optional octe
31mips/cavium/octe/ethernet-spi.c optional octe
32mips/cavium/octe/ethernet-tx.c optional octe
33mips/cavium/octe/ethernet-xaui.c optional octe
34mips/cavium/octe/mv88e61xxphy.c optional octe mv88e61xxphy
35mips/cavium/octe/octe.c optional octe
36mips/cavium/octe/octebus.c optional octe
37
38mips/cavium/octopci.c optional pci
39mips/cavium/octopci_bus_space.c optional pci
40
41mips/cavium/usb/octusb.c optional usb octusb
42mips/cavium/usb/octusb_octeon.c optional usb octusb
43
44contrib/octeon-sdk/cvmx-usb.c optional octusb
45
46# XXX Some files could be excluded in some configurations. Making them
47# optional but on in the default config would seem reasonable.
48contrib/octeon-sdk/cvmx-cmd-queue.c standard
49contrib/octeon-sdk/cvmx-bootmem.c standard
50contrib/octeon-sdk/cvmx-fpa.c standard
51contrib/octeon-sdk/cvmx-helper.c standard
52contrib/octeon-sdk/cvmx-helper-board.c standard
53contrib/octeon-sdk/cvmx-helper-errata.c standard
54contrib/octeon-sdk/cvmx-helper-fpa.c standard
55contrib/octeon-sdk/cvmx-helper-loop.c standard
56contrib/octeon-sdk/cvmx-helper-npi.c standard
57contrib/octeon-sdk/cvmx-helper-rgmii.c standard
58contrib/octeon-sdk/cvmx-helper-sgmii.c standard
59contrib/octeon-sdk/cvmx-helper-spi.c standard
60contrib/octeon-sdk/cvmx-helper-util.c standard
61contrib/octeon-sdk/cvmx-helper-xaui.c standard
62contrib/octeon-sdk/cvmx-pko.c standard
63contrib/octeon-sdk/cvmx-spi.c standard
64contrib/octeon-sdk/cvmx-spi4000.c standard
65contrib/octeon-sdk/cvmx-sysinfo.c standard
66contrib/octeon-sdk/cvmx-thunder.c standard
67contrib/octeon-sdk/cvmx-twsi.c standard
68contrib/octeon-sdk/cvmx-warn.c standard
69contrib/octeon-sdk/octeon-model.c standard
21
22mips/cavium/cryptocteon/cavium_crypto.c optional cryptocteon
23mips/cavium/cryptocteon/cryptocteon.c optional cryptocteon
24
25mips/cavium/octe/ethernet.c optional octe
26mips/cavium/octe/ethernet-mv88e61xx.c optional octe octeon_vendor_lanner
27mips/cavium/octe/ethernet-common.c optional octe
28mips/cavium/octe/ethernet-mdio.c optional octe
29mips/cavium/octe/ethernet-mem.c optional octe
30mips/cavium/octe/ethernet-rgmii.c optional octe
31mips/cavium/octe/ethernet-rx.c optional octe
32mips/cavium/octe/ethernet-sgmii.c optional octe
33mips/cavium/octe/ethernet-spi.c optional octe
34mips/cavium/octe/ethernet-tx.c optional octe
35mips/cavium/octe/ethernet-xaui.c optional octe
36mips/cavium/octe/mv88e61xxphy.c optional octe mv88e61xxphy
37mips/cavium/octe/octe.c optional octe
38mips/cavium/octe/octebus.c optional octe
39
40mips/cavium/octopci.c optional pci
41mips/cavium/octopci_bus_space.c optional pci
42
43mips/cavium/usb/octusb.c optional usb octusb
44mips/cavium/usb/octusb_octeon.c optional usb octusb
45
46contrib/octeon-sdk/cvmx-usb.c optional octusb
47
48# XXX Some files could be excluded in some configurations. Making them
49# optional but on in the default config would seem reasonable.
50contrib/octeon-sdk/cvmx-cmd-queue.c standard
51contrib/octeon-sdk/cvmx-bootmem.c standard
52contrib/octeon-sdk/cvmx-fpa.c standard
53contrib/octeon-sdk/cvmx-helper.c standard
54contrib/octeon-sdk/cvmx-helper-board.c standard
55contrib/octeon-sdk/cvmx-helper-errata.c standard
56contrib/octeon-sdk/cvmx-helper-fpa.c standard
57contrib/octeon-sdk/cvmx-helper-loop.c standard
58contrib/octeon-sdk/cvmx-helper-npi.c standard
59contrib/octeon-sdk/cvmx-helper-rgmii.c standard
60contrib/octeon-sdk/cvmx-helper-sgmii.c standard
61contrib/octeon-sdk/cvmx-helper-spi.c standard
62contrib/octeon-sdk/cvmx-helper-util.c standard
63contrib/octeon-sdk/cvmx-helper-xaui.c standard
64contrib/octeon-sdk/cvmx-pko.c standard
65contrib/octeon-sdk/cvmx-spi.c standard
66contrib/octeon-sdk/cvmx-spi4000.c standard
67contrib/octeon-sdk/cvmx-sysinfo.c standard
68contrib/octeon-sdk/cvmx-thunder.c standard
69contrib/octeon-sdk/cvmx-twsi.c standard
70contrib/octeon-sdk/cvmx-warn.c standard
71contrib/octeon-sdk/octeon-model.c standard