summaryrefslogtreecommitdiff
path: root/target
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-23fix squashfs root for qemu-microblazeWaldemar Brodkorb
2014-03-23fix jffs2 boot for qemu-microblaze, CMDLINE_FORCE requiredWaldemar Brodkorb
2014-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-23fix reconfig issue, older kernel need mkimageWaldemar Brodkorb
2014-03-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-23fix commentWaldemar Brodkorb
2014-03-22remove debug symbolWaldemar Brodkorb
2014-03-22a bunch of microblaze fixesWaldemar Brodkorb
2014-03-22Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-03-22add dts/dtb for spartan emulation, so that mtdroot can workWaldemar Brodkorb
2014-03-21fix x86_64 toolchain buildingWaldemar Brodkorb
2014-03-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-21bulktoolchain fixesWaldemar Brodkorb
2014-03-20add example config for aranymWaldemar Brodkorb
2014-03-20add some aranym fine tuningWaldemar Brodkorb
2014-03-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20add fpu settings, fix symlinksWaldemar Brodkorb
2014-03-19fixes for aranymWaldemar Brodkorb
2014-03-19rework getty/shell runtime options, add git as dependency, used in ↵Waldemar Brodkorb
base-files and is always good to create patches, get updates,..
2014-03-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-19add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while thereWaldemar Brodkorb
2014-03-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-19use BUSYBOX_STATIC when ADK_STATIC is choosenWaldemar Brodkorb
2014-03-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-18strip static libraries, use cortex a9 for toolchainsWaldemar Brodkorb
2014-03-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-18use archive without kernelWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17fix wordingWaldemar Brodkorb
2014-03-17use initramfsarchive for test frameworkWaldemar Brodkorb
2014-03-17fix boot from disk for qemu targetsWaldemar Brodkorb
2014-03-17fix networking on qemu-system-sparc64Waldemar Brodkorb
- use virtio drivers for sparc64 by default, builtin ne2k-pci emulation does not work - fix glibc packaging, revert x32 change, needs a better fix in sysroot
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-17enable utf8 and iso8859-1 by defaultWaldemar Brodkorb
2014-03-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16fix some kernel symbol stuff,found via allmodconfigWaldemar Brodkorb
2014-03-16fix armhf toolchain buildWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵Waldemar Brodkorb
node creation for initramfs.
2014-03-15fix kernel build on Darwin for x86 targetsWaldemar Brodkorb
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too.
2014-03-15startup fixesWaldemar Brodkorb
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused
2014-03-14remove oss emul support, no software in ADK needs oss.Waldemar Brodkorb
2014-03-14rework armhf stuffWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb