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/xilinx/std.zynq7

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 #
    2 # std.zynq7             - Generic configuration for Xilinx Zynq-7000 PS.
    3 #
    4 # $FreeBSD$
    5 
    6 cpu             CPU_CORTEXA
    7 machine         arm     armv6
    8 makeoptions     CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
    9 
   10 files           "../xilinx/files.zynq7"
   11 
   12 # Physical memory starts at 0x00000000.  We assume images are loaded at
   13 # 0x00100000, e.g. from u-boot with 'fatload mmc 0 0x100000 kernel.bin'
   14 #
   15 #
   16 options         PHYSADDR=0x00000000
   17 options         KERNPHYSADDR=0x00100000
   18 makeoptions     KERNPHYSADDR=0x00100000
   19 options         KERNVIRTADDR=0xc0100000         # Used in ldscript.arm
   20 makeoptions     KERNVIRTADDR=0xc0100000
   21 
   22 options         ARM_L2_PIPT
   23 
   24 options         IPI_IRQ_START=0
   25 options         IPI_IRQ_END=15

Cache object: 6221358d285f255cf69b6feb2e215945


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