summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2016-01-10one leftover from last commitWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-01-10add missing arch dependsWaldemar Brodkorb
2016-01-10mikrotik rb532 is mips32 not mips32r2Waldemar Brodkorb
2016-01-09latest gdb can be used for bfinWaldemar Brodkorb
2016-01-08refactor x86_64 cpu choice, so that it can be used for toolchain, tooWaldemar Brodkorb
2016-01-08Add support for x86_64 CPU optimisation in gccOliver Schib
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-12-28xtensa: noMMU needs uclinux tripletWaldemar Brodkorb
2015-12-28resolve circular dependencyWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-28v850: add basic newlib toolchain supportWaldemar Brodkorb
2015-12-27more xtensa improvementsWaldemar Brodkorb
2015-12-27use Image.elf for Xtensa-nommu as suggested by MaxWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-26only select the custom variantWaldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-26split rootfs options from target configWaldemar Brodkorb
2015-12-25default to ELF for MMU architectures, unbreak bootup with missing ELF kernel ↵Waldemar Brodkorb
support
2015-12-25bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵Waldemar Brodkorb
the help
2015-12-24allow to build leon3 optimized toolchain for sparcWaldemar Brodkorb
2015-12-24update uCLibc-ng to 1.0.10Waldemar Brodkorb
2015-12-24bump kernelversionsWaldemar Brodkorb
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-21opkg: update to latest, add host variant, enable gpg supportWaldemar Brodkorb
2015-12-21fix ppc64/sh4 glibc toolchain buildingWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-20use strings instead of modinfo for a portable wayWaldemar Brodkorb
Idea from Phil to have a portable method to find the kernel module dependencies. make-module-ipkgs.sh uses associative arrays, so check for bash version 4.
2015-12-20use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵Waldemar Brodkorb
from emcraft
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-12-13update to gcc 5.3.0, use as default compilerWaldemar Brodkorb
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-11Revert "rework prereq check"Waldemar Brodkorb
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
2015-12-11rework prereq checkwbx
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-09disable gcc 5.2.x for FR-V, need to report a bugWaldemar Brodkorb
2015-12-07more Numato Mimas v2 J2 bits and bytesWaldemar Brodkorb
2015-12-07sh: add support for numato mimas v2Waldemar Brodkorb
2015-12-06install config.sub and config.guess alwaysWaldemar Brodkorb
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection.
2015-12-06cleanup kernelversion dependenciesWaldemar Brodkorb
Use ARCH, then BOARD and last SYSTEM depends.
2015-12-06newlib: set supported architecturesWaldemar Brodkorb
2015-12-05add or1k newlib supportWaldemar Brodkorb
2015-12-04no BFLT for FR-VWaldemar Brodkorb
2015-12-03toolchain: add newlib supportWaldemar Brodkorb
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet.
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-11-30bfin: only allow to choose latest kernel, others don't work with gcc git ↵Waldemar Brodkorb
without patching
2015-11-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-30bfin: separate serial driver from kernel configWaldemar Brodkorb