summaryrefslogtreecommitdiff
path: root/target/sh/kernel
AgeCommit message (Collapse)Author
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar 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-07more Numato Mimas v2 J2 bits and bytesWaldemar Brodkorb
2015-12-07sh: add support for numato mimas v2Waldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
2014-04-16use 128 MB for ramsize (needs small qemu patch)Waldemar Brodkorb
2014-04-16use extend, otherwise append from qemu is ignoredWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-04try to add support for graphical qemuWaldemar Brodkorb
2014-03-01convert to miniconfigWaldemar Brodkorb