Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-07 | fix disk boot | Waldemar Brodkorb | |
2014-04-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-06 | use one kernel config | Waldemar Brodkorb | |
2014-04-05 | fix iso building | Waldemar Brodkorb | |
2014-04-05 | add qemu-i486 | Waldemar Brodkorb | |
2014-04-05 | add generic pc | Waldemar Brodkorb | |
2014-04-03 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-03 | eanble option to debug optimized code | Waldemar Brodkorb | |
2014-04-03 | add qemu host dependency | Waldemar Brodkorb | |
2014-04-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-02 | fix host build depends for mtd-utils/squashfs | Waldemar Brodkorb | |
2014-04-02 | remove some unsupported root filesystems, use archive and install/create ↵ | Waldemar Brodkorb | |
scripts instead | |||
2014-03-31 | combine mkcrypt and dkgetsz to adk-helper package | Waldemar Brodkorb | |
2014-03-30 | add findutils do host machinery | Waldemar Brodkorb | |
2014-03-30 | add pkgconf, always needed | Waldemar Brodkorb | |
2014-03-30 | build hosttools only when not available or required | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | build host tools on demand, when not available on the host | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | remove performance killer on bootup | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-28 | x86-64 32bit needs more work, fix armhf | Waldemar Brodkorb | |
2014-03-26 | test framework fixes | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-23 | use shell instead of getty for test-framework | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-23 | fix reconfig issue, older kernel need mkimage | Waldemar Brodkorb | |
2014-03-22 | a bunch of microblaze fixes | Waldemar Brodkorb | |
2014-03-20 | add some aranym fine tuning | Waldemar Brodkorb | |
2014-03-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-20 | add fpu settings, fix symlinks | Waldemar Brodkorb | |
2014-03-19 | fixes for aranym | Waldemar Brodkorb | |
2014-03-19 | rework 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-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-19 | add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while there | Waldemar Brodkorb | |
2014-03-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-19 | use BUSYBOX_STATIC when ADK_STATIC is choosen | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | use initramfsarchive for test framework | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-17 | fix networking on qemu-system-sparc64 | Waldemar 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-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-17 | fixups for x86_64 x32 toolchain, x86_64 32 still problematic | Waldemar 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-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-15 | fix kernel build on Darwin for x86 targets | Waldemar 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-15 | startup fixes | Waldemar 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 |