]> git.karo-electronics.de Git - meta-tx09.git/commitdiff
topas910: add support for old topas910 eval board
authorFlorian Boor <florian@kernelconcepts.de>
Fri, 10 Aug 2018 20:42:14 +0000 (22:42 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Fri, 10 Aug 2018 21:51:28 +0000 (23:51 +0200)
conf/machine/topas910.conf [new file with mode: 0644]

diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf
new file mode 100644 (file)
index 0000000..c732736
--- /dev/null
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: Topas910
+#@DESCRIPTION: Toshiba Topas900 evalkit
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-arm926ejs.inc
+
+KERNEL_IMAGETYPE = "uImage"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
+MACHINE_DISPLAY_ORIENTATION = "0"
+MACHINE_DISPLAY_PPI = "110"
+MACHINE_FEATURES = "apm alsa usbgadget vfat screen touchscreen"
+#XSERVER = "xserver-kdrive-fbdev"
+#PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-tx09"
+
+MKUBIFS_ARGS = "-m 2048 -e 126KiB -c 2048"
+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
+
+IMAGE_FSTYPES ?= "ubi"
+UBI_VOLNAME = "rootfs"
+
+OLDEST_KERNEL_topas910 = "2.6.38"