diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-27 21:24:12 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-27 21:24:12 +0000 |
commit | 3ec8407fcdcac93b491616a6f8e20c27ac789fad (patch) | |
tree | 05ed46a1da4281d0ad6422e1d04289050383bd23 /conf | |
parent | 8caffa254ca4072d1530f4c3273e4ba87700252f (diff) | |
parent | a0a17d54ae3dfdf9acf1a339650701fe83efb500 (diff) |
merge of '65fcc53beb3d65343762ba2dce11a497216af44c'
and 'f81643eda3b84834595762e576e7135f0101ce23'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 8 | ||||
-rw-r--r-- | conf/distro/openmoko.conf | 21 | ||||
-rw-r--r-- | conf/machine/xilinx-ml403.conf | 6 | ||||
-rw-r--r-- | conf/machine/xilinx-ml410.conf | 22 |
4 files changed, 35 insertions, 22 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 34a02514d3..e83ef90280 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -41,7 +41,9 @@ FEED_ARCH ?= "${TARGET_ARCH}" FEED_ARCH_ep93xx = "armv4t" FEED_ARCH_h6300 = "armv4t" -FEED_ARCH_fic-gta01 = "armv4t" +FEED_ARCH_fic-gta01 = "armv4t" +FEED_ARCH_fic-gta02 = "armv4t" +FEED_ARCH_fic-hxd8 = "armv4t" #armv5t machines @@ -148,11 +150,11 @@ PREFERRED_VERSION_cairo = "1.4.10" PREFERRED_VERSION_glib-2.0 = "2.12.12" PREFERRED_VERSION_pango = "1.16.4" PREFERRED_VERSION_atk = "1.10.3" -PREFERRED_VERSION_gtk+ = "2.10.12" +PREFERRED_VERSION_gtk+ = "2.10.14" # newer poppler cvs breaks some apps, fix until popper 6 and apps # catch up with api changes -PREFERRED_VERSION_poppler = "0.5.4" +# PREFERRED_VERSION_poppler = "0.5.4" # older gtk-webcore releases don't work on ARM/EABI # We need to switch to a fixed SRCDATE or release as soon as possible diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 6e33867aa9..1f46be09d6 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -1,9 +1,11 @@ #----------------------------------------------------------------------------- #@TYPE: Distribution -#@NAME: OpenMoKo -#@DESCRIPTION: Linux Distribution Configuration for the FIC GTA01 Project +#@NAME: OpenMoko +#@DESCRIPTION: Linux Distribution Configuration for the OpenMoko Platform #----------------------------------------------------------------------------- +require conf/distro/angstrom-2007.1.conf + # # Header # @@ -11,18 +13,3 @@ DISTRO_NAME = "OpenMoKo" DISTRO_VERSION = ".dev-snapshot-${DATE}" #DISTRO_TYPE = "release" DISTRO_TYPE = "debug" - -require conf/distro/include/openmoko.inc - -# Toolchain -PREFERRED_VERSION_gcc ?= "4.1.1" -PREFERRED_VERSION_gcc-cross ?= "4.1.1" -PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" -PREFERRED_VERSION_binutils ?= "2.17.50.0.5" -PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" -PREFERRED_VERSION_linux-libc-headers ?= "2.6.18" -# 2.5 has less bugs, but crashes dropbear :/ -PREFERRED_VERSION_glibc ?= "2.4" -PREFERRED_VERSION_glibc-intermediate ?= "2.4" - -PREFERRED_VERSION_lmsensors-apps ?= "2.10.1" diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf index 662fb54692..a4979d4527 100644 --- a/conf/machine/xilinx-ml403.conf +++ b/conf/machine/xilinx-ml403.conf @@ -1,7 +1,9 @@ +# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) #@TYPE: Machine #@Name: Xilinx ML403 FPGA Development Platform -#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform -\http://www.xilinx.com/xlnx/xebiz/designResources/ip_product_details.jsp?key=HW-V4-ML403-USA&iLanguageID=1 +#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform \ +http://www.xilinx.com/ml403 TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc405" diff --git a/conf/machine/xilinx-ml410.conf b/conf/machine/xilinx-ml410.conf new file mode 100644 index 0000000000..9adb26e43e --- /dev/null +++ b/conf/machine/xilinx-ml410.conf @@ -0,0 +1,22 @@ +# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +#@TYPE: Machine +#@Name: Xilinx ML410 FPGA Development Platform +#@DESCRIPTION: Machine configuration for Xilinx ML410 Virtex-4 FX Embedded Development Platform \ +(softcore ppc) development platform http://www.xilinx.com/ml410 + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc405" + +PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" + +MACHINE_FEATURES = "kernel26 ext2" + +TARGET_CPU = "405" +OLDEST_KERNEL = "2.6.12" + +SERIAL_CONSOLE = "115200 ttyS0" + +#tune for the 405 cpu +require conf/machine/include/tune-ppc405.conf + |