summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2014-08-20fix some uClibc sparc issues. Disable DO_XSI_MATH for now, because testsuite ↵Waldemar Brodkorb
fails to compile, when enabled. missing bessel float implementation
2014-08-20add u-boot update for hummingboardrd, add some basic infrastructureWaldemar Brodkorb
2014-08-15update config for non-mmu case, enable threadsWaldemar Brodkorb
2014-08-15switch back to 5208. strange works now.Waldemar Brodkorb
2014-08-15config fixesWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-08-15fix build on Darwin, need to find a way to get mkimage on Darwin laterWaldemar Brodkorb
2014-08-14bump kernel to 3.16.1Waldemar Brodkorb
2014-08-14add elf2flt, use it for m68k-nommu. bootup in qemu still fails.Waldemar Brodkorb
2014-08-14some m68k fixes. init is now found.Waldemar Brodkorb
2014-08-14first boot in qemu works now.Waldemar Brodkorb
2014-08-13fix networkin in qemu-system-aarch64Waldemar Brodkorb
2014-08-13need to initialize MMU inside vmlinux for xtensa dc233c emulation, from Max ↵Waldemar Brodkorb
Filippov
2014-08-12add 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-12add u-boot hosttools support, remove mkimage packageWaldemar Brodkorb
2014-08-12use smp for pcengines-apuJ. Seitter
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net>
2014-08-11initramfs can be used on raspberry piWaldemar Brodkorb
2014-08-11fix testsuite build of uClibc, one patch from buildrootWaldemar Brodkorb
2014-08-11fix wifi on cubox-i with patches from rmkWaldemar Brodkorb
2014-08-11fix qemu-system-aarc64 bootupWaldemar Brodkorb
2014-08-07bump kernelsWaldemar Brodkorb
2014-08-07add basic support for qemu-aarch64Waldemar Brodkorb
2014-08-06update to rc1Waldemar Brodkorb
2014-08-06enable backtrace support by default for uClibc-ngWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-08-06add initramfsarchive target for aarch64Waldemar Brodkorb
2014-08-06use sed from host pathWaldemar Brodkorb
2014-08-04add some debug related optimizationWaldemar Brodkorb
2014-08-04musl is 1.1.4Waldemar Brodkorb
2014-08-04add musl git supportWaldemar Brodkorb
2014-08-01add cpio and xz to devel collectionWaldemar Brodkorb
2014-08-01allow to use git version for C library.Waldemar Brodkorb
2014-07-30it is m5208, not m5206Waldemar Brodkorb
2014-07-30only gzip is supported, do not add an extra symbolWaldemar Brodkorb
2014-07-30minor m68k fixWaldemar Brodkorb
2014-07-30enable inotify by default. uClibc test failure fix. it is useful anyway. can ↵Waldemar Brodkorb
be disabled to save space
2014-07-30add module unload support globally, useful for debuggingWaldemar Brodkorb
2014-07-30Revert "add kernel config for qemu-sheb"Waldemar Brodkorb
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852.
2014-07-30fix boot from diskWaldemar Brodkorb
2014-07-30add argp by defaultWaldemar Brodkorb
2014-07-29add host tar, GNU tar required for uClibc header installations.Waldemar Brodkorb
2014-07-29rework adk test stuff, use netcat to avoid socat/fork for non-MMUWaldemar Brodkorb
2014-07-29fix initrdramfsarchive targetWaldemar Brodkorb
2014-07-29add initramfsarchive targets for m68kWaldemar Brodkorb
2014-07-28it is mac99Waldemar Brodkorb
2014-07-28fix patch after kernel updateWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28disable gnu hash support in default config, will be enabled on demand laterWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-25disable microblaze for uClibc*, fix flash boot related issuesWaldemar Brodkorb
2014-07-25remove unused symbolWaldemar Brodkorb