summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>2009-01-28 13:26:01 +0200
committerMarcin Juszkiewicz <hrw@koansoftware.com>2009-01-28 12:38:35 +0100
commit8f19e01cfc6c1fc78da6c0f6931fe1cc340e0974 (patch)
tree6457e3923366c80dac8e7476d61d59ad7b679241 /conf/machine
parentc11068f9d350145089abe0feb7cc78f8d2b5863f (diff)
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 <ihar.hrachyshka@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/stb225.conf8
1 files changed, 8 insertions, 0 deletions
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}"