Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-16 | add non-tested samples | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar 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-11-21 | sparc64: simplify kernel config, fix virtio disk boot | Waldemar Brodkorb | |
2015-11-12 | qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols. | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | fix networking on qemu-system-sparc64 | Waldemar Brodkorb | |
- use virtio drivers for sparc64 by default, builtin ne2k-pci emulation does not work - fix glibc packaging, revert x32 change, needs a better fix in sysroot | |||
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-02-16 | use virtio drivers for sparc64 | Waldemar Brodkorb | |
2014-02-11 | use miniconfig for sparc64, enable network driver. disk driver is broken. | Waldemar Brodkorb | |