From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21A08C433DB for ; Thu, 25 Mar 2021 14:13:02 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ADFEF619E4 for ; Thu, 25 Mar 2021 14:13:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ADFEF619E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=eik.bme.hu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:56514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPQjM-0000Xc-Ho for qemu-devel@archiver.kernel.org; Thu, 25 Mar 2021 10:13:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPQbf-0008UF-Np; Thu, 25 Mar 2021 10:05:05 -0400 Received: from zero.eik.bme.hu ([152.66.115.2]:25484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPQbX-00046D-8p; Thu, 25 Mar 2021 10:05:03 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 67EC17462BD; Thu, 25 Mar 2021 15:04:53 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 41C467456E3; Thu, 25 Mar 2021 15:04:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zero.eik.bme.hu (Postfix) with ESMTP id 4033C7456B7; Thu, 25 Mar 2021 15:04:53 +0100 (CET) Date: Thu, 25 Mar 2021 15:04:53 +0100 (CET) From: BALATON Zoltan To: David Gibson Subject: Re: [PATCH v10 0/7] Pegasos2 emulation In-Reply-To: Message-ID: References: <344d1375-eb5e-31fb-5cbf-407497684fe0@eik.bme.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Received-SPF: pass client-ip=152.66.115.2; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , f4bug@amsat.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Paolo Bonzini Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Thu, 25 Mar 2021, David Gibson wrote: > On Tue, Mar 23, 2021 at 01:57:25PM +0100, BALATON Zoltan wrote: >> On Tue, 23 Mar 2021, David Gibson wrote: >>> On Wed, Mar 17, 2021 at 02:17:51AM +0100, BALATON Zoltan wrote: >>>> Hello, >>>> >>>> This is adding a new PPC board called pegasos2. More info on it can be >>>> found at: >>>> >>>> https://osdn.net/projects/qmiga/wiki/SubprojectPegasos2 >>>> >>>> Currently it needs a firmware ROM image that I cannot include due to >>>> original copyright holder (bPlan) did not release it under a free >>>> licence but I have plans to write a replacement in the future. With >>>> the original board firmware it can boot MorphOS now as: >>>> >>>> qemu-system-ppc -M pegasos2 -cdrom morphos.iso -device ati-vga,romfile="" -serial stdio >>>> >>>> then enter "boot cd boot.img" at the firmware "ok" prompt as described >>>> in the MorphOS.readme. To boot Linux use same command line with e.g. >>>> -cdrom debian-8.11.0-powerpc-netinst.iso then enter >>>> "boot cd install/pegasos" >>>> >>>> The last patch adds the actual board code after previous patches >>>> adding VT8231 and MV64361 system controller chip emulation. >>> >>> I've applied 1..5 to a new ppc-for-6.1 branch. Sorry it didn't make >>> it for 6.0, I just didn't have time to look this over until too late. >> >> Thanks but maybe you should wait if the dropped original first patch can be >> reviewed now and brought back. It would be easier for me to resubmit whole >> series rebased than port the dropped patch on top of a partly applied >> series. Also first patches without the last two is not much useful as the >> vt8231 model these add would not be used by anything else. > > Ok, I've dropped your patches from ppc-for-6.1 again, and I'll wait > for the next posting. Should've waited for the outcome of the review of the patch in question as it turns out it was voted against so the ones you dropped will stay. Sorry for the churn, I've posted v11 with all patches again changing last two patches according to your review. Let me know if anything else is needed. Thank you, BALATON Zoltan