summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.input
AgeCommit message (Collapse)Author
2014-03-08add some usb hid stuff for qemu-sh, you _must_ start qemu-sh with -serial ↵Waldemar Brodkorb
null -serial stdio. otherwise no output. thx to aboriginal linux
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-03-04try to add support for graphical qemuWaldemar Brodkorb
2014-01-31fix mouse function for logitech dinovoWaldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-08add wireless driver for ralink usb cardsWaldemar Brodkorb
2013-10-29enable mousedrv when usb hid is choosenWaldemar Brodkorb
2013-10-21update to latest 3.4 kernelWaldemar Brodkorb
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-09-29bring qemu-sh and aranym-m68k in shapeWaldemar Brodkorb
2013-07-10enable USB keyboard for raspberry piWaldemar Brodkorb
2013-02-28fix build for qemu-x86_64 and usbWaldemar Brodkorb
2013-02-07minor fixes for qemu x86_64 and X11Waldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2012-07-31add support for virtualbox emulatorWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-05enable graphic mode in qemu-i686Waldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-12refresh lemote yeelong supportwbx
2011-01-05update mips qemu targets. 64 Bit kernels still does not boot completelyWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-16fix target usb dependencyWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2010-01-08added event input kernel moduleJoerg Seitter
Added support for event input kernel module Signed-off-by: Joerg Seitter <oss@seitter.net>
2009-05-17Initial importwbx