summaryrefslogtreecommitdiff
path: root/target/config/Config.in.qemuopts
AgeCommit message (Collapse)Author
2018-05-06riscv: try gcc8 + riscv-kernelWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-03csky: add better qemu supportWaldemar Brodkorb
2018-01-12qemu riscv use virtWaldemar Brodkorb
2017-06-18qemu-alpha: add disk supportWaldemar Brodkorb
2016-09-11qemu: allow to start X with modesetting driverWaldemar Brodkorb
2016-03-25simplify qemu options, hide block choiceWaldemar Brodkorb
2016-03-19qemu-m68k-q800: add disk supportWaldemar Brodkorb
2016-03-11default without blockWaldemar 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-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-09-02refactor kernel mini.config.Waldemar Brodkorb
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-05-22add graphics support for qemu-armWaldemar Brodkorb
2015-03-07reorder libc and toolchain optionsWaldemar Brodkorb
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ...
2015-02-06rework CMDLINE generation regarding serial/vgaWaldemar Brodkorb
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used.
2014-11-08fix serial console, when virtio is used f.e. sparc64 qemuWaldemar Brodkorb
2014-08-28bootsup fine now. strange. because networking works now?. patch from Greg ↵Waldemar Brodkorb
Ungerer
2014-08-24fix disk boot for qemu-system-aarch64Waldemar Brodkorb
2014-08-24iommu problem in qemu is fixed, pata support now works in qemu-system-sparc64Waldemar Brodkorb
2014-08-12add support for xtensa dc233c variant. use uImage, which works with a ↵Waldemar Brodkorb
patched Qemu. Thanks to Max Filippov for fixes and ideas.
2014-08-07add basic support for qemu-aarch64Waldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-08enable audio support for qemu-x86/qemu-x86_64Waldemar Brodkorb
2014-06-05make mouse working in qemu x11Waldemar Brodkorb
2014-06-04use Cirrus DRM and xf86-video-modesetting for QemuWaldemar Brodkorb
2014-05-31add disk support to qemu-arm spitz and terrierWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-26default to -nographicWaldemar Brodkorb
2014-05-24fix disk support in qemu-x86, minor other cleanupsWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb