Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3441803ybi; Sun, 26 May 2019 23:35:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqxjul5Jcfm60GZ8nUwM2K3RcoYbhz4um4hZ4TgwBij6DIatUQ8yMg44yg0+i9PpURiEFItP X-Received: by 2002:a17:902:a40d:: with SMTP id p13mr27061840plq.11.1558938913234; Sun, 26 May 2019 23:35:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558938913; cv=none; d=google.com; s=arc-20160816; b=WhsC2dA4lnVGsbBu9eWkGVvQH6uMpIpgf5eBVxPyMVtlNBEp+mc/ynMAMR5q41wbGX PuxRlxYMyrecqT2NsQTq5FfxG2kLuycfBgUtmp7e/OZt834gtenoTB3o+/wkfYQwSKjr WyxuVadJQ7v4ii3X8DZIRR4hHNLqSbENJ6gFeFg8nWBLCExBQ29qy7ieQ1otdy5TSdvR 8wOTvSoH9JZg2OYGFlR8vqwhXQgg86meSTb6p5QlO66Xgh13fDd3IzSqWp4hhWOLmxET 4BKbFi6pC9WTNuIXzmyWjcyHN4NkEYYGXrGs6dzbadFwiDZPL+ZE3aHyAuGaIShIjoxx znJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=6ObO35ESOBR/3daPIxcLHRyXDVrqmd6P9XyU6aYiUq4=; b=wknPKfhWkKlWnsPnvlx1ECHuefw6wV/Z+nU18s2NDSJuprrZIwCSZ1pbII4R4GcDfO 9WUwQ54iijLnVnYp/HczCgPMFnDM7iDxCYahsDWp8de89wFoeQ59vcuLt/1FUMLoPWya L036pymnDWKeuD/xz84uc851hAic05G9ecE5+9nJ8HVoC1iYZEutYdEtDjZJ0Fw+q06/ iY32HB1a/IKDkkRTEiVN7RcdbFRj278WmtWJcY9DZdRyMPvZmfHRFwSxq6LAr5ZoJpCc X3BjC5R92DcitzUa/SMHtZn9EU396LiaShLeEd6Hkd5iMlzuRYjVyLG6rJu+5d2Fcm6x m/Yw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x21si16606758pjn.61.2019.05.26.23.34.58; Sun, 26 May 2019 23:35:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726106AbfE0Gcy (ORCPT + 99 others); Mon, 27 May 2019 02:32:54 -0400 Received: from muru.com ([72.249.23.125]:51060 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725907AbfE0Gcy (ORCPT ); Mon, 27 May 2019 02:32:54 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 70E5880F3; Mon, 27 May 2019 06:33:13 +0000 (UTC) Date: Sun, 26 May 2019 23:32:50 -0700 From: Tony Lindgren To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: Thomas Huth , Aaro Koskinen , Corentin Labbe , linux-omap@vger.kernel.org, qemu-devel@nongnu.org, linux-kernel@vger.kernel.org, Peter Maydell , Guenter Roeck Subject: Re: [Qemu-devel] Running linux on qemu omap Message-ID: <20190527063250.GI5447@atomide.com> References: <20190520190533.GA28160@Red> <20190521232323.GD3621@darkstar.musicnaut.iki.fi> <20190522093341.GA32154@Red> <20190522181904.GE3621@darkstar.musicnaut.iki.fi> <8977e2bb-8d9e-f4fd-4c44-b4f67e0e7314@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Philippe Mathieu-Daudé [190523 12:01]: > What I use as reference for testing ARM boards [*] is the work of > Guenter Roeck: > https://github.com/groeck/linux-build-test/blob/master/rootfs/arm/run-qemu-arm.sh I think Guenter also has v2.3.50-local-linaro branch in his github repo that has support for few extra boards like Beagleboard. Not sure what's the current branch to use though. Regards, Tony