summaryrefslogtreecommitdiff
path: root/target/x86/sys-available
AgeCommit message (Collapse)Author
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-19fix wrong symbol nameWaldemar Brodkorb
2014-05-17optimize for rb532 viewWaldemar Brodkorb
2014-05-13some kernel abstraction layer fixes, partially for ibm x40 bootupWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar Brodkorb
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one.
2014-04-13add pregenerated core.img, there is no portable way to do it right nowWaldemar Brodkorb
2014-04-05add qemu-i486Waldemar Brodkorb
2014-04-05add generic pcWaldemar Brodkorb
2014-04-02remove some unsupported root filesystems, use archive and install/create ↵Waldemar Brodkorb
scripts instead
2014-03-29use xz instead of gzip, remove grub for qemu, add it only to ibm-x40Waldemar Brodkorb
2014-03-23fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuffWaldemar 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-03-04cleanup lzma kernel compression support, update lzma binary, remove not used ↵Waldemar Brodkorb
lzma-loader
2014-02-15use newer kernel for toolchain building, fix some problems with ppc and m68k ↵Waldemar Brodkorb
toolchains
2014-01-16disable seldom used targets, which are not well tested. can be enabled ↵Waldemar Brodkorb
again. send email to me
2014-01-07add i686 and sparc support for perl package, use miniconfigWaldemar Brodkorb
2014-01-04update firefox and dependenciesWaldemar Brodkorb
2013-11-09use bzImage target for x86, disable some unused systems for nowWaldemar Brodkorb
2013-11-06enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵Waldemar Brodkorb
qemu-x86/qemu-x86-64
2012-07-31add system description fileWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2011-08-29rename to be found by update-scriptWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-02-11ibm x40 have pci/mini-pciWaldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01alix1c is bootable via USB stickWaldemar Brodkorb
2011-01-01enable ACPI for ALIX1c board.Waldemar Brodkorb
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed.
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 ;)