summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2014-08-01allow to use git version for C library.Waldemar Brodkorb
2014-07-30Revert "add kernel config for qemu-sheb"Waldemar Brodkorb
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852.
2014-07-29add host tar, GNU tar required for uClibc header installations.Waldemar Brodkorb
2014-07-29fix initrdramfsarchive targetWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
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-24always compile uClibc testsuiteWaldemar Brodkorb
2014-07-23after further testing, uClibc is unusable on alphaWaldemar Brodkorb
2014-07-23add support for qemu ppc bambooWaldemar Brodkorb
2014-07-23add qemu support for ppc virtex ml507Waldemar Brodkorb
2014-07-23enable alpha/sparc for testing, it is brokenWaldemar Brodkorb
2014-07-22bump kernel versions, readd sm7xx driver for 3.15.xWaldemar Brodkorb
2014-07-22reorder main menu, prefer uClibc-ngWaldemar Brodkorb
2014-07-22initrd is supported for xtensa in qemu 2.1betaWaldemar Brodkorb
2014-07-22add kernel config for qemu-shebWaldemar Brodkorb
2014-07-11make nfsroot for apu hopefully workingWaldemar Brodkorb
2014-07-08first steps to get testsuite of uClibc runningWaldemar Brodkorb
2014-07-08toplevel build directory changeWaldemar 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-07bump to 3.15.4Waldemar Brodkorb
2014-07-06allow preselection of ABIWaldemar Brodkorb
2014-07-05add different arm architectures for toolchain buildingWaldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-06-30disable relro+bind now, needs more startup time testing, fix gpu mem settingWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-30bump kernelsWaldemar Brodkorb
2014-06-30start adding architectures for uClibc without NPTL/TLSWaldemar Brodkorb
2014-06-29add default parameter from Linux kernelWaldemar Brodkorb
2014-06-28enable shared libgcc for uClibc/glibcWaldemar 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-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-27automatically choose 128 MB gpuWaldemar Brodkorb
2014-06-25allow to disable checksum checkingWaldemar Brodkorb
2014-06-25use console=tty1 hereWaldemar Brodkorb
2014-06-25finetune netowrk configWaldemar Brodkorb
2014-06-24add support for qemu-system-alphaWaldemar Brodkorb
2014-06-23allow initramfs for qemu-git + patchesWaldemar Brodkorb
2014-06-23bump kernel versionsWaldemar Brodkorb
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-18add yaffs2 patch for hardware with nand, only use 3.14.7 for mikrotik-rb4xx ↵Waldemar Brodkorb
for now
2014-06-18add support for mikrotik rb4xxPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-12bump kernel versionsWaldemar Brodkorb
2014-06-11update to latest stable kernelsWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-11ignore 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-10update to 3.15, rb532 pci patch no longer requiredWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-08enable audio support for qemu-x86/qemu-x86_64Waldemar Brodkorb