From patchwork Thu Jun 22 23:13:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 11185 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:994d:0:b0:3d9:f83d:47d9 with SMTP id k13csp5414221vqr; Thu, 22 Jun 2023 16:45:15 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ74lLeGCcAXMofiyLeeCC6xAthhWcYpbL3IZqQoJIyXI6h9HkfJk9ODUSQg6XXkrKkvMjgj X-Received: by 2002:a05:6871:4316:b0:1a2:c251:c3aa with SMTP id lu22-20020a056871431600b001a2c251c3aamr18850580oab.40.1687477515416; Thu, 22 Jun 2023 16:45:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1687477515; cv=none; d=google.com; s=arc-20160816; b=OoU2/zmv+k7HN7gwFB/hZs4fH60vVyHHALNYcjPelYqG8Z9+l5vgwLazHtLkDdqoc9 3WTgb3WaEGj3UvNvKBwkxhSd0LhAvaI7KMpnMAnXrFS+5c0c+fklaHRpyjEVRDE6A3Po QBc/Reiyz42lvzFTDdnQqjDmhF7zQb6lV1j9um3Ne6gzbCTVtLox7r9KimCkFIgqnoPR OwwcJGDjcsADg090u2u9FFSTcXg+rrsrSJz6VIorzLyVqVcrUW6rqLM6GWVFH6rl2577 AbfWhmrHUe6qRxdgaGwfALOT4aGtZnA3iaI8qOG5VJQ4FLpLPl1X3shZbQc2QWODl9Ii yb2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Hx+DubL3fhSXnqo9yz6NqRTx6lPMYbMrpGSOMiokuI0=; b=Iu0yPQYVaKsHCIl+d0roqI03GCXgpceW471gMaU/8CbP+H04Q+y78VNyISosWDdddt /aRW/w0Kn5P4T3BWB+lYHvCJaUgt7tS3aCvBQ6VgALCi5MR/eOy8kz+9Dr8WiVAA1Fuo a/UZUIRyAvXJusMpi03MUaZICJBQ1tO6UJI3RuToVSF78g2zv1WHJD+Qv9m4kHrQxOyE kHC9kaQNsUGPwIntxtv+ZGZyrdWd9DvqedbKfqBHV+xJSCgMQE0JAjEB7yx61CENUZc9 E16NkmudLTKHgWfaRuegGww0TVAO8JgyCX/pX6xZ1fv6VC98hsGbN6OnJ/FvNGxp8osd ekaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id z20-20020a637e14000000b0054f93b261cfsi4616226pgc.88.2023.06.22.16.45.02; Thu, 22 Jun 2023 16:45:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231493AbjFVXNf (ORCPT + 99 others); Thu, 22 Jun 2023 19:13:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231484AbjFVXNe (ORCPT ); Thu, 22 Jun 2023 19:13:34 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B13CA1988 for ; Thu, 22 Jun 2023 16:13:30 -0700 (PDT) Received: from i53875bdf.versanet.de ([83.135.91.223] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qCTUO-0002nK-BL; Fri, 23 Jun 2023 01:13:20 +0200 From: Heiko Stuebner To: palmer@dabbelt.com, paul.walmsley@sifive.com Cc: linux-riscv@lists.infradead.org, samuel@sholland.org, guoren@kernel.org, christoph.muellner@vrull.eu, heiko@sntech.de, conor.dooley@microchip.com, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: [PATCH v2 0/2] RISC-V: T-Head vector handling Date: Fri, 23 Jun 2023 01:13:02 +0200 Message-Id: <20230622231305.631331-1-heiko@sntech.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_SCC_BODY_TEXT_LINE,T_SPF_HELO_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1769448423371171150?= X-GMAIL-MSGID: =?utf-8?q?1769448423371171150?= From: Heiko Stuebner As is widely known the T-Head C9xx cores used for example in the Allwinner D1 implement an older non-ratified variant of the vector spec. While userspace will probably have a lot more problems implementing support for both, on the kernel side the needed changes are actually somewhat small'ish and can be handled via alternatives somewhat nicely. With this patchset I could run the same userspace program (picked from some riscv-vector-test repository) that does some vector additions on both qemu and a d1-nezha board. On both platforms it ran sucessfully and even produced the same results. As can be seen in the todo list, there are 2 places where the changed SR_VS location still needs to be handled in the next revision (assembly + ALTERNATIVES + constants + probably stringify resulted in some grey hair so far already) ToDo: - follow along with the base vector patchset - handle SR_VS access in _save_context and _secondary_start_sbi changes since v1: - rebase on top of the merged vector patchset - add separate patch for "has_vector()" variable - a number of cleanups - a comment that T-Head cores do not seem to implement the vxsat and vxrm fields in the fcsr register Heiko Stuebner (3): RISC-V: define the elements of the VCSR vector CSR RISC-V: move vector-available status into a dedicated variable RISC-V: add T-Head vector errata handling arch/riscv/Kconfig.errata | 13 +++ arch/riscv/errata/thead/errata.c | 32 ++++++ arch/riscv/include/asm/csr.h | 29 +++++- arch/riscv/include/asm/errata_list.h | 45 ++++++++- arch/riscv/include/asm/vector.h | 144 +++++++++++++++++++++++++-- arch/riscv/kernel/setup.c | 6 ++ arch/riscv/kernel/vector.c | 10 +- 7 files changed, 261 insertions(+), 18 deletions(-)