aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/qemu-ppc32
AgeCommit message (Collapse)Author
2021-01-15config: drop CONFIG_OPROFILEBruce Ashfield
oprofile is being removed from the kernel, since the oprofile userspace tools use the perf syscalls (and have for quite a while). So we drop our remaining configs to avoid obselete config warnings reference: https://lore.kernel.org/lkml/CAHk-=whw9t3ZtV8iA2SJWYQS1VOJuS14P_qhj3v5-9PCBmGQww@mail.gmail.com/ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01qemuppc: configure the CONFIG_SCSI to '=y'Yanfei Xu
Changing CONFIG_SCSI from '=m' to '=y' to be consistent with its direct dependency, which is 'CONFIG_SCSI_VIRTIO=y' in virtio.cfg. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> 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>
2016-09-074.8: sync missing 4.4 meta-dataBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30qemuppc: drop CONFIG_PNPBruce Ashfield
CONFIG_PNP will be excluded from the final .config via our lack of ISA support. We don't need this feature (since it is disabled), and due to the way Kconfig processes options CONFIG_PNP is not it the final .config at all. This lack of "is not set" triggers a warning. To avoid the warning, we drop the option. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-08-30configs: drop CONFIG_MIIBruce Ashfield
CONFIG_MII is a tristate with no user prompt, as such, it is only selected by other kernel configs. If we have it in our fragments we'll be warned when it isn't in the final .config. The warning isn't useful, since if this is needed another option will select it. To avoid the warning, we just drop CONFIG_MII from our fragments Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-03-31bsps: ensure that all BSPs booted under qemu include virtio driversBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-08-25graphics: disable CIRRUS DRM for qemumips and qemuppcBruce Ashfield
These platforms do not have the required AGP and DRM support to use the cirrus module, so we remove it from their configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-08-24qemu*: enable DRM_CIRRUS_QEMUBruce Ashfield
To allow platforms to take advantage of better graphics support, we enable the following options as module: config DRM_CIRRUS_QEMU tristate "Cirrus driver for QEMU emulated device" depends on DRM && PCI select FB_SYS_FILLRECT select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT select DRM_KMS_HELPER select DRM_KMS_FB_HELPER select DRM_TTM help This is a KMS driver for emulated cirrus device in qemu. It is *NOT* intended for real cirrus devices. This requires the modesetting userspace X.org driver. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-16qemuppc: remove old PREP platform patchesBruce Ashfield
We've been using the MAC99 platform for some time now, there's no need to carry the old PReP platform patches. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-14meta: rename CONFIG_HID_USB_WACOM to CONFIG_HID_WACOMBruce Ashfield
Further consolidation of the WACOM driver has unified BT and USB support into the generically named HID_WACOM driver. So we rename our fragments to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-12qemu: explicitly include usb configuration fragmentsBruce Ashfield
USB configurations were implicitly being enabled via the WACOM USB tablet Kconfig. To align the arm, ppc and mips qemu machine with the other BSPs, we should explicitly include the USB options, rather than relying on the implicit mechanism. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-10-12gfx: convert CONFIG_TABLET_USB_WACOM to CONFIG_HID_USB_WACOMBruce Ashfield
commit 471d17148c8b [Input: wacom - move the USB (now hid) Wacom driver in drivers/hid] changes the config value for USB wacom support. So we adjust our fragments accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-01-14master: initial v3.13 updateBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-15meta:qemuppc: enable CONFIG_ALTIVECBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-05-25-dev: bump kver to 3.10-rc2Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-02-13meta/qemuppc: add hardware classification bucketBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-02-12meta: remove obsolete CONFIG_USB_DEVICEFSBruce Ashfield
commit fb28d58b72aa9215b26f1d5478462af394a4d253 Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Date: Wed Apr 25 17:15:29 2012 -0700 USB: remove CONFIG_USB_DEVICEFS This option has been deprecated for many years now, and no userspace tools use it anymore, so it should be safe to finally remove it. Reported-by: Kay Sievers <kay@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-01-16meta: convert ktype/preempt-rt to explicit ktypes/preempt-rt/preempt-rt.sccBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-08-09meta/qemuppc: remove redundant profiling optionsBruce Ashfield
qemuppc had some old profiling options in its BSP configuration fragments. These are better pulled from the profiling feature. This also removes a warning when options like CONFIG_FRAME_POINTER are dropped from the final .config (since they are not available on the arch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-04-13meta: Clean up BSPs kernel configYang Shi
Clean up some QEMU and non-x86 BSPs kernel config, including qemuarm qemuppc qemux86 beagleboard mpc8315e_rdb Only obsolete/invalid kernel configs are removed. Signed-off-by: Yang Shi <yang.shi@windriver.com>
2012-03-30bsp: add secondary BSP defines as aliasesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-18bsp: update all BSPs to use include and branchBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-06meta/qemuppc: replace kernel config file of qemu-ppc32 with mac99Liming Wang
Repalce emulation of qemuppc from prep to mac99. Also add qemu-ppc32-gfx.cfg file to support framebuffer and touchscreen. Signed-off-by: Liming Wang <liming.wang@windriver.com>
2012-01-05qemuppc: remove references to missing patchesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-11-16v3.2 apply fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-11-14config: add # in front of all bannersBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-01meta: remove configuration warningsBruce Ashfield
Cleaning the configuration of the qemu base board descriptions to remove obselete options, re-use common config features and declare options as being valid for the BSPs to define. With this change the kernel configuration audit is clean for all the qemu machines. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-09-01meta/qemuppc: board description fixesBruce Ashfield
The qemuppc rt board description did not match the recent change to a board specific branch on the end of the preempt-rt kernel type. This resulted in kernel configuration validation errors since the board description didn't match the tree and was discarded. This updates the .scc file to have a proper branch and series description. The .cfg file is also update to remove obselete config values and provide a clean configuration audit. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-08-09meta/rt: qemu-ppc32 preempt-rt supportDarren Hart
Create the preempt-rt definition for qemuppc support. This configuration re-uses existing branches since no board specific changes are currently required. If board specific fixes are required, this definition will be updated. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-07-26qemuppc: fix interrupts. boot to prompt worksBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-26qemuppc: irq disable fixupsBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: qemuppc: irq disable fixups Date: Wed, 15 Jun 2011 16:12:17 -0400 Mapping the qemuppc interupt handling to the new interrupt routines means that we call irq_state_clr_disabled to enable irqs, not disable them. So we should modify function "irq_state_set_disabled" with our custom qemppc mods. Signed-off-by: Liming Wang <liming.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-06-163.0: patch fixupsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-05-23meta: replace open-coded hpet options with hpet featureTom Zanussi
Have common-pc-64 use the hpet feature, and remove the corresponding options in common-pc64.cfg. Also remove the hpet options from arm and ppc machines where they're noops. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-04yocto: 2.6.39 patch refreshesBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04yocto: import of the kernel content/metadata from v2.6.39Paul Gortmaker
Roughly corresponds to: commit db575247e16e50ce5160e18907e253c6a43b6feb Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Mon Apr 4 00:27:55 2011 -0400 yocto: 2.6.39 baseline Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ...in the full history repo, but with some extraneous files that were deleted post db575247 deleted right here and now at the baseline instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>