Home | History | Annotate | Line # | Download | only in conf
std.netwinder revision 1.16
      1  1.16     matt #	$NetBSD: std.netwinder,v 1.16 2012/09/21 14:22:37 matt Exp $
      2   1.1     matt #
      3   1.1     matt # standard NetBSD/netwinder options
      4   1.1     matt 
      5   1.1     matt machine	netwinder arm
      6  1.13     yamt include		"conf/std"	# MI standard options
      7  1.15    chris include		"arch/arm/conf/std.arm"	# arch standard options
      8   1.1     matt 
      9   1.1     matt options 	EXEC_AOUT
     10   1.1     matt options 	EXEC_SCRIPT
     11   1.6    lukem options 	EXEC_ELF32
     12   1.1     matt 
     13   1.1     matt # To support easy transit to ../arch/arm/arm32
     14   1.6    lukem options 	ARM32
     15  1.16     matt options 	_ARM32_NEED_BUS_DMA_BOUNCE
     16   1.9  thorpej 
     17   1.9  thorpej options 	ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
     18   1.4     matt 
     19   1.4     matt makeoptions	LOADADDRESS="0xF000C000"
     20   1.8   atatat makeoptions	ENTRYPOINT="nwstart"
     21  1.12      uwe 
     22  1.12      uwe # Firmware leaves pckbc uninited
     23  1.12      uwe options 	PCKBC_CNATTACH_SELFTEST
     24