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

Annotation of sys/arch/jornada/conf/RAMDISK, Revision 1.1.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       4                       # 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 root on nfs swap on nfs
                     33: config         bsd     root on rd0a swap on rd0b
                     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: #sacc0         at saip? addr 0x40000000
                     44:
                     45: # Jornada framebuffer
                     46: jfb0           at saip? addr 0x48200000
                     47: wsdisplay*     at jfb?
                     48:
                     49: # Interrupt Controller
                     50: saic0          at saip? addr 0x90050000 size 0x24
                     51:
                     52: # OST (Operating System Timer)
                     53: saost0         at saip? addr 0x90000000 size 0x20
                     54:
                     55: # Serial Port 3 (UART)
                     56: sacom0         at saip? addr 0x80050000 size 0x24 intr 17
                     57:
                     58: # MCP/SSP (Serial Port 4)
                     59: sassp0         at saip? addr 0x80070000
                     60: spibus*                at sassp?
                     61:
                     62: # Onboard MCU (keyboard, touchscreen)
                     63: #jmcu0         at spibus?
                     64: #wskbd*                at jmcu?
                     65:
                     66: # GPIO controller
                     67: sagpio0                at saip? addr 0x90040000
                     68:
                     69:
                     70: # RAMDISK stuff
                     71: option          MINIROOTSIZE=5120
                     72: option          RAMDISK_HOOKS
                     73:
                     74: pseudo-device  rd      1

CVSweb