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

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

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
1.2     ! nbrk       45: sacic0         at sacc?
1.1       nbrk       46:
                     47: # Jornada framebuffer
                     48: jfb0           at saip? addr 0x48200000
                     49: wsdisplay*     at jfb?
                     50:
                     51: # Interrupt Controller
                     52: saic0          at saip? addr 0x90050000 size 0x24
                     53:
                     54: # OST (Operating System Timer)
                     55: saost0         at saip? addr 0x90000000 size 0x20
                     56:
                     57: # Serial Port 3 (UART)
                     58: sacom0         at saip? addr 0x80050000 size 0x24 intr 17
                     59:
                     60: # MCP/SSP (Serial Port 4)
                     61: sassp0         at saip? addr 0x80070000
                     62: spibus*                at sassp?
                     63:
                     64: # Onboard MCU (keyboard, touchscreen)
                     65: #jmcu0         at spibus?
                     66: #wskbd*                at jmcu?
                     67:
                     68: # GPIO controller
                     69: sagpio0                at saip? addr 0x90040000
                     70:
                     71: # Jornada ts
                     72: #jts0          at jmcu?
                     73: #wsmouse*      at jts?
                     74:
                     75: #pseudo-device crypto          1
                     76:

CVSweb