aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/qemuarma9
AgeCommit message (Collapse)Author
2021-09-26bsp/qemuarm*-gfx: use virtio graphicsJon Mason
Remove Bochs and start using virtio graphics Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-08-31qemuarma9: remove USB_ISP1760_HCDBruce Ashfield
USB_ISP1760_HCD is a bool, with no help text. As such, it can only be selected by other kernel configuration elements. We get a warning from having this in our fragment, so we drop it and allow Kconfig to select it as necessary. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-08-31qemuarma9: drop VGA console disableBruce Ashfield
The Kconfig's for VGA console have changed such that they can't be set (or unset) for architectures/platforms that have no support. As such, we don't need to unset it anymore. Having the unset triggers a warning during kernel processing, so the choice is easy .. remove it from the fragment. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-03-27qemuarma9: enable gfxCatalin Enache
Issue: LIN8-2657 When configuring for either sato or xfce desktop, the qemuarma9 bsp doesn't initialize the screen after starting with make start-target TOPTS="-gc". Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-11-19qemuarma9.cfg: Add SD Card supportJason Wessel
Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-12config: remove CONFIG_HOTPLUGBruce Ashfield
commit 40b313608a [Finally eradicate CONFIG_HOTPLUG] removes CONFIG_HOTPLUG from the kernel, since it is impossible to build a kernel without hotplug. We update our fragments to no longer specify this value as well. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-213.10: remove obsolete CONFIG_MTD_CHARBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-01-16meta: convert ktype/standard to explicit ktypes/standard/standard.sccBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-26qemuarm: introduce cortex a9 variantBruce Ashfield
Creating the kernel support for a Cortex A9 qemu simulation. qemu's versatile express ca9x9 machine is the base for this BSP and has been validated with the following tune values: require conf/machine/include/qemu.inc require conf/machine/include/tune-cortexa9.inc KERNEL_IMAGETYPE = "uImage" SERIAL_CONSOLE = "115200 ttyAMA0" qemu should be launched with the following arguments: qemu-system-arm -M vexpress-a9 <normal options> With 128M of memory and the console pointed at ttyAMA0,115200. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>