Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-21 | fix ppc64/sh4 glibc toolchain building | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-20 | use strings instead of modinfo for a portable way | Waldemar 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-20 | use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵ | Waldemar Brodkorb | |
from emcraft | |||
2015-12-19 | add simple fb for banana pro | Waldemar Brodkorb | |
2015-12-15 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
2015-12-14 | simplify qemu x86/x86_64 support, enable block | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | gdb: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | update to gcc 5.3.0, use as default compiler | Waldemar 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-13 | rework prereq check | Waldemar 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-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-09 | disable gcc 5.2.x for FR-V, need to report a bug | Waldemar Brodkorb | |
2015-12-07 | more Numato Mimas v2 J2 bits and bytes | Waldemar Brodkorb | |
2015-12-07 | linux: use libgcc for sh | Waldemar Brodkorb | |
2015-12-07 | sh: add support for numato mimas v2 | Waldemar Brodkorb | |
2015-12-07 | kernel: add basic nfc support | Waldemar Brodkorb | |
2015-12-07 | refresh uClibc-ng config for sh | Waldemar Brodkorb | |
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
2015-12-06 | cleanup kernelversion dependencies | Waldemar Brodkorb | |
Use ARCH, then BOARD and last SYSTEM depends. | |||
2015-12-06 | ath79 board support | Waldemar Brodkorb | |
Use full OpenWrt patch for it, as it works better on 4.1.13 kernel. Deduplicate the patches for atheros devices. | |||
2015-12-06 | Add MTRR to x86 and x86_64 | Oliver Schib | |
MTRR gives faster terminal when not using a GUI. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-12-06 | solidrun-imx6: refresh patch | Waldemar Brodkorb | |
2015-12-06 | newlib: set supported architectures | Waldemar Brodkorb | |
2015-12-05 | add or1k newlib support | Waldemar Brodkorb | |
2015-12-05 | arc: allow big-endian testing | Waldemar Brodkorb | |
2015-12-04 | no BFLT for FR-V | Waldemar Brodkorb | |
2015-12-03 | allow to choose kernel symbol | Waldemar Brodkorb | |
2015-12-03 | BLOCK is required for filesystems | Waldemar Brodkorb | |
2015-12-03 | toolchain: add newlib support | Waldemar Brodkorb | |
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet. | |||
2015-12-02 | bfin/tile: fix toolchain building | Waldemar Brodkorb | |
2015-12-02 | or1k: try with openrisc linux version, minimize defconfig | Waldemar Brodkorb | |
2015-12-02 | simplify toolchain building | Waldemar 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-30 | bfin: only allow to choose latest kernel, others don't work with gcc git ↵ | Waldemar Brodkorb | |
without patching | |||
2015-11-30 | bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵ | Waldemar Brodkorb | |
hardware | |||
2015-11-30 | bfin: separate serial driver from kernel config | Waldemar Brodkorb | |
2015-11-30 | kodi: pyexpat required for mediathek addon | Waldemar Brodkorb | |
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-29 | Add support for Atheros/Attansic L1 Gigabit Ethernet | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-29 | Add SMP to x86_64 | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-29 | Add support for Intel IOMMU | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-27 | bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵ | Waldemar Brodkorb | |
disable it for now. | |||
2015-11-27 | Add support for radeon DRM/KMS | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-23 | VGA_CONSOLE seems to be no longer a problem with Lemote Yeelong | Waldemar Brodkorb | |
2015-11-21 | sparc64: simplify kernel config, fix virtio disk boot | Waldemar Brodkorb | |
2015-11-17 | default to 4.3, works fine with a patch on gdb h8/300 simulator | Waldemar Brodkorb | |
2015-11-16 | fix toolchain only building for sh2 | Waldemar Brodkorb | |
2015-11-16 | fix logic, do not allow bflat choice for FDPIC | Waldemar Brodkorb | |
2015-11-16 | default to simpleinit+sash for noMMU targets | Waldemar Brodkorb | |
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :) | |||
2015-11-16 | always build testsuite for uClibc-ng | Waldemar Brodkorb | |
2015-11-15 | uclibc-ng: update to 1.0.9 | Waldemar Brodkorb | |