summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2017-01-14newlib: update to 2.5.0Waldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-13rpi: use stable branchWaldemar Brodkorb
The github kernel repository is extremely big (over 1GB compressed) so use a branch to allow swallow cloning. Reducing download time a lot. We need to bump kernel version regulary now, when the branch is changing.
2017-01-09linux: update to 4.9.1Waldemar Brodkorb
2017-01-07linux: fix generic kernel compile for ppc64Waldemar Brodkorb
2017-01-05mips: cleanup and fix mips{32,64}r6 supportWaldemar Brodkorb
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this.
2017-01-03uclibc-ng: disable thread support for upcoming aarch64 supportWaldemar Brodkorb
2017-01-03uclibc-ng: add config for aarch64Waldemar Brodkorb
2017-01-02add cortex-m7/cortex-m4 fpu support to toolchainWaldemar Brodkorb
2017-01-01linux: update to 4.4.38Waldemar Brodkorb
2017-01-01linux: update to 4.8.15Waldemar Brodkorb
2017-01-01sgi-o2: bigger tmpfsWaldemar Brodkorb
2017-01-01musl: update to 1.1.16Waldemar Brodkorb
2016-12-31uclibc-ng: update default configsWaldemar Brodkorb
2016-12-27linux: update to 3.12.69, add qemu arm nommu patchWaldemar Brodkorb
2016-12-26uclibc-ng: update to 1.0.21Waldemar Brodkorb
2016-12-26cleanup patchWaldemar Brodkorb
2016-12-26uCLibc-ng includes libiconv-tinyWaldemar Brodkorb
2016-12-25kinetis: set kernel versionWaldemar Brodkorb
2016-12-25use GNU cpio instead of heirloom cpioWaldemar Brodkorb
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package.
2016-12-25fix old kernel build with newer perlWaldemar Brodkorb
2016-12-22gcc: update to 6.3.0Waldemar Brodkorb
2016-12-19STM32F429, clearfog still experimentalWaldemar Brodkorb
2016-12-19enable thumb instruction code as defaultWaldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-14hide linux kernel config for bare-metalWaldemar Brodkorb
2016-12-14only support latest C library version, this is the best tested oneWaldemar Brodkorb
2016-12-14add missing target dummy for rxWaldemar Brodkorb
2016-12-14add generic sh support for newlib toolchainWaldemar Brodkorb
2016-12-13add ia64 for newlibWaldemar Brodkorb
2016-12-13add rx bare-metal toolchain supportWaldemar Brodkorb
2016-12-13numato-mimasv2: add latest bitstream and python tools for programming the FPGAWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-12-13allow x86_64 newlib toolchain buildingWaldemar Brodkorb
2016-12-13uClibc-ng: switch to malloc-standard as default for MMU. applications like ↵Waldemar Brodkorb
kodi crashing with malloc
2016-12-13allow sparc64 for newlibWaldemar Brodkorb
2016-12-12arc-toolchain: update to arc-2016.09-releaseWaldemar Brodkorb
2016-12-11rework git kernel infrastructureWaldemar Brodkorb
Module loading was broken, use stable hashes and add kernel versions to allow kernel module loading. Convert kinetis-k70 to use new infrastructure.
2016-12-05nds32: add required kernel changeWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-12-04or1k: we can use upstream kernelWaldemar Brodkorb
2016-12-04uclibc-ng: refresh configs, enable sha512Waldemar Brodkorb
2016-12-04uclibc-ng: update to 1.0.20Waldemar Brodkorb
2016-12-03arc: update gcc/binutils to arc-2016.09-rc2Waldemar Brodkorb
2016-12-02use latest gcc/binutils from AndesWaldemar Brodkorb
2016-12-02nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet ↵Waldemar Brodkorb
driver emulation
2016-11-30ia64: add kernel miniconfigWaldemar Brodkorb
2016-11-28cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, ↵Waldemar Brodkorb
add a linux kernel submenu
2016-11-28use short version without extra promptWaldemar Brodkorb
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-11-27dropbear: add systemd unit file and integrate logic to package buildWaldemar Brodkorb