From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web12.9596.1665766216322355332 for ; Fri, 14 Oct 2022 09:50:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=flmpIIuv; spf=pass (domain: ventanamicro.com, ip: 209.85.210.175, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pf1-f175.google.com with SMTP id y8so5385074pfp.13 for ; Fri, 14 Oct 2022 09:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ventanamicro.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=TqkAImVX5pz4EUsu7/1w85Dsv7fXQDFvN5eGykW+Y80=; b=flmpIIuvK2AsZ6Z33HcD6oNG0gxiSNkj6p8wGZQ9Ij65XAtvuQpxFRoy6VWgXcglzt +vFh84o/IZ1bCrr0u1GG1g3aMXHETLLtJFGCNFfzeskxoU0DjJfTITB/Bf4iL0HJW5rD NO9Ej1ibPr3CKiiiSLhMKBA64XnUUjNfT5OpD27v+2jVZaE6e7X1xOTe5iH9QXQW0odU 7njmJx+Fy3+oOip7KELjDUTMHHBzXP5dWesyLw9YUMmhv4wiyt9qyQ49HgJDRrn9i6kV WOs3qdyOl8Nf15gQInBJZmIHoCHjlbLi89aVa/eN/+OB2rGG9X/Sc0WqQu69mljc50Ic 6+xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TqkAImVX5pz4EUsu7/1w85Dsv7fXQDFvN5eGykW+Y80=; b=pGoKzQrl8YDvEydH6O14VUJS+34ewZqHYDMq1zuClXrNjcXHFnt/J5lmHS5w88W/ZS AO6FWJrjuWHt2YHrx2x95jtONI3/lmmyWk1B0BnoLeM/DwH0a49SLDainNNMitn4t2T5 nlusTqYY5hl1QFiyT+7FafB0wFsxP4mP2BXJuSG43SLjvkgpQNcwYjNNvjNW0gdtUKcP fy2dqbb9PbTZ2NUFknXEy9QmIYxC7OILEUd3ib0JidkHXjENigM4EhyhZJWiY6iZWWfR 25DHFq2cqlUXpeM7UAEGm+PrBN4vc/PzXd3ohHBgrux9amOY+/XtVTSv64lZF7KlSakG NYkw== X-Gm-Message-State: ACrzQf1sAMNPjrVCk7G2t/KpvxVqIKSL7cEQd+WOhhhiA86h0mZSGFn5 O54TmYTDlrGu3ooR1KfPBQSCMVr280l7lQ== X-Google-Smtp-Source: AMsMyM78FmDht+gnkppH+UX3bz1fRgsOoryWrq0h4ziEbuwMqzNFCSYJ9Y6VtTJrCcZNBzNJ30h68w== X-Received: by 2002:a63:6a48:0:b0:43a:18ce:4e08 with SMTP id f69-20020a636a48000000b0043a18ce4e08mr5476198pgc.432.1665766215612; Fri, 14 Oct 2022 09:50:15 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([49.206.13.138]) by smtp.gmail.com with ESMTPSA id f3-20020a62db03000000b0056265011136sm1963368pfg.112.2022.10.14.09.50.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Oct 2022 09:50:15 -0700 (PDT) From: "Sunil V L" To: devel@edk2.groups.io Cc: Eric Dong , Ray Ni , Rahul Kumar Subject: [edk2-staging/RiscV64QemuVirt PATCH V4 34/34] UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file Date: Fri, 14 Oct 2022 22:18:36 +0530 Message-Id: <20221014164836.1513036-35-sunilvl@ventanamicro.com> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221014164836.1513036-1-sunilvl@ventanamicro.com> References: <20221014164836.1513036-1-sunilvl@ventanamicro.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4076 RISC-V register names do not follow the EDK2 formatting. So, add it to ignore list for now. Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Signed-off-by: Sunil V L --- UefiCpuPkg/UefiCpuPkg.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiCpuPkg/UefiCpuPkg.ci.yaml b/UefiCpuPkg/UefiCpuPkg.ci.yaml index bbdc44a45b34..ae963e94c8e6 100644 --- a/UefiCpuPkg/UefiCpuPkg.ci.yaml +++ b/UefiCpuPkg/UefiCpuPkg.ci.yaml @@ -19,6 +19,7 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "Library/CpuExceptionHandlerLib/RiscV64/CpuExceptionHandlerLib.h" ] }, "CompilerPlugin": { -- 2.38.0