From patchwork Mon Feb 11 04:01:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: BALATON Zoltan X-Patchwork-Id: 10805087 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4FA4D1515 for ; Mon, 11 Feb 2019 04:37:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 33965296EA for ; Mon, 11 Feb 2019 04:37:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 24C5F2976D; Mon, 11 Feb 2019 04:37:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8D95C296EA for ; Mon, 11 Feb 2019 04:37:40 +0000 (UTC) Received: from localhost ([127.0.0.1]:44111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt3Lf-000794-DR for patchwork-qemu-devel@patchwork.kernel.org; Sun, 10 Feb 2019 23:37:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt3FL-0003TI-7L for qemu-devel@nongnu.org; Sun, 10 Feb 2019 23:31:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt32A-0006AC-I2 for qemu-devel@nongnu.org; Sun, 10 Feb 2019 23:17:34 -0500 Received: from zero.eik.bme.hu ([152.66.115.2]:41247) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gt325-0005pF-Vg for qemu-devel@nongnu.org; Sun, 10 Feb 2019 23:17:27 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id D4D847456B2; Mon, 11 Feb 2019 05:17:20 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id BCB3B7456A2; Mon, 11 Feb 2019 05:17:20 +0100 (CET) Message-Id: From: BALATON Zoltan Date: Mon, 11 Feb 2019 05:01:56 +0100 To: qemu-devel@nongnu.org X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 152.66.115.2 Subject: [Qemu-devel] [PATCH 0/4] Misc MIPS fulong2e improvements X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Huacai Chen , Aleksandar Markovic , Aurelien Jarno Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hello, These are some misc patches to get the fulong2e emulation in a better shape. With my recent via-ide changes and the separately submitted hw/display: Add basic ATI VGA emulation patch and after this series the pmon_2e.bin firmware from https://mirrors.cloud.tencent.com/loongson/pmon/ can actually run and appears to work. I could not find an image to boot so I could not test that further but this appears to be an improvement that worth submitting now. Regards, BALATON Zoltan BALATON Zoltan (4): hw/pci-host/bonito.c: Add PCI mem region mapped at the correct address mips_fulong2e: Fix bios flash size mips_fulong2e: Dynamically generate SPD EEPROM data mips_fulong2e: Add on-board graphics chip hw/mips/mips_fulong2e.c | 46 +++++++++++++++++++++++----------------------- hw/pci-host/bonito.c | 5 ++++- 2 files changed, 27 insertions(+), 24 deletions(-)