From 8f19e01cfc6c1fc78da6c0f6931fe1cc340e0974 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 28 Jan 2009 13:26:01 +0200 Subject: Added base pnx833x stb225 board support. This patch adds support for PNX833X STB225 board with some kernel patches: serial UART, Ethernet, and basic processor flavor functionality. Signed-off-by: Ihar Hrachyshka --- conf/machine/stb225.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/stb225.conf (limited to 'conf/machine') diff --git a/conf/machine/stb225.conf b/conf/machine/stb225.conf new file mode 100644 index 0000000000..97370e1fe8 --- /dev/null +++ b/conf/machine/stb225.conf @@ -0,0 +1,8 @@ +# PNX8335 STB225 board +TARGET_ARCH = "mipsel" +TARGET_CC_ARCH="-march=mips32" +MACHINE_FEATURES = "kernel26" +IMAGE_FSTYPES="tar.gz" +PREFERRED_PROVIDER_virtual/kernel="linux" +KERNEL_IMAGETYPE="vmlinux" +KERNEL_OUTPUT="${KERNEL_IMAGETYPE}" -- cgit v1.2.3 From 44f9f5934e34bfe4eb1740580a761dd0d9ac712b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Wed, 28 Jan 2009 18:50:31 +0100 Subject: boc01.conf: prune extraneous PACKAGE_EXTRA_ARCHS --- conf/machine/boc01.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/boc01.conf b/conf/machine/boc01.conf index a7db1b19e9..7c8182a22b 100644 --- a/conf/machine/boc01.conf +++ b/conf/machine/boc01.conf @@ -3,7 +3,6 @@ #@DESCRIPTION: Machine configuration for the Bolloré telecom CPE v01 TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppce300c3" PREFERRED_PROVIDER_virtual/kernel ?= "linux" -- cgit v1.2.3