summaryrefslogtreecommitdiff
path: root/target/config/Config.in.archopts
AgeCommit message (Collapse)Author
2017-03-26arm device-tree option fixWaldemar Brodkorb
2017-03-25fix qemu versatile sampleWaldemar Brodkorb
2016-09-10linux: remove deprecated 4.6 supportWaldemar Brodkorb
2016-08-28mips: add hidden NaN choice, refresh uClibc-ng configsWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-08-15allow to build older kernel for qemu-arm-versatilepb without device-treeWaldemar Brodkorb
2016-08-08instruction set must depend on ARMWaldemar Brodkorb
2016-08-08add support for ARM thumb modeWaldemar 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 ;)