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/std.avila

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/8.4/sys/arm/xscale/ixp425/std.avila 186352 2008-12-20 03:26:09Z sam $
    2 
    3 #
    4 # Gateworks GW23XX board configuration
    5 #
    6 files           "../xscale/ixp425/files.avila"
    7 #
    8 # Physical memory starts at 0.  We assume images are loaded at
    9 # 0x200000, e.g. from redboot with load -b 0x200000 kernel.
   10 #
   11 # Redboot is expected to handle unmapping the flash memory that
   12 # appears at 0 on boot.  Likewise we expect the expansion bus to
   13 # be remapped away from 0.
   14 #
   15 options         PHYSADDR=0x00000000
   16 options         KERNPHYSADDR=0x00200000
   17 makeoptions     KERNPHYSADDR=0x00200000
   18 options         KERNVIRTADDR=0xc0200000         # Used in ldscript.arm
   19 makeoptions     KERNVIRTADDR=0xc0200000
   20 options         FLASHADDR=0x50000000
   21 options         LOADERRAMADDR=0x00000000
   22 options         STARTUP_PAGETABLE_ADDR=0x00000000

Cache object: 3fa6f47a70c5123b236af80ca400ec53


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