summaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Collapse)Author
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-12-13bump to 3.17.5Waldemar Brodkorb
2014-12-05bump kernel to 3.17.4Waldemar Brodkorb
2014-10-28update kernelsWaldemar Brodkorb
2014-10-07bump to 3.16.4Waldemar Brodkorb
2014-10-04use linuxthreads (new) for gdbserver usage on coldfire targetWaldemar Brodkorb
2014-09-28always enable pthread debug support as discussed with tgWaldemar Brodkorb
2014-09-08bump all kernels, remove 3.15Waldemar Brodkorb
2014-09-08sync with uClibc Makefile, config files will be compatibleWaldemar Brodkorb
2014-09-08avoid duplicate uclibc.config, fix sed command for HAVE_SHAREDWaldemar Brodkorb
2014-09-04enable threads for gdbserverWaldemar Brodkorb
2014-09-04use malloc standardWaldemar Brodkorb
2014-08-28bootsup fine now. strange. because networking works now?. patch from Greg ↵Waldemar Brodkorb
Ungerer
2014-08-28refresh config, use soft-floatWaldemar Brodkorb
2014-08-28add config for nommu and mmu case for uClibcWaldemar Brodkorb
2014-08-26we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵Waldemar Brodkorb
executables (f.e. sash) with a wrong data start are created by elf2flt)
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-25disable XSI_MATH, prevent testsuite linking failures.Waldemar Brodkorb
2014-08-15update config for non-mmu case, enable threadsWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar 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-06enable backtrace support by default for uClibc-ngWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-30it is m5208, not m5206Waldemar Brodkorb
2014-07-30minor m68k fixWaldemar Brodkorb
2014-07-30add argp by defaultWaldemar Brodkorb
2014-07-29add initramfsarchive targets for m68kWaldemar 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-25remove unused symbolWaldemar 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-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-03-29use xz instead of gzip, remove grub for qemu, add it only to ibm-x40Waldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-20add example config for aranymWaldemar Brodkorb
2014-03-20add some aranym fine tuningWaldemar Brodkorb
2014-03-19fixes for aranymWaldemar Brodkorb
2014-03-18use archive without kernelWaldemar Brodkorb
2014-03-17fix boot from disk for qemu targetsWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-14fix m68k supportWaldemar Brodkorb
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym.
2014-03-14convert to miniconfigWaldemar Brodkorb
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: TODO
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb