[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-trivial] [PATCH v2 14/14] ppc: Add SM501 device in config for ppc
From: |
BALATON Zoltan |
Subject: |
[Qemu-trivial] [PATCH v2 14/14] ppc: Add SM501 device in config for ppc and ppcemb targets |
Date: |
Sun, 26 Feb 2017 00:31:46 -0000 |
This is not used by default on any emulated machine yet but it is
still useful to have it compiled so it can be added from the command
line for clients that can use it (e.g. MorphOS has no driver for any
other emulated video cards but can output via SM501)
Signed-off-by: BALATON Zoltan <address@hidden>
---
default-configs/ppc-softmmu.mak | 1 +
default-configs/ppcemb-softmmu.mak | 1 +
2 files changed, 2 insertions(+)
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 09c1d45..1f1cd85 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -45,6 +45,7 @@ CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
CONFIG_PLATFORM_BUS=y
CONFIG_ETSEC=y
CONFIG_LIBDECNUMBER=y
+CONFIG_SM501=y
# For PReP
CONFIG_SERIAL_ISA=y
CONFIG_MC146818RTC=y
diff --git a/default-configs/ppcemb-softmmu.mak
b/default-configs/ppcemb-softmmu.mak
index 7f56004..94340de 100644
--- a/default-configs/ppcemb-softmmu.mak
+++ b/default-configs/ppcemb-softmmu.mak
@@ -15,3 +15,4 @@ CONFIG_I8259=y
CONFIG_XILINX=y
CONFIG_XILINX_ETHLITE=y
CONFIG_LIBDECNUMBER=y
+CONFIG_SM501=y
--
2.7.4
- [Qemu-trivial] [PATCH v2 00/14] Improvements for SM501 display controller emulation, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 06/14] sm501: Add missing arbitration control register, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 07/14] sm501: Fix device endianness, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 05/14] sm501: Add emulation of chip connected via PCI, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 09/14] sm501: Misc clean ups, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 14/14] ppc: Add SM501 device in config for ppc and ppcemb targets,
BALATON Zoltan <=
- [Qemu-trivial] [PATCH v2 10/14] sm501: Add support for panel layer, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 03/14] sm501: QOMify, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 08/14] sm501: Fix hardware cursor, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 02/14] sm501: Use defines instead of constants where available, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 12/14] sm501: Implement reading 2D engine registers, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 04/14] sm501: Get rid of base address in draw_hwc_line, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 13/14] sm501: Add reset function and vmstate descriptor, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 11/14] sm501: Add some more missing registers, BALATON Zoltan, 2017/02/25
- [Qemu-trivial] [PATCH v2 01/14] sm501: Fixed code style and a few typos in comments, BALATON Zoltan, 2017/02/25
- Re: [Qemu-trivial] [PATCH v2 00/14] Improvements for SM501 display controller emulation, Michael Tokarev, 2017/02/27