summaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Collapse)Author
2015-06-15add support for m68k q800 emulation (experimental)Waldemar Brodkorb
2015-06-13update kernel to 4.0.5Waldemar Brodkorb
2015-06-03update kernel to 3.18.14, refresh realtime and rpi patchesWaldemar Brodkorb
2015-05-30enable FPU for AranymWaldemar Brodkorb
2015-05-28fix qemu-m68k build, add required patches for kernelWaldemar Brodkorb
2015-05-28use 68040 for AranymWaldemar Brodkorb
2015-05-25update kernel to 3.14.43Waldemar Brodkorb
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
2015-04-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar Brodkorb
2015-04-25refactor the lower case symbols outWaldemar Brodkorb
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
2015-04-14enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, tooWaldemar Brodkorb
2015-04-14LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for sambaWaldemar Brodkorb
2015-04-02remove deprecated symbolsWaldemar Brodkorb
2015-03-29enable UCLIBC_HAS_UTMP for uClibc-ngWaldemar Brodkorb
2015-03-27update to 3.18.10, sync rpi patchWaldemar Brodkorb
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without.
2015-03-23uClibc added a new symbol for utmp supportWaldemar Brodkorb
2015-03-22for uClinux m68k we need to use MALLOC_STANDARD for uClibc-ng 1.0Waldemar Brodkorb
2015-03-07update all kernel versionsWaldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-02-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-20use MALLOC with GLIBC_COMPAT for all archsWaldemar Brodkorb
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-18add support for uClibc-ng git masterWaldemar Brodkorb
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures.
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-11refresh patchWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar Brodkorb
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.
2014-12-27enable getopt longWaldemar Brodkorb
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