diff options
author | Ramax Lo <ramaxlo@gmail.com> | 2009-05-06 15:30:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 11:40:29 +0200 |
commit | 3b2b5698cc80b250b5d8abb8d13ec71ee2c7172c (patch) | |
tree | fce35807218791b824adea677e950ab3391809f8 /conf/machine | |
parent | 32234f6f2a9f4ec36ebbc950134e557869ba712d (diff) |
at2440evb.conf: Add AT2440EVB machine config.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/at2440evb.conf | 19 |
1 files changed, 19 insertions, 0 deletions
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 |