diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:08:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:08:54 +0000 |
commit | 6b53879bce3f8883577e8b38dd43c2ec25f31d8c (patch) | |
tree | 45f6ff26ed61836089dc93349c35912fabf52867 /conf/machine | |
parent | c5e2f09064aaf830f30a0bcfd2b15da13d977404 (diff) |
sarge_at91: added AT91RM9200 board from Black Mesa East project
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/sarge_at91.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/sarge_at91.conf b/conf/machine/sarge_at91.conf new file mode 100644 index 0000000000..9f936a68a4 --- /dev/null +++ b/conf/machine/sarge_at91.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Sarge AT91RM9200 blackmesaeast dev boards +#@DESCRIPTION: Machine configuration for sarge_at91 dev boards +# +#Homepage: http://blackmesaeast.com.pl/projects/electronics/sarge-single-board-computer/ + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +IMAGE_FSTYPES = "tar.gz" + +MACHINE_FEATURES = "kernel26" + +require conf/machine/include/tune-arm920t.conf + +PREFERRED_PROVIDER_virtual/kernel = "linux-sarge" |