summaryrefslogtreecommitdiff
path: root/target/or1k/systems
AgeCommit message (Collapse)Author
2016-03-27or1k: update kernel and gccWaldemar 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 ;)
2015-12-02or1k: try with openrisc linux version, minimize defconfigWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-10-23or1k: allow to boot linux kernel, fix compression none modeWaldemar Brodkorb
2015-10-23add or1ksim basic filesWaldemar Brodkorb
2015-09-03select or1k cpuWaldemar Brodkorb
2015-09-01or1k: add basic qemu supportWaldemar Brodkorb
Kernel boots, userland not.
2015-07-13add basic toolchain support for or1k arch with musl libcWaldemar Brodkorb