[BACK]Return to IPAQ CVS log [TXT][DIR] Up to [local] / sys / arch / ipaq / conf

Annotation of sys/arch/ipaq/conf/IPAQ, Revision 1.1.1.1

1.1       nbrk        1: # $Id$
                      2: #
                      3:
                      4: machine                ipaq arm # files.'$'
                      5: include                "../../../conf/GENERIC"
                      6: maxusers       32                      # estimated number of users
                      7:
                      8: options                ARM32
                      9: options                PXAGPIO_HAS_GPION_INTRS
                     10:
                     11: options                CACHE_CLEAN_BLOCK_INTR
                     12:
                     13: makeoptions    KERNEL_BASE_PHYS="0xa0200000"
                     14: makeoptions    KERNEL_BASE_VIRT="0xc0200000"
                     15: makeoptions    BOARDTYPE="ipaq" # '$'_start.S
                     16:
                     17: # CPU options
                     18: options                CPU_XSCALE_PXA2X0       # Support the XScale core
                     19: #options       XSCALE_CACHE_WRITE_THROUGH
                     20: options                XSCALE_CACHE_WRITE_BACK
                     21: #makeoptions   CPUFLAGS="-mcpu=xscale"
                     22:
                     23: option WSDISPLAY_COMPAT_USL            # VT handling
                     24: option WSDISPLAY_COMPAT_RAWKBD         # provide raw scancodes; needed for X11
                     25: option WSDISPLAY_DEFAULTSCREENS=2      # initial number of text consoles
                     26: option WSDISPLAY_COMPAT_PCVT           # emulate some ioctls; needed for X11
                     27:
                     28: option USBVERBOSE
                     29:
                     30: config         bsd     swap generic
                     31: #config                bsd     root on wd0a
                     32:
                     33: # The main bus device
                     34: mainbus0       at root
                     35: cpu0           at mainbus?
                     36: pxaip0         at mainbus?
                     37:

CVSweb