summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/checksums.ini8
-rw-r--r--conf/machine/at2440evb.conf19
-rw-r--r--conf/machine/ep93xx.conf14
-rw-r--r--conf/machine/micro2440.conf2
-rw-r--r--conf/machine/tx27.conf8
5 files changed, 45 insertions, 6 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 903e8c85c8..2cca3f8199 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -4090,6 +4090,10 @@ sha256=71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf
md5=0bc06cd219410f7d4f6bbfc9bdd7c824
sha256=71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf
+[http://downloads.sourceforge.net/cppunit/cppunit-1.12.1.tar.gz]
+md5=bd30e9cf5523cdfc019b94f5e1d7fd19
+sha256=ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
+
[http://pages.sbcglobal.net/redelm/cpuburn_1_4_tar.gz]
md5=f9bb5ff68afb6ccfca11718c90bcab68
sha256=1b2a1672f455545a28d0f038737e792e8c3b97789f2029f765847fc2a807244a
@@ -17070,6 +17074,10 @@ sha256=636d816aa4c7e754496b9daec8a00d7e5f62b67d640440c91dea6d694c83c944
md5=b2c1eb45fd958f6589ee52a98f2a3ce1
sha256=03fa1f45d4743cd395b634d19aebbc2c1918cf6b683e0af51076ccc79f643a9a
+[ftp://ftp.mutt.org/mutt/devel/mutt-1.5.19.tar.gz]
+md5=73b3747bc7f7c805921e8d24ebac693f
+sha256=b160baedf2676a4c2c1a5c74049e2c63f00fccff43ee2594367087a08bfd63c8
+
[ftp://ftp.mutt.org/mutt/devel/mutt-1.5.4i.tar.gz]
md5=3d4088f25892af6d71148eef26604f33
sha256=f89af1816b839736eaf5fd188c4574fc52bdd37a7dabc465edafe6d8c3914847
diff --git a/conf/machine/at2440evb.conf b/conf/machine/at2440evb.conf
new file mode 100644
index 0000000000..f3fa5edfaf
--- /dev/null
+++ b/conf/machine/at2440evb.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: Avantech AT2440EVB Dev Board
+#@DESCRIPTION: Machine configuration for Avantech AT2440EVB Dev Board
+
+
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttySAC0"
+
+IMAGE_FSTYPES = "tar.gz"
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "30008000"
+
+MACHINE_FEATURES = "kernel26 screen touchscreen"
+
+require conf/machine/include/tune-arm920t.inc
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 11bae2ff52..6b91d1b951 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
#don't try to access tty1
USE_VT = "0"
-MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen maverick"
# used by sysvinit_2
SERIAL_CONSOLE = "57600 ttyAM0"
@@ -21,9 +21,11 @@ ROOT_FLASH_SIZE = "8"
#extra jffs2 tweaks
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
-#tune for ep93xx cpus
-#can be used for crunch support later on
-require conf/machine/include/tune-ep9312.inc
+# tune for ep93xx cpus can be used for crunch support but it is not
+# recommended to build whole rootfs with it (it boots anyway)
+# better would be building separate applications/libraries which makes
+# use of floating point operations
+#
+#require conf/machine/include/tune-ep9312.inc
-
-#require conf/machine/include/tune-arm920t.inc
+require conf/machine/include/tune-arm920t.inc
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf
index f46d4f5822..2b7134faf5 100644
--- a/conf/machine/micro2440.conf
+++ b/conf/machine/micro2440.conf
@@ -12,6 +12,8 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_DISPLAY_ORIENTATION = "0"
MACHINE_DISPLAY_PPI = "110"
+# used by matchbox-panel large icons look ok on both displays
+GUI_MACHINE_CLASS = "bigscreen"
# used by sysvinit
SERIAL_CONSOLE = "115200 ttySAC0"
diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf
index fd04a6319a..ef7742ef01 100644
--- a/conf/machine/tx27.conf
+++ b/conf/machine/tx27.conf
@@ -17,3 +17,11 @@ require conf/machine/include/tune-arm926ejs.inc
SERIAL_CONSOLE = "115200 ttymxc0"
ROOT_FLASH_SIZE = "128"
+
+IMAGE_FSTYPES ?= "jffs2"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
+ --pad ; sumtool --eraseblock=0x20000 \
+ --littleendian --pad \
+ -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"