summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
AgeCommit message (Collapse)Author
2014-05-13some kernel abstraction layer fixes, partially for ibm x40 bootupWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-28remove dot stuff for kernel symbolsWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23more fixes and drivers for cubox-iWaldemar Brodkorb
2014-04-23work in progress patches for cubox-iWaldemar Brodkorb
2014-04-13fix disk support for qemu-shWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-16fix some kernel symbol stuff,found via allmodconfigWaldemar Brodkorb
2014-03-14convert to miniconfigWaldemar Brodkorb
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-02-11use miniconfig for sparc64, enable network driver. disk driver is broken.Waldemar 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
2013-12-15need to merge third patch from Phil manually. disable on non Linux hostsWaldemar Brodkorb
2013-07-30fix disk bootup on qemu-armWaldemar Brodkorb
2013-07-09make a bootable system configuration for raspberry piWaldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2012-09-21add hard disk driver to qemu mips64 emulationWaldemar Brodkorb
2012-07-31add support for virtualbox emulatorWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-17add ocf patch again and make swap option visibleWaldemar Brodkorb
2011-10-16allow raid support to be in kernelWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-04enable disk support for qemu arm versatileWaldemar Brodkorb
2011-08-31fix qemu-i686 network/block configWaldemar 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-27fix commentWaldemar Brodkorb
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-10resolve conflictsWaldemar Brodkorb
2011-01-07loop device needs block device supportThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-05update mips qemu targets. 64 Bit kernels still does not boot completelyWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar 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-12-15only build for profiles with sata or input devicesWaldemar Brodkorb
2010-12-13optimize for ibm x40 hardware profileWaldemar Brodkorb
2010-11-30enable hardware profile on native configurationsWaldemar Brodkorb
2010-11-26add preliminary DRBD support for OpenADKWaldemar Brodkorb
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-23add preliminary support for a new hardware profile for OVH.net iscsi serverWaldemar Brodkorb
- add open-iscsi package - add a hardware profile for x86_64 target architecture - add CPU support for x86/x86_64 targets for hardware profiles
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-02-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-01sata ahci right now depends on shuttle pcWaldemar Brodkorb
2010-01-26fix some kernel dependencies and qemu examples.Waldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb