summaryrefslogtreecommitdiff
path: root/target/x86
AgeCommit message (Collapse)Author
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-23fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuffWaldemar Brodkorb
2014-03-18use archive without kernelWaldemar Brodkorb
2014-03-17fix boot from disk for qemu targetsWaldemar Brodkorb
2014-03-17use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanupWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar 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-08some work on qemu with graphicWaldemar Brodkorb
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-03-01add x32 toolchain and kernel supportWaldemar Brodkorb
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2014-02-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-26disable hostfwd in qemu call, otherwise it conflicts running multiple qemusWaldemar Brodkorb
2014-02-24fix disk bootWaldemar Brodkorb
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: TODO
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
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-12-16small fixes for iso targetWaldemar Brodkorb
2013-12-15need to merge third patch from Phil manually. disable on non Linux hostsWaldemar Brodkorb
2013-11-09use bzImage target for x86, disable some unused systems for nowWaldemar Brodkorb
2013-11-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-11-06enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵Waldemar Brodkorb
qemu-x86/qemu-x86-64
2013-07-08update kernelsWaldemar Brodkorb
2013-04-29update to latest upstreamWaldemar Brodkorb
2013-01-19update to linux 3.7.3, disable aufs2, multimedia support needs reworkingWaldemar Brodkorb
2012-09-21refresh configsWaldemar Brodkorb
2012-08-17enable create.sh from Thorsten, fixes cfgfs issuesWaldemar Brodkorb
2012-07-31add system description fileWaldemar Brodkorb
2012-07-31add support for virtualbox emulatorWaldemar Brodkorb
2012-07-24refresh kernel config, set hostnameWaldemar Brodkorb
2012-07-11use genext2fs on MacOS X to create qemu imagesWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil Sutter
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;)
2011-08-31fix qemu-i686 network/block configWaldemar Brodkorb
2011-08-29rename to be found by update-scriptWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-06fix conflictWaldemar Brodkorb
2011-08-06use XZ instead of LZMA as defaultWaldemar Brodkorb
2011-08-05activate fts in uClibcWaldemar Brodkorb
2011-07-14refresh kernel configWaldemar Brodkorb
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