[oe-commits] org.oe.dev machine titan: Add machine file for the sh4 based TITAN boards (Nimble NP51R

lenehan commit openembedded-commits at lists.openembedded.org
Mon Sep 11 08:31:50 UTC 2006


machine titan: Add machine file for the sh4 based TITAN boards (Nimble NP51R
and jjplus LinkGear Series 100).

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 161c11a89e2c7407a8534ee7efa739606b00513f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=161c11a89e2c7407a8534ee7efa739606b00513f
Files:
1
conf/machine/titan.conf
Diffs:

#
# mt diff -r78edba948b1a59c338afc2312284cfae9b81c375 -r161c11a89e2c7407a8534ee7efa739606b00513f
#
# 
# 
# add_file "conf/machine/titan.conf"
#  content [4eaf014c162df2cfc2dd6d7e6a05c196aad6b6ec]
# 
============================================================
--- conf/machine/titan.conf	4eaf014c162df2cfc2dd6d7e6a05c196aad6b6ec
+++ conf/machine/titan.conf	4eaf014c162df2cfc2dd6d7e6a05c196aad6b6ec
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@NAME: Nimble NP51R / Linkgear SERIES 100
+#@DESCRIPTION: Machine configuration for the SH4 based Nimble NP51R / Linkgear Series 100
+
+TARGET_ARCH = "sh4"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-titan-sh4"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+# SH4 specific settings
+require conf/machine/include/tune-sh4.conf
+
+# Serial console settings for sysvinit
+SERIAL_CONSOLE = "38400 ttySC1"
+
+# There's no screen on the titan boards
+USE_VT = "0"
+
+# We are using UDEV, there is no devfs in 2.6 kernels
+USE_DEVFS = "0"
+
+# The NP51R has 64MB flash, 2nd partition (/) is 63984k in size.
+# The LinkGear Series 100 has 128MB of flash (not tested)
+IMAGE_FSTYPE ?= "ext2.gz"
+IMAGE_ROOTFS_SIZE_ext2 ?= "63984"
+
+# Extra items to include in the fs image
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules lilo-sh"
+
+# Add the SCI (serial) and SM (flash) devices to the minimal /dev
+IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
+                       files/device_table_add-sci.txt \
+                       files/device_table_add-sm.txt"






More information about the Openembedded-commits mailing list