summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-03-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-02add version string, will be used laterWaldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-03-01we need to select vfpWaldemar Brodkorb
2015-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-01fix vfp symbolsWaldemar Brodkorb
2015-02-28target/Makefile: fix for ADK_TARGET_KERNEL_CUSTOMISING=nPhil Sutter
The prepared kernel config wasn't copied to it's final place.
2015-02-28toolchain: add cross prelinking tool from yoctoproject and hook it into ↵Phil Sutter
build system
2015-02-28extend KERNEL_MAKE_OPTS by the target directoryPhil Sutter
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk.
2015-02-25disable uClibc-ng (not ready). fix gcc configureWaldemar Brodkorb
2015-02-25add an useful example for appliance option filesWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-23default off for testsuiteWaldemar Brodkorb
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-23default to soft-float for ARMWaldemar Brodkorb
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
2015-02-21use uppercase symbols, fix target suffix for armWaldemar Brodkorb
2015-02-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20allow gcc 4.7.4 for sparc, reorderWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb
2015-02-20depend on CPU_WITH_FPUWaldemar Brodkorb
2015-02-20add kbd and xdotool to firefox applianceWaldemar Brodkorb
2015-02-20default to 3.18.x as long the qemu-arm problem is unresolvedWaldemar 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-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-19add some basic infrastructure for hppa/parisc toolchain buildingWaldemar Brodkorb
2015-02-19cleanup FPU support for ARM targets.Waldemar Brodkorb
2015-02-18fix recursive selectsWaldemar Brodkorb
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-18remove eabi/softfloat stuff from hereWaldemar Brodkorb
2015-02-17add first preview of a firefox appliance. java plugin and kiosk addon missing.Waldemar Brodkorb
2015-02-17add new firefox appliance config, finetune the otherWaldemar Brodkorb
2015-02-17fix kbd setupWaldemar Brodkorb
2015-02-16prepare for Sun Voyager.Waldemar Brodkorb
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine.
2015-02-16fix coffee underflow errorWaldemar Brodkorb
2015-02-16allow to disable kernel commandlineWaldemar Brodkorb
2015-02-14add support for old avr32 gdbWaldemar Brodkorb
2015-02-14do not select adkinstallWaldemar Brodkorb
2015-02-14rework float support for ARMWaldemar Brodkorb
2015-02-14fix vga only setupWaldemar Brodkorb
2015-02-14disable nios2 for uClibc, not working.Waldemar Brodkorb
2015-02-14rework float supportWaldemar Brodkorb
ARM, MIPS and PPC have support for soft or hard float configuration of toolchain and system. Generalize the support for this in OpenADK.
2015-02-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-14rework VGA and serial outputWaldemar Brodkorb
The Linux kernel can output messages to serial devices and vga devices in parallel. The latest console= entry decides which console output is used for init via /dev/console character device. Let the developer configure what he wants. If you use f.e. Kodi, be sure output/input is used for VGA, other wise kodi startsup, but you end up with a black screen.
2015-02-13default to 3.19, only 3.14 for kodi and solidrun (gpu drivers)Waldemar Brodkorb
2015-02-13do not blank console even on non quiet kernel bootsWaldemar Brodkorb
2015-02-13add basic nios2 toolchain supportWaldemar Brodkorb