diff sources/targets/armv4tl/settings @ 1153:0b53de0d6eec

Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
author Rob Landley <rob@landley.net>
date Sat, 03 Jul 2010 23:05:49 -0500
parents 2f39d1bfb2fd
children fb2c1618f1ba
line wrap: on
line diff
--- a/sources/targets/armv4tl/settings	Fri Jul 02 23:38:31 2010 -0500
+++ b/sources/targets/armv4tl/settings	Sat Jul 03 23:05:49 2010 -0500
@@ -24,19 +24,31 @@
 "
 
 LINUX_CONFIG="
-#CONFIG_CPU_ARM920T=y
+
+# Processor config
+
+# QEMU patch: http://www.mail-archive.com/qemu-devel@nongnu.org/msg19370.html
+# and QEMU option "-cpu arm920t" enable CONFIG_CPU_ARM920T=y which is the
+# processor that actually _needs_ this code.  But until then, qemu can only
+# emulate an armv5 CPU...
+
 CONFIG_CPU_ARM926T=y
 CONFIG_MMU=y
-CONFIG_ARCH_VERSATILE_PB=y
-#CONFIG_MACH_VERSATILE_AB=y
+CONFIG_VFP=y
 CONFIG_ARM_THUMB=y
-CONFIG_VFP=y
+CONFIG_AEABI=y
+
+# Versatile board
+
+CONFIG_ARCH_VERSATILE_PB=y
 CONFIG_PCI_LEGACY=y
-CONFIG_AEABI=y
 CONFIG_SERIAL_NONSTANDARD=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 CONFIG_RTC_DRV_PL031=y
+CONFIG_SCSI_SYM53C8XX_2=y
+CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
+CONFIG_SCSI_SYM53C8XX_MMIO=y
 "
 
 emulator_command()