[oe-commits] org.oe.dev alix: use tuning for GeodeLX cpu, switch to i586

hrw commit openembedded-commits at lists.openembedded.org
Fri Sep 14 13:09:06 UTC 2007


alix: use tuning for GeodeLX cpu, switch to i586

According to Jordan Crouse (Geode maintainer in Linux) GeodeLX is i586 not
i686. Also optimizations for AMD K6-2 are due to his suggestions.

My ALIX.1c board runs with Geode optimized packages for over week without
problems.

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: d92d2182662331d76f656089956e624ac7c79230
ViewMTN: http://monotone.openembedded.org/revision/info/d92d2182662331d76f656089956e624ac7c79230
Files:
1
conf/machine/alix.conf
Diffs:

#
# mt diff -r126555b08211ae73c72b6134a8cac1c317f20b73 -rd92d2182662331d76f656089956e624ac7c79230
#
# 
# 
# patch "conf/machine/alix.conf"
#  from [6ac777208694aa9b00784052d5baca787f429532]
#    to [f8fdaa68a61adeffcb530a174e2e182280770dd5]
# 
============================================================
--- conf/machine/alix.conf	6ac777208694aa9b00784052d5baca787f429532
+++ conf/machine/alix.conf	f8fdaa68a61adeffcb530a174e2e182280770dd5
@@ -5,9 +5,9 @@
 # http://pcengines.ch/alix1c.htm
 
 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
-TARGET_ARCH = "i686"
+TARGET_ARCH = "i586"
 
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode"
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 
@@ -17,6 +17,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext
 
 MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi"
 
+require conf/machine/include/tune-geodelx.conf
+
 IMAGE_FSTYPES += "tar.gz"
 
 MACHINE_EXTRA_RRECOMMENDS = "\






More information about the Openembedded-commits mailing list