[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [local] / sys / arch / jornada / conf

Annotation of sys/arch/jornada/conf/GENERIC, Revision 1.1

1.1     ! nbrk        1: # $OpenBSD: GENERIC,v 1.16 2007/05/31 23:18:25 uwe Exp $
        !             2: #
        !             3: # For further information on compiling OpenBSD kernels, see the config(8)
        !             4: # man page.
        !             5: #
        !             6: # For further information on hardware support for this architecture, see
        !             7: # the intro(4) man page.  For further information about kernel options
        !             8: # for this architecture, see the options(4) man page.  For an explanation
        !             9: # of each device driver in this file see the section 4 man page for the
        !            10: # device.
        !            11:
        !            12: machine                jornada arm
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: options                ARM32
        !            17:
        !            18: makeoptions    KERNEL_BASE_PHYS="0xc0200000"
        !            19: makeoptions    KERNEL_BASE_VIRT="0xc0200000"
        !            20: makeoptions    BOARDTYPE="jornada720"  # XXX Jornada 728 differs only by doubling RAM
        !            21: makeoptions DEBUG="-g"
        !            22:
        !            23: #rmoption      DDB
        !            24: #rmoption      USER_CONF
        !            25:
        !            26: options                CPU_SA1110              # Support the StrongARM 1110 core
        !            27: options                VERBOSE_PMAP_DEVMAP
        !            28: options                DO_NOT_RESET_SA1
        !            29:
        !            30: #options       BOOTCONSOLE_COM # use UART3 as boot console (instead of framebuffer)
        !            31:
        !            32: #config        bsd     swap generic
        !            33: config bsd root on nfs swap on nfs
        !            34:
        !            35: # The main bus device
        !            36: mainbus0       at root
        !            37: cpu0           at mainbus?
        !            38:
        !            39: # SA-1110 space and integrated peripherals
        !            40: saip0          at mainbus?
        !            41:
        !            42: # Chip companion (SA1111)
        !            43: # sacc's INT line is connected to GPIO 0 on sa11x0
        !            44: sacc0          at saip? addr 0x40000000 intr 0
        !            45:
        !            46: # Jornada framebuffer
        !            47: jfb0           at saip? addr 0x48200000
        !            48: wsdisplay*     at jfb?
        !            49:
        !            50: # Interrupt Controller
        !            51: saic0          at saip? addr 0x90050000 size 0x24
        !            52:
        !            53: # OST (Operating System Timer)
        !            54: saost0         at saip? addr 0x90000000 size 0x20
        !            55:
        !            56: # Serial Port 3 (UART)
        !            57: sacom0         at saip? addr 0x80050000 size 0x24 intr 17
        !            58:
        !            59: # MCP/SSP (Serial Port 4)
        !            60: sassp0         at saip? addr 0x80070000
        !            61: spibus*                at sassp?
        !            62:
        !            63: # Onboard MCU (keyboard, touchscreen)
        !            64: #jmcu0         at spibus?
        !            65: #wskbd*                at jmcu?
        !            66:
        !            67: # GPIO controller
        !            68: sagpio0                at saip? addr 0x90040000
        !            69:
        !            70: # Jornada ts
        !            71: #jts0          at jmcu?
        !            72: #wsmouse*      at jts?
        !            73:
        !            74: #pseudo-device crypto          1
        !            75:

CVSweb