[oe-commits] org.oe.dev omap2430sdp : Add support for the omap2430sdp board.

crofton commit openembedded-commits at lists.openembedded.org
Tue Aug 14 21:49:05 UTC 2007


omap2430sdp : Add support for the omap2430sdp board.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 0931cbd64db6d6e9a567bada1dd3b5bfd9362192
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0931cbd64db6d6e9a567bada1dd3b5bfd9362192
Files:
1
conf/machine/omap2430sdp.conf
conf/machine/include/tune-arm1136jf-s.conf
Diffs:

#
# mt diff -rcea741ebe5c1e0a8016a36b354498228522a2ad4 -r0931cbd64db6d6e9a567bada1dd3b5bfd9362192
#
# 
# 
# add_file "conf/machine/omap2430sdp.conf"
#  content [ab16aa3e111396e0fe20e0af0b385e54abc6b999]
# 
# patch "conf/machine/include/tune-arm1136jf-s.conf"
#  from [b8cdf4c6533420f583f03a1a756edec48bc2e823]
#    to [5a3e5932acd2c4060744b80a29575afe2d4371c9]
# 
============================================================
--- conf/machine/omap2430sdp.conf	ab16aa3e111396e0fe20e0af0b385e54abc6b999
+++ conf/machine/omap2430sdp.conf	ab16aa3e111396e0fe20e0af0b385e54abc6b999
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@NAME: ARM 1136 cpu on OMAP2430 SDP board
+#@DESCRIPTION: Machine configuration for the OMAP 2430 SDP development board with a arm1136 processor.
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te armv6"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap2"
+PREFERRED_VERSION_u-boot = "1.1.4"
+
+SERIAL_CONSOLE ?= "115200 ttyS0"
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
+
+MACHINE_FEATURES = "kernel26"
+
+require conf/machine/include/tune-arm1136jf-s.conf
============================================================
--- conf/machine/include/tune-arm1136jf-s.conf	b8cdf4c6533420f583f03a1a756edec48bc2e823
+++ conf/machine/include/tune-arm1136jf-s.conf	5a3e5932acd2c4060744b80a29575afe2d4371c9
@@ -1,2 +1,2 @@
-TARGET_CC_ARCH = "-march=armv6 -mtune=arm1136jf-s -mfpu=vfp"
+TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp"
 PACKAGE_ARCH = "armv6"






More information about the Openembedded-commits mailing list