aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/pci-device_1af4_1050.fs
blob: 0e7f6396ae76b1a11a1679e75b27bb4f604ba3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\ *****************************************************************************
\ * Copyright (c) 2015 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
\ * which accompanies this distribution, and is available at
\ * http://www.opensource.org/licenses/bsd-license.php
\ *
\ * Contributors:
\ *     IBM Corporation - initial implementation
\ ****************************************************************************/

\ Note: The PCI ID 1af4:1050 is used for both, virtio-vga and virtio-gpu
\ devices. Only the first one provides a VGA interface that we currently
\ support in SLOF.

my-space pci-class@ 30000 = IF
    s" virtio [ vga ]" type cr
    s" qemu-vga.fs" included
ELSE
    s" virtio [ gpu ]" type cr
    my-space pci-device-generic-setup
THEN