Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-15 | update config for non-mmu case, enable threads | Waldemar Brodkorb | |
2014-08-15 | switch back to 5208. strange works now. | Waldemar Brodkorb | |
2014-08-15 | config fixes | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-08-15 | fix build on Darwin, need to find a way to get mkimage on Darwin later | Waldemar Brodkorb | |
2014-08-14 | bump kernel to 3.16.1 | Waldemar Brodkorb | |
2014-08-14 | add elf2flt, use it for m68k-nommu. bootup in qemu still fails. | Waldemar Brodkorb | |
2014-08-14 | some m68k fixes. init is now found. | Waldemar Brodkorb | |
2014-08-14 | first boot in qemu works now. | Waldemar Brodkorb | |
2014-08-13 | fix networkin in qemu-system-aarch64 | Waldemar Brodkorb | |
2014-08-13 | need to initialize MMU inside vmlinux for xtensa dc233c emulation, from Max ↵ | Waldemar Brodkorb | |
Filippov | |||
2014-08-12 | add support for xtensa dc233c variant. use uImage, which works with a ↵ | Waldemar Brodkorb | |
patched Qemu. Thanks to Max Filippov for fixes and ideas. | |||
2014-08-12 | add u-boot hosttools support, remove mkimage package | Waldemar Brodkorb | |
2014-08-12 | use smp for pcengines-apu | J. Seitter | |
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net> | |||
2014-08-11 | initramfs can be used on raspberry pi | Waldemar Brodkorb | |
2014-08-11 | fix testsuite build of uClibc, one patch from buildroot | Waldemar Brodkorb | |
2014-08-11 | fix wifi on cubox-i with patches from rmk | Waldemar Brodkorb | |
2014-08-11 | fix qemu-system-aarc64 bootup | Waldemar Brodkorb | |
2014-08-07 | bump kernels | Waldemar Brodkorb | |
2014-08-07 | add basic support for qemu-aarch64 | Waldemar Brodkorb | |
2014-08-06 | update to rc1 | Waldemar Brodkorb | |
2014-08-06 | enable backtrace support by default for uClibc-ng | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-08-06 | add initramfsarchive target for aarch64 | Waldemar Brodkorb | |
2014-08-06 | use sed from host path | Waldemar Brodkorb | |
2014-08-04 | add some debug related optimization | Waldemar Brodkorb | |
2014-08-04 | musl is 1.1.4 | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-08-01 | add cpio and xz to devel collection | Waldemar Brodkorb | |
2014-08-01 | allow to use git version for C library. | Waldemar Brodkorb | |
2014-07-30 | it is m5208, not m5206 | Waldemar Brodkorb | |
2014-07-30 | only gzip is supported, do not add an extra symbol | Waldemar Brodkorb | |
2014-07-30 | minor m68k fix | Waldemar Brodkorb | |
2014-07-30 | enable inotify by default. uClibc test failure fix. it is useful anyway. can ↵ | Waldemar Brodkorb | |
be disabled to save space | |||
2014-07-30 | add module unload support globally, useful for debugging | Waldemar Brodkorb | |
2014-07-30 | Revert "add kernel config for qemu-sheb" | Waldemar Brodkorb | |
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852. | |||
2014-07-30 | fix boot from disk | Waldemar Brodkorb | |
2014-07-30 | add argp by default | Waldemar Brodkorb | |
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-07-29 | rework adk test stuff, use netcat to avoid socat/fork for non-MMU | Waldemar Brodkorb | |
2014-07-29 | fix initrdramfsarchive target | Waldemar Brodkorb | |
2014-07-29 | add initramfsarchive targets for m68k | Waldemar Brodkorb | |
2014-07-28 | it is mac99 | Waldemar Brodkorb | |
2014-07-28 | fix patch after kernel update | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
2014-07-28 | disable gnu hash support in default config, will be enabled on demand later | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-25 | disable microblaze for uClibc*, fix flash boot related issues | Waldemar Brodkorb | |
2014-07-25 | remove unused symbol | Waldemar Brodkorb | |
2014-07-25 | add support for sata on apu | Waldemar Brodkorb | |
2014-07-24 | always compile uClibc testsuite | Waldemar Brodkorb | |