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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BB201C5B552 for ; Mon, 9 Jun 2025 13:18:25 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1uOcNs-0001RH-PW; Mon, 09 Jun 2025 09:17:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOcNm-00018Y-Vw; Mon, 09 Jun 2025 09:17:47 -0400 Received: from imap5.colo.codethink.co.uk ([78.40.148.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOcNk-0006de-RR; Mon, 09 Jun 2025 09:17:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codethink.co.uk; s=imap5-20230908; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nFa6N1SP+11qhr1E1yEPfAY+cZootxQ3EXsW1subZwo=; b=Z8+8qAjKiGfcpjh51n1IJ6pyEz k5BSakXqG9CGyaSNGxOWlw1IW9dilnRfu+Of6ZHtyOg3fiw9tV8pqhVS1e4JcintsS+9RmtX+ShxV 0wmOq29n6QvOVfawR+Eu2FwV/CFF69S3rtvlld0bYztohEODzTo/uxKvlc8cSaBbK/fNNrlqJYmWL 2Vj0TLeg++y4AdDl2Nyyt+88W/r4qa0fE+qlY1QWJsKg4sDfAhGytzEfQP80GnKP16EYMRk/WCT2k gEHVkkphHF7+RhSNNqyG3d8LTGsnUZCoWAhbd2nXrt9JdzXtgwNDgKc76H3A/ly66hSUn6zTkDpNL Vx4l0WBA==; Received: from [63.135.74.212] (helo=rainbowdash) by imap5.colo.codethink.co.uk with esmtpsa (Exim 4.94.2 #2 (Debian)) id 1uOcNZ-00FOsr-2R; Mon, 09 Jun 2025 14:17:33 +0100 Received: from ben by rainbowdash with local (Exim 4.98.2) (envelope-from ) id 1uOcNY-00000006966-2kPJ; Mon, 09 Jun 2025 14:17:32 +0100 From: Ben Dooks To: nazar.kazakov@codethink.co.uk, joseph.baker@codethink.co.uk, fran.redondo@codethink.co.uk, lawrence.hunter@codethink.co.uk, liwei1518@gmail.com, dbarboza@ventanamicro.com, zhiwei_liu@linux.alibaba.com, alistair.francis@wdc.com, qemu-riscv@nongnu.org Cc: ben.dooks@codethink.co.uk, qemu-devel@nongnu.org Subject: RISC-V: Add CVA6 machine Date: Mon, 9 Jun 2025 14:17:28 +0100 Message-Id: <20250609131731.1464616-1-ben.dooks@codethink.co.uk> X-Mailer: git-send-email 2.37.2.352.g3c44437643 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.40.148.171; envelope-from=srv_ts003@codethink.com; helo=imap5.colo.codethink.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.097, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Add the CVA6 (the corev_apu from the fpga) model from https://github.com/openhwgroup/cva6 Tree at: https://gitlab.com/CodethinkLabs/qemu/-/tree/bjdooks/cva6-send-8jun2025?ref_type=heads Fixes: v3: - fix missing file source - set 64bit only for now v2: - rebased and fixed whitespace issues