diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-19 22:27:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-19 22:27:54 +0000 |
commit | c2420f459bde3d91cc8fc4b585e1ba49edb858f0 (patch) | |
tree | 5555d6c466ce3edda8a9f70f7eb31e98f2ebe415 /conf/machine/ks8695.conf | |
parent | 306d832e65d41aa3dd5966ed9eaf7aa60ff77e39 (diff) |
add a machine configuration and a kernel for the Micrel KS8695 board that
is commonly found in PePlink manga boards and a lot of wireless media streamer boxes
first 2.6.16 bits + defconfig. unfortunately the kernel is too large for my bootloader
and i can't get it more slim, so i have to halt the work in this state. perhaps someone
wants to pick that up.
Diffstat (limited to 'conf/machine/ks8695.conf')
-rw-r--r-- | conf/machine/ks8695.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/ks8695.conf b/conf/machine/ks8695.conf new file mode 100644 index 0000000000..a3e7509e29 --- /dev/null +++ b/conf/machine/ks8695.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@Name: Micrel KS8695(P) Development Platform +#@DESCRIPTION: Machine configuration for Micrel KS8695(P) Development Platform +#@SPECS: http://www.micrel.com/_PDF/Ethernet/ks8695.pdf +#@DEVICES: PePLink MANGA Triple Balance, Telegent TG100 + +TARGET_ARCH = "arm" + +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" + +require conf/machine/include/tune-arm920t.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "8" + |