diff sources/targets/armv4l/settings @ 1152:2f39d1bfb2fd

Add baseconfig-linux, the infrastructure to use it, and move over the arm targets. (You can override with a miniconfig-linux or miniconfig-uClibc in the appropriate target directory.)
author Rob Landley <rob@landley.net>
date Fri, 02 Jul 2010 23:38:31 -0500
parents b274eb556b50
children 0b53de0d6eec
line wrap: on
line diff
--- a/sources/targets/armv4l/settings	Fri Jul 02 12:58:41 2010 -0500
+++ b/sources/targets/armv4l/settings	Fri Jul 02 23:38:31 2010 -0500
@@ -16,6 +16,22 @@
 ARCH_WANTS_LITTLE_ENDIAN=y
 "
 
+LINUX_CONFIG="
+# QEMU patch: http://www.mail-archive.com/qemu-devel@nongnu.org/msg19370.html
+# QEMU option: -cpu arm920t
+# CONFIG_CPU_ARM920T=y
+# Until then, we need an armv5 CPU...
+CONFIG_CPU_ARM926T=y
+CONFIG_MMU=y
+CONFIG_ARCH_VERSATILE_PB=y
+CONFIG_MACH_VERSATILE_AB=y
+CONFIG_ARM_THUMB=y
+CONFIG_SERIAL_NONSTANDARD=y
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_RTC_DRV_PL031=y
+"
+
 emulator_command()
 {
   echo qemu-system-arm -M versatilepb $(qemu_defaults "$@") \