Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |