Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp820167pxu; Wed, 6 Jan 2021 05:28:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJyETt/6O/rkhJRlRwHY/h/mig3MbYZJe+5XoO9oehurrGNk3bC4KIUVJMQjSW2AKZmgkOkk X-Received: by 2002:a05:6402:128d:: with SMTP id w13mr3899775edv.56.1609939715080; Wed, 06 Jan 2021 05:28:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609939715; cv=none; d=google.com; s=arc-20160816; b=YXWL6urhPwyCHWWrsiYFthbStuE+lMjQBaU6o60T+khNUO0blDTR2T8aJSmnKY0ryE d9ejYSoPXdWY9/kqdDXADgRA+exKQp69nqxD+uge4fGrSUa9nlTnypr0/umA7JpmXZgy aPjWJTWpalB/LtBYhxEB/f8Xpq+C8+wLa1B+63qRWIg+bJyDVZzn3on70+dgjlr3ygda jeIGx2/ymRMoGxcew9k0c8zRHAvH4fWWTphh7tqvautUldInrcJQODxNJo1qAd6BKcOl Gd1PptSUJeXzmVXh2ENn8VwVehm/xugInFyBZYCYH4uBXDY2vlenF8oPcjbMAh+W8u07 wQOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ZrNVXUcWKN0+f4XkmEkjAa5BVd9IB1juM2ZquMyH0/E=; b=dCN31DB88Ub+slVj+psjcH91svolBXmEnvocn0eaznkstcPe0+typW9EZE7JrY9s7a Q8IVjv/W9PsdPVDUUBtMyMU/gd9GMyL4DtV62IefF/6gwKE5wypebZWd4ruVq/hF9XBG EoMZekRNlCn+UY3al+FsaYnrIsaDVK5WsFcXaYlsfkZfyZ3IL/ePdvoS5xYrVFsN0tHV OGWcf6N5w3we3BOzJ1d6IN5jW+5mOte5Vsv3wFO1IDgO+oAMYsy77ZvlukpC1A9RyIZT JQGwLdCyhj+P/HPxuyX+NdiH9DKfKuWqyNNJH0Jmk6qrIDJyFMF1a0XUHaxp7AdIeHxM JgiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id us11si860426ejb.665.2021.01.06.05.28.11; Wed, 06 Jan 2021 05:28:35 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726267AbhAFN1q (ORCPT + 99 others); Wed, 6 Jan 2021 08:27:46 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:36957 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbhAFN1p (ORCPT ); Wed, 6 Jan 2021 08:27:45 -0500 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 75C5420000C; Wed, 6 Jan 2021 13:27:03 +0000 (UTC) Date: Wed, 6 Jan 2021 14:27:03 +0100 From: Alexandre Belloni To: Geert Uytterhoeven Cc: Jiaxun Yang , "open list:BROADCOM NVRAM DRIVER" , Alessandro Zummo , Linux Kernel Mailing List , linux-rtc@vger.kernel.org Subject: Re: [PATCH 1/2] rtc: goldfish: Remove GOLDFISH dependency Message-ID: <20210106132703.GM122615@piout.net> References: <20201114130921.651882-1-jiaxun.yang@flygoat.com> <20201114130921.651882-2-jiaxun.yang@flygoat.com> <20210104144841.GC3313@piout.net> <20210104154303.GD3313@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/01/2021 16:51:40+0100, Geert Uytterhoeven wrote: > > > Is it used on ARM platforms? > > > qemu:hw/riscv/Kconfig selects GOLDFISH_RTC, but that's it? > > > > My understanding is that this was used on the original ARM based goldfish > > android emulator but I don't think this was ever upstreamed. > > Upstream indeed only has GOLDFISH support in arch/x86/Kconfig. > Still, that would be handled by the dependency on GOLDFISH. > > Or do you mean upstream QEMU Goldfish support? > Yes, I meant upstream in QEMU. If I refer to the doc from google: 'goldfish' is the name of a family of similar virtual hardware platforms, that mostly differ in the virtual CPU they support. 'goldfish' started as an ARM-specific platform, but has now been ported to x86 and MIPS virtual CPUs. Goldfish was based on QEMU 0.8.2, they then moved to ranchu, this time on a more upstream QEMU but I don't think this is upstream either. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com