Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-07-23 | after further testing, uClibc is unusable on alpha | Waldemar Brodkorb | |
2014-07-23 | add support for qemu ppc bamboo | Waldemar Brodkorb | |
2014-07-23 | add qemu support for ppc virtex ml507 | Waldemar Brodkorb | |
2014-07-23 | enable alpha/sparc for testing, it is broken | Waldemar Brodkorb | |
2014-07-22 | bump kernel versions, readd sm7xx driver for 3.15.x | Waldemar Brodkorb | |
2014-07-22 | reorder main menu, prefer uClibc-ng | Waldemar Brodkorb | |
2014-07-22 | DODEBUG for x86 must be on, need to investigate later | Waldemar Brodkorb | |
2014-07-22 | initrd is supported for xtensa in qemu 2.1beta | Waldemar Brodkorb | |
2014-07-22 | add kernel config for qemu-sheb | Waldemar Brodkorb | |
2014-07-22 | remove rmk.patch, need refresh later | Waldemar Brodkorb | |
2014-07-22 | fix registering of serial console | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-07-11 | add file to test collection | Waldemar Brodkorb | |
2014-07-11 | make nfsroot for apu hopefully working | Waldemar Brodkorb | |
2014-07-11 | add some flavours by default | Waldemar Brodkorb | |
2014-07-11 | add bin/daemon users for ltp, finetune ltp | Waldemar Brodkorb | |
2014-07-09 | remove wrong patch, enable ssh client for git | Waldemar Brodkorb | |
2014-07-08 | first steps to get testsuite of uClibc running | Waldemar Brodkorb | |
2014-07-08 | fix update-rcconf, rename adk-test package | Waldemar Brodkorb | |
2014-07-08 | toplevel build directory change | Waldemar Brodkorb | |
Sorry, for the unstable changes. To build different cpu flavours and ABI's in parallel, it is required to have unique dirs. | |||
2014-07-07 | now memory is again 512MB on rpi | Waldemar Brodkorb | |
2014-07-07 | bump to 3.15.4 | Waldemar Brodkorb | |
2014-07-07 | fix xfs module loading | Waldemar Brodkorb | |
2014-07-06 | allow preselection of ABI | Waldemar Brodkorb | |
2014-07-06 | start services is missing | Waldemar Brodkorb | |
2014-07-06 | use dhcp, add size from binutils, remove make,strace and file for the base | Waldemar Brodkorb | |
2014-07-05 | update uClibc-ng to beta2 | Waldemar Brodkorb | |
2014-07-05 | add different arm architectures for toolchain building | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
2014-07-04 | add apu system and kernel file. apu device sponsored by Joerg Seitter. | Waldemar Brodkorb | |
2014-07-04 | add basic support for pcengines apu, only usb boot tested. | Waldemar Brodkorb | |
2014-07-04 | remove old uuid hack from tg, partuuid feature is builtin, use this. | Waldemar Brodkorb | |
2014-07-01 | evdev and usb hid is required for keyboard and mouse | Waldemar Brodkorb | |
2014-06-30 | disable cursor blinking in quiet mode | Waldemar Brodkorb | |
2014-06-30 | add evdev for keyboard and mouse support in xbmc | Waldemar Brodkorb | |
2014-06-30 | disable relro+bind now, needs more startup time testing, fix gpu mem setting | Waldemar Brodkorb | |
2014-06-30 | add support for lz4 compressed kernel and initramfs | Waldemar Brodkorb | |
2014-06-30 | bump kernels | Waldemar Brodkorb | |
2014-06-30 | alpha and mircoblaze with no NPTL | Waldemar Brodkorb | |
2014-06-30 | start adding architectures for uClibc without NPTL/TLS | Waldemar Brodkorb | |
2014-06-29 | remove RPC from uclibc, use libtirpc | Waldemar Brodkorb | |
2014-06-29 | handle debug code handling inside OpenADK | Waldemar Brodkorb | |
2014-06-29 | add default parameter from Linux kernel | Waldemar Brodkorb | |
2014-06-28 | enable shared libgcc for uClibc/glibc | Waldemar Brodkorb | |
unfortunately uClibc/glibc uses dlopen to access exception handling code from libgcc_s.so.1. Pure static build is only provided by musl. |