summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernel
AgeCommit message (Collapse)Author
2014-12-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-12-06add some basic untested dragino ms14s supportWaldemar Brodkorb
2014-12-05add basic support for linksys nslu2 (arm big endian platform)Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-20add u-boot update for hummingboardrd, add some basic infrastructureWaldemar Brodkorb
2014-08-07add basic support for qemu-aarch64Waldemar Brodkorb
2014-07-30Revert "add kernel config for qemu-sheb"Waldemar Brodkorb
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852.
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-23add support for qemu ppc bambooWaldemar Brodkorb
2014-07-23add qemu support for ppc virtex ml507Waldemar Brodkorb
2014-07-22add kernel config for qemu-shebWaldemar Brodkorb
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-06-24add support for qemu-system-alphaWaldemar Brodkorb
2014-06-18add support for mikrotik rb4xxPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb