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/conf/NOTES

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: releng/10.0/sys/arm/conf/NOTES 245999 2013-01-27 20:10:29Z ian $
    2 
    3 machine arm
    4 
    5 cpu     CPU_ARM9
    6 cpu     CPU_ARM9E
    7 cpu     CPU_FA526
    8 cpu     CPU_SA1100
    9 cpu     CPU_SA1110
   10 cpu     CPU_XSCALE_80219
   11 cpu     CPU_XSCALE_80321
   12 cpu     CPU_XSCALE_81342
   13 cpu     CPU_XSCALE_IXP425
   14 cpu     CPU_XSCALE_IXP435
   15 cpu     CPU_XSCALE_PXA2X0
   16 
   17 files   "../at91/files.at91"
   18 files   "../econa/files.econa"
   19 files   "../mv/files.mv"
   20 files   "../mv/discovery/files.db78xxx"
   21 files   "../mv/kirkwood/files.kirkwood"
   22 files   "../mv/orion/files.db88f5xxx"
   23 files   "../mv/orion/files.ts7800"
   24 files   "../s3c2xx0/files.s3c2xx0"
   25 files   "../sa11x0/files.sa11x0"
   26 files   "../xscale/i80321/files.ep80219"
   27 files   "../xscale/i80321/files.i80219"
   28 files   "../xscale/i80321/files.i80321"
   29 files   "../xscale/i80321/files.iq31244"
   30 files   "../xscale/i8134x/files.crb"
   31 files   "../xscale/i8134x/files.i81342"
   32 files   "../xscale/ixp425/files.avila"
   33 files   "../xscale/ixp425/files.ixp425"
   34 files   "../xscale/pxa/files.pxa"
   35 
   36 options         PHYSADDR=0x00000000
   37 options         KERNPHYSADDR=0x00000000
   38 options         KERNVIRTADDR=0xc0000000
   39 
   40 makeoptions     LDFLAGS="-zmuldefs"
   41 makeoptions     KERNPHYSADDR=0x00000000
   42 makeoptions     KERNVIRTADDR=0xc0000000
   43 
   44 options         FDT
   45 
   46 options         SOC_MV_DISCOVERY
   47 options         SOC_MV_KIRKWOOD
   48 options         SOC_MV_ORION
   49 
   50 device          pci
   51 
   52 device          at91_board_bwct
   53 device          at91_board_ethernut5
   54 device          at91_board_hl200
   55 device          at91_board_hl201
   56 device          at91_board_kb920x
   57 device          at91_board_qila9g20
   58 device          at91_board_sam9260ek
   59 device          at91_board_sam9g20ek
   60 device          at91_board_sam9x25ek
   61 device          at91_board_tsc4370
   62 device          at91rm9200
   63 device          board_ln2410sbc
   64 
   65 nooptions       SMP
   66 nooptions       MAXCPU
   67 
   68 nooptions       COMPAT_FREEBSD4
   69 
   70 nodevice        fdc
   71 nodevice        sym
   72 nodevice        ukbd
   73 
   74 nodevice        sc
   75 nodevice        blank_saver
   76 nodevice        daemon_saver
   77 nodevice        dragon_saver
   78 nodevice        fade_saver
   79 nodevice        fire_saver
   80 nodevice        green_saver
   81 nodevice        logo_saver
   82 nodevice        rain_saver
   83 nodevice        snake_saver
   84 nodevice        star_saver
   85 nodevice        warp_saver
   86 
   87 nodevice        pcii
   88 nodevice        snd_cmi
   89 nodevice        tnt4882

Cache object: c5139c3824b3152e8735fde69e87291b


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