summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-03-13remove Linus only symbol ARCH_BCM2835 for raspberryWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-03-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-11sync patches with rpi upstreamWaldemar Brodkorb
2015-03-10update uCLibc config, enable linuxthreadsWaldemar Brodkorb
2015-03-10disable 3.19 for solidrun devicesWaldemar Brodkorb
2015-03-09remove CEC, problems with rpi and cubox-iWaldemar Brodkorb
2015-03-08sync patchset with latest kernel 3.14Waldemar Brodkorb
2015-03-08select uclibc test for test appliance as it is no longer default onWaldemar Brodkorb
2015-03-08sync patch set and configWaldemar Brodkorb
Remove some old kernel symbols. Use 8 MB as default for CMA.
2015-03-08add support for uClibc-ng 1.0.1Waldemar Brodkorb
2015-03-08better defaults for gcc/binutilsWaldemar Brodkorb
2015-03-07update all kernel versionsWaldemar Brodkorb
2015-03-07xtensa can be used wth big endian modeWaldemar Brodkorb
Default for Qemu Targets is little endian. Fixup qemu example calling parameters.
2015-03-07reorder libc and toolchain optionsWaldemar Brodkorb
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ...
2015-03-06forgot to rename symbolsWaldemar Brodkorb
2015-03-06rename symbolsWaldemar Brodkorb
2015-03-06add missing uCLibc-ng config for ARCWaldemar Brodkorb
2015-03-05add needed stuff for raspberry pi for kodi example applianceWaldemar Brodkorb
2015-03-05add realtime linux preempt_rt patchWaldemar Brodkorb
Enable Kernel options for Realtime, HZ and HighRes Timer in menuconfig.
2015-03-05support non-thread buildWaldemar Brodkorb
2015-03-05sync raspberry pi patch setWaldemar Brodkorb
Enable CMA and CMA_DMA for RPI. Make ENDIAN Symbols visible. Set CMA to 64 MB. Add MMAP I2S enable patch.
2015-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-03convert to upper case symbols, remove lower case ADK_big/ADK_littleWaldemar Brodkorb
2015-03-03enable promptWaldemar Brodkorb
2015-03-03add missing CPU types. breakage reported by philWaldemar Brodkorb
2015-03-02x86/x86_64 use -march, reported by philWaldemar Brodkorb
2015-03-02add wlan support for 3.18.x via Russel King patches. 0086-0090Waldemar Brodkorb
2015-03-02default m approach for selecting kernel stuff by packages does not work ↵Waldemar Brodkorb
well. remove it for now
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
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