Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | add license header | Waldemar Brodkorb | |
2015-09-10 | prefix models with ADK_TARGET_MODEL | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-03-02 | default m approach for selecting kernel stuff by packages does not work ↵ | Waldemar Brodkorb | |
well. remove it for now | |||
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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. | |||
2015-01-26 | enable keyboard and mouse on ibm-x40 | Waldemar Brodkorb | |
2015-01-03 | allow static build of nfsroot for lemote | Waldemar Brodkorb | |
2014-06-25 | fix type | Waldemar Brodkorb | |
2014-06-20 | fix loading of i2s driver | Waldemar Brodkorb | |
2014-06-18 | separate mouse an keyboard support | Waldemar Brodkorb | |
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-05 | make mouse working in qemu x11 | Waldemar Brodkorb | |
2014-05-31 | fix qemu spitz emulation, add emulation for terrier | Waldemar Brodkorb | |
2014-05-13 | some kernel abstraction layer fixes, partially for ibm x40 bootup | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-28 | final kernel config cleanup | Waldemar Brodkorb | |
2014-04-23 | fix usb keyboard for qemu-system-sh4 | Waldemar Brodkorb | |
2014-03-08 | add 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-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-01-31 | fix mouse function for logitech dinovo | Waldemar Brodkorb | |
2014-01-16 | good 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-08 | add wireless driver for ralink usb cards | Waldemar Brodkorb | |
2013-10-29 | enable mousedrv when usb hid is choosen | Waldemar Brodkorb | |
2013-10-21 | update to latest 3.4 kernel | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-07-10 | enable USB keyboard for raspberry pi | Waldemar Brodkorb | |
2013-02-28 | fix build for qemu-x86_64 and usb | Waldemar Brodkorb | |
2013-02-07 | minor fixes for qemu x86_64 and X11 | Waldemar Brodkorb | |
2013-02-01 | add support for desktop pc | Waldemar Brodkorb | |
2012-07-31 | add support for virtualbox emulator | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-09-16 | add support for sharp zaurus (tested on terrier cl-3200) | Waldemar Brodkorb | |
2011-09-05 | enable graphic mode in qemu-i686 | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-08-22 | implement submodel for foxboard lx. resolves duplicate full build for this ↵ | Waldemar Brodkorb | |
systems | |||
2011-07-14 | fix native kernel build for IBM X40 | Waldemar Brodkorb | |
2011-04-27 | fix cris allconfig build | Waldemar Brodkorb | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-26 | implement the concept of target choice by embedded system or architecture | Waldemar 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-18 | optimize shuttle and ibmx40 hardware profile | Waldemar Brodkorb | |
2010-01-20 | fix allmodconfig for foxboard | waldemar brodkorb | |
2010-01-16 | fix target usb dependency | Waldemar Brodkorb | |
2010-01-13 | fix ag241 compile. add target dependent package selections. | Waldemar Brodkorb | |
2010-01-08 | added event input kernel module | Joerg Seitter | |
Added support for event input kernel module Signed-off-by: Joerg Seitter <oss@seitter.net> | |||
2009-05-17 | Initial import | wbx | |