Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | allow to use git version for C library. | Waldemar Brodkorb | |
2014-07-30 | Revert "add kernel config for qemu-sheb" | Waldemar Brodkorb | |
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852. | |||
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-07-29 | fix initrdramfsarchive target | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
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-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 | initrd is supported for xtensa in qemu 2.1beta | Waldemar Brodkorb | |
2014-07-22 | add kernel config for qemu-sheb | Waldemar Brodkorb | |
2014-07-11 | make nfsroot for apu hopefully working | Waldemar Brodkorb | |
2014-07-08 | first steps to get testsuite of uClibc running | 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 | bump to 3.15.4 | Waldemar Brodkorb | |
2014-07-06 | allow preselection of ABI | 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 basic support for pcengines apu, only usb boot tested. | 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 | start adding architectures for uClibc without NPTL/TLS | 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. | |||
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-27 | automatically choose 128 MB gpu | Waldemar Brodkorb | |
2014-06-25 | allow to disable checksum checking | Waldemar Brodkorb | |
2014-06-25 | use console=tty1 here | Waldemar Brodkorb | |
2014-06-25 | finetune netowrk config | Waldemar Brodkorb | |
2014-06-24 | add support for qemu-system-alpha | Waldemar Brodkorb | |
2014-06-23 | allow initramfs for qemu-git + patches | Waldemar Brodkorb | |
2014-06-23 | bump kernel versions | Waldemar Brodkorb | |
2014-06-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-06-18 | add yaffs2 patch for hardware with nand, only use 3.14.7 for mikrotik-rb4xx ↵ | Waldemar Brodkorb | |
for now | |||
2014-06-18 | add support for mikrotik rb4xx | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-12 | bump kernel versions | Waldemar Brodkorb | |
2014-06-11 | update to latest stable kernels | Waldemar Brodkorb | |
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-11 | ignore config.sub/config.guess, do not create backup and restore it on ↵ | Waldemar Brodkorb | |
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package | |||
2014-06-10 | update to 3.15, rb532 pci patch no longer required | Waldemar Brodkorb | |