summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2016-03-25frv: update uClibc-ng configWaldemar Brodkorb
2016-03-25simplify qemu options, hide block choiceWaldemar Brodkorb
2016-03-20cris: hack around broken driver patchWaldemar Brodkorb
2016-03-19add basic bits and bytes for stm32f429 supportWaldemar Brodkorb
2016-03-19qemu-m68k-q800: add disk supportWaldemar Brodkorb
2016-03-18m68k: fix ethernet driver compileWaldemar Brodkorb
2016-03-16linux: bump versionWaldemar Brodkorb
2016-03-16disable uClibc-ng obstack, gdb/binutils has its own copyWaldemar Brodkorb
2016-03-16linux: update kernel to 4.4.5Waldemar Brodkorb
2016-03-14arc: disable obstack, not usable with newer binutils/gdbWaldemar Brodkorb
2016-03-13update uClibc-ng to 1.0.13Waldemar Brodkorb
2016-03-13allow to build m68k bare-metal toolchainWaldemar Brodkorb
2016-03-13fix sparc64 symbol nameWaldemar Brodkorb
2016-03-12default to initramfs+piggyback for qemu/gdb simWaldemar Brodkorb
2016-03-12uclibc-ng: disable long double math in default configWaldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-11default without blockWaldemar Brodkorb
2016-03-11add mini kernel config for nios2Waldemar Brodkorb
2016-03-11allow to select nds32 to build uClibc-ng toolchainWaldemar Brodkorb
2016-03-10fix CPU symbol names, oopsWaldemar Brodkorb
2016-03-10lm32 is uclinuxWaldemar Brodkorb
2016-03-10make parts of the menu visible if architecture is choosen to guarentee ↵Waldemar Brodkorb
defaults are set right
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10c6x is uClinuxWaldemar Brodkorb
2016-03-07if prevents the usability of symbols :(Waldemar Brodkorb
2016-03-07allow ADK_TARGET_CPU for alphaWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-03-05fix build when no modules selectedWaldemar Brodkorb
2016-03-02build host u-boot when mkimage is not installedWaldemar Brodkorb
2016-02-29add a workaround for ppc64 kernel compileWaldemar Brodkorb
2016-02-27add NIOS2 to newlib supported architecturesWaldemar Brodkorb
2016-02-27add H8300 to newlib supported architecturesWaldemar Brodkorb
2016-02-27fix ARM noMMU toolchain creationWaldemar Brodkorb
2016-02-27linux: update to latestWaldemar Brodkorb
2016-02-27add ARC to newlib supported architecturesWaldemar Brodkorb
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-02-25add newlib aarch64 toolchain supportWaldemar Brodkorb
2016-02-25add basic newlib toolchain support for moxieWaldemar Brodkorb
2016-02-24musl: update to latest versionWaldemar Brodkorb
2016-02-20kernel: update to latestWaldemar Brodkorb
2016-02-20u-boot: update to latest, allow to build for solidrun-imx6 devicesWaldemar Brodkorb
2016-02-19remove unused symbolWaldemar Brodkorb
2016-02-19glibc: update to latest release, disable broken sparcWaldemar Brodkorb
2016-02-19update older 2.6.x and 3.2.x kernelsWaldemar Brodkorb
2016-02-16rework ARM NEON supportWaldemar Brodkorb
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup.
2016-02-16musl: add latest stable versionWaldemar Brodkorb
2016-02-16add nds32 bare-metal toolchain supportWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2016-02-14binutils: use 2.26 only for Xtensa noMMU and H8300Waldemar Brodkorb