The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/xscale/ixp425/files.ixp425

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #$FreeBSD$
    2 arm/arm/bus_space_generic.c             standard
    3 arm/arm/cpufunc_asm_xscale.S            standard
    4 arm/arm/irq_dispatch.S                  standard
    5 arm/xscale/ixp425/ixp425.c              standard
    6 arm/xscale/ixp425/ixp425_mem.c          standard
    7 arm/xscale/ixp425/ixp425_space.c        standard
    8 arm/xscale/ixp425/ixp425_timer.c        standard
    9 arm/xscale/ixp425/ixp425_wdog.c         optional        ixpwdog
   10 arm/xscale/ixp425/ixp425_iic.c          optional        ixpiic
   11 arm/xscale/ixp425/ixp425_pci.c          optional        pci
   12 arm/xscale/ixp425/ixp425_pci_asm.S      optional        pci
   13 arm/xscale/ixp425/ixp425_pci_space.c    optional        pci
   14 arm/xscale/ixp425/uart_cpu_ixp425.c     optional        uart
   15 arm/xscale/ixp425/uart_bus_ixp425.c     optional        uart
   16 arm/xscale/ixp425/ixp425_a4x_space.c    optional        uart
   17 arm/xscale/ixp425/ixp425_a4x_io.S       optional        uart
   18 dev/uart/uart_dev_ns8250.c              optional        uart
   19 #
   20 # NPE-based Ethernet support (requires qmgr also).
   21 #
   22 arm/xscale/ixp425/if_npe.c              optional npe
   23 arm/xscale/ixp425/ixp425_npe.c          optional npe
   24 ixp425_npe_fw.c                         optional npe_fw                 \
   25         compile-with    "${AWK} -f $S/tools/fw_stub.awk IxNpeMicrocode.dat:npe_fw -mnpe -c${.TARGET}" \
   26         no-implicit-rule before-depend local                            \
   27         clean           "ixp425_npe_fw.c"
   28 #
   29 # NB: ld encodes the path in the binary symbols generated for the
   30 #     firmware image so link the file to the object directory to
   31 #     get known values for reference in the _fw.c file.
   32 #
   33 IxNpeMicrocode.fwo                      optional npe_fw                 \
   34         dependency      "IxNpeMicrocode.dat"                            \
   35         compile-with    "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat" \
   36         no-implicit-rule                                                \
   37         clean           "IxNpeMicrocode.fwo"
   38 IxNpeMicrocode.dat                      optional npe_fw                 \
   39         dependency      ".PHONY"                                        \
   40         compile-with    "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \
   41         no-obj no-implicit-rule                                         \
   42         clean           "IxNpeMicrocode.dat"
   43 #
   44 # Q-Manager support
   45 #
   46 arm/xscale/ixp425/ixp425_qmgr.c         optional qmgr

Cache object: b8fec601edef3d2f288c987c03469eca


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.