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/cfi/cfi_bus_ixp4xx.c                optional        cfi
   19 dev/hwpmc/hwpmc_xscale.c                optional        hwpmc
   20 dev/uart/uart_dev_ns8250.c              optional        uart
   21 #
   22 # NPE-based Ethernet support (requires qmgr also).
   23 #
   24 arm/xscale/ixp425/if_npe.c              optional npe
   25 arm/xscale/ixp425/ixp425_npe.c          optional npe
   26 ixp425_npe_fw.c                         optional npe_fw                 \
   27         compile-with    "${AWK} -f $S/tools/fw_stub.awk IxNpeMicrocode.dat:npe_fw -mnpe -c${.TARGET}" \
   28         no-implicit-rule before-depend local                            \
   29         clean           "ixp425_npe_fw.c"
   30 #
   31 # NB: ld encodes the path in the binary symbols generated for the
   32 #     firmware image so link the file to the object directory to
   33 #     get known values for reference in the _fw.c file.
   34 #
   35 IxNpeMicrocode.fwo                      optional npe_fw                 \
   36         dependency      "IxNpeMicrocode.dat"                            \
   37         compile-with    "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat" \
   38         no-implicit-rule                                                \
   39         clean           "IxNpeMicrocode.fwo"
   40 IxNpeMicrocode.dat                      optional npe_fw                 \
   41         dependency      "$S/contrib/dev/npe/IxNpeMicrocode.dat.uu"      \
   42         compile-with    "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \
   43         no-obj no-implicit-rule                                         \
   44         clean           "IxNpeMicrocode.dat"
   45 #
   46 # Q-Manager support
   47 #
   48 arm/xscale/ixp425/ixp425_qmgr.c         optional qmgr
   49 #
   50 dev/usb/controller/ehci_ixp4xx.c        optional ehci usb

Cache object: 2139178ddf6192204152e4bcb060375a


[ 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.