Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2018-05-06 | riscv: try gcc8 + riscv-kernel | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-02-03 | csky: add better qemu support | Waldemar Brodkorb | |
2018-01-12 | qemu riscv use virt | Waldemar Brodkorb | |
2017-06-18 | qemu-alpha: add disk support | Waldemar Brodkorb | |
2016-09-11 | qemu: allow to start X with modesetting driver | Waldemar Brodkorb | |
2016-03-25 | simplify qemu options, hide block choice | Waldemar Brodkorb | |
2016-03-19 | qemu-m68k-q800: add disk support | Waldemar Brodkorb | |
2016-03-11 | default without block | 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-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-14 | simplify qemu x86/x86_64 support, enable block | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-09-02 | refactor 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-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-05-22 | add graphics support for qemu-arm | Waldemar Brodkorb | |
2015-03-07 | reorder libc and toolchain options | Waldemar 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-06 | rework CMDLINE generation regarding serial/vga | Waldemar 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-08 | fix serial console, when virtio is used f.e. sparc64 qemu | Waldemar Brodkorb | |
2014-08-28 | bootsup fine now. strange. because networking works now?. patch from Greg ↵ | Waldemar Brodkorb | |
Ungerer | |||
2014-08-24 | fix disk boot for qemu-system-aarch64 | Waldemar Brodkorb | |
2014-08-24 | iommu problem in qemu is fixed, pata support now works in qemu-system-sparc64 | Waldemar Brodkorb | |
2014-08-12 | add 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-07 | add basic support for qemu-aarch64 | Waldemar Brodkorb | |
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-08 | rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archs | Waldemar Brodkorb | |
2014-06-08 | enable audio support for qemu-x86/qemu-x86_64 | Waldemar Brodkorb | |
2014-06-05 | make mouse working in qemu x11 | Waldemar Brodkorb | |
2014-06-04 | use Cirrus DRM and xf86-video-modesetting for Qemu | Waldemar Brodkorb | |
2014-05-31 | add disk support to qemu-arm spitz and terrier | Waldemar Brodkorb | |
2014-05-31 | fix qemu spitz emulation, add emulation for terrier | Waldemar Brodkorb | |
2014-05-26 | default to -nographic | Waldemar Brodkorb | |
2014-05-24 | fix disk support in qemu-x86, minor other cleanups | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |