summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.usb
AgeCommit message (Collapse)Author
2016-04-27allow to choose USB for genericWaldemar Brodkorb
2016-04-24new x86_64-target asus-p5bvmOliver Schib
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard. Signed-off-by: Oliver Schib <lich000king@yahoo.de> [minor cleanups from me]
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-07-16add qmi_wwan moduleWaldemar Brodkorb
2015-07-16fix usb install to pcengines-apuWaldemar Brodkorb
2015-07-16add some kernel modules for sierra wirelessWaldemar Brodkorb
2015-05-30add support for pcengines-alixWaldemar Brodkorb
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading.
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-06-13fence some featuresWaldemar Brodkorb
2014-05-31fix buildall issues with qemu-arm targetWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-19fix usb for 3.10.30Waldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-28final kernel config cleanupWaldemar Brodkorb
2014-04-24fix usb on cubox, add chipidea driverWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
2014-03-29disable usb in default kernel config for qemu-sh4Waldemar Brodkorb
2014-03-12convert lemote yeelong to miniconfigWaldemar Brodkorb
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-01-23add alsa hrtimer for rpi, fix some dependency bugs after the switch to ↵Waldemar Brodkorb
miniconfig
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
2013-11-06enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵Waldemar Brodkorb
qemu-x86/qemu-x86-64
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-09-29bring qemu-sh and aranym-m68k in shapeWaldemar Brodkorb
2013-07-09add USB support, make eglibc the only C library for nowWaldemar Brodkorb
2013-07-08update kernelsWaldemar Brodkorb
2013-04-12ohci required for lemote yeelongWaldemar Brodkorb
2013-02-28fix build for qemu-x86_64 and usbWaldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-22refresh kernel config, enable WLAN symbol, enable USB by defaultWaldemar Brodkorb
2011-08-22implement submodel for foxboard lx. resolves duplicate full build for this ↵Waldemar Brodkorb
systems
2011-07-28realize rfkill as moduleWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-04-12refresh lemote yeelong supportwbx
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-25some fixes for allmodconfig (foxg20)Waldemar 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-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)