Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-15 | convert from addon to generic patch | Waldemar Brodkorb | |
2015-03-15 | convert from addon to generic patch | Waldemar Brodkorb | |
2015-03-15 | convert addon patch to default patch | Waldemar Brodkorb | |
2015-03-15 | convert fblogo patch to generic patch, remove addon stuff for this | Waldemar Brodkorb | |
2015-03-15 | remove dietnet patch | Waldemar Brodkorb | |
As discussed with phil today, patches aplied conditionally is a bad thing and should be removed. The dietnet patch is only available because of the mikrotik rb532 limitation of kernel size when booting from nand. The patch is hard to maintain and will never be included upstream. We should better use PicoTCP in such cases or develop decompression support for this board to use compressed kernels. | |||
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-03-13 | remove Linus only symbol ARCH_BCM2835 for raspberry | Waldemar Brodkorb | |
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-03-11 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-11 | sync patches with rpi upstream | Waldemar Brodkorb | |
2015-03-10 | update uCLibc config, enable linuxthreads | Waldemar Brodkorb | |
2015-03-10 | disable 3.19 for solidrun devices | Waldemar Brodkorb | |
2015-03-09 | remove CEC, problems with rpi and cubox-i | Waldemar Brodkorb | |
2015-03-08 | sync patchset with latest kernel 3.14 | Waldemar Brodkorb | |
2015-03-08 | select uclibc test for test appliance as it is no longer default on | Waldemar Brodkorb | |
2015-03-08 | sync patch set and config | Waldemar Brodkorb | |
Remove some old kernel symbols. Use 8 MB as default for CMA. | |||
2015-03-08 | add support for uClibc-ng 1.0.1 | Waldemar Brodkorb | |
2015-03-08 | better defaults for gcc/binutils | Waldemar Brodkorb | |
2015-03-07 | update all kernel versions | Waldemar Brodkorb | |
2015-03-07 | xtensa can be used wth big endian mode | Waldemar Brodkorb | |
Default for Qemu Targets is little endian. Fixup qemu example calling parameters. | |||
2015-03-07 | reorder libc and toolchain options | Waldemar 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-06 | forgot to rename symbols | Waldemar Brodkorb | |
2015-03-06 | rename symbols | Waldemar Brodkorb | |
2015-03-06 | add missing uCLibc-ng config for ARC | Waldemar Brodkorb | |
2015-03-05 | add needed stuff for raspberry pi for kodi example appliance | Waldemar Brodkorb | |
2015-03-05 | add realtime linux preempt_rt patch | Waldemar Brodkorb | |
Enable Kernel options for Realtime, HZ and HighRes Timer in menuconfig. | |||
2015-03-05 | support non-thread build | Waldemar Brodkorb | |
2015-03-05 | sync raspberry pi patch set | Waldemar Brodkorb | |
Enable CMA and CMA_DMA for RPI. Make ENDIAN Symbols visible. Set CMA to 64 MB. Add MMAP I2S enable patch. | |||
2015-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-03-03 | enable prompt | Waldemar Brodkorb | |
2015-03-03 | add missing CPU types. breakage reported by phil | Waldemar Brodkorb | |
2015-03-02 | x86/x86_64 use -march, reported by phil | Waldemar Brodkorb | |
2015-03-02 | add wlan support for 3.18.x via Russel King patches. 0086-0090 | Waldemar Brodkorb | |
2015-03-02 | default m approach for selecting kernel stuff by packages does not work ↵ | Waldemar Brodkorb | |
well. remove it for now | |||
2015-03-02 | update elf2flt, so that arm-nommu binaries are linkable. | Waldemar Brodkorb | |
2015-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-02 | add version string, will be used later | Waldemar Brodkorb | |
2015-03-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-03-01 | we need to select vfp | Waldemar Brodkorb | |
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | fix vfp symbols | Waldemar Brodkorb | |
2015-02-28 | target/Makefile: fix for ADK_TARGET_KERNEL_CUSTOMISING=n | Phil Sutter | |
The prepared kernel config wasn't copied to it's final place. | |||
2015-02-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
2015-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil 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-25 | disable uClibc-ng (not ready). fix gcc configure | Waldemar Brodkorb | |
2015-02-25 | add an useful example for appliance option files | Waldemar Brodkorb | |
2015-02-25 | another special handling for cris | Waldemar Brodkorb | |
malloc needs to be fixed for linuxthreads in uClibc-ng git. | |||
2015-02-23 | default off for testsuite | Waldemar Brodkorb | |
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. |