summaryrefslogtreecommitdiff
path: root/target/lm32/systems
AgeCommit message (Collapse)Author
2020-01-28lm32: update to 4.8 linux port, same delay loop issue :(Waldemar Brodkorb
2019-10-09lm32: try to build kernel for qemuWaldemar Brodkorb
2016-11-17git kernel handlingWaldemar Brodkorb
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this.
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-10-25use external kernel git repo for lm32Waldemar Brodkorb
2015-10-18lm32: basic bits for qemu support, kernel build failureWaldemar Brodkorb
2015-10-17add basic support for lm32 architectureWaldemar Brodkorb