From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web10.6733.1632966216018187599 for ; Wed, 29 Sep 2021 18:43:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=bIlPxYV+; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0907617d9a=abner.chang@hpe.com) Received: from pps.filterd (m0134425.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 18TMZNY5021927; Thu, 30 Sep 2021 01:43:35 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references; s=pps0720; bh=1XaEr8bpQJ1Z8IR9Alye9YmBT1BwR4KGdg5OOhCitfk=; b=bIlPxYV+MtekyrCuVkD6FMFtnXXgu5iQyJW9KzJlIP7QBnLHrcVoKEmMwVOrRLeL1vCw 3mkLiu3oY2V0s764HQU+YqhtievSO9RculrUaPU3D8z9nRiAW/+IcL/rtv9WnLMW/G3O cB7COlHUZ7ip2hIXORjBa7ueYJFbMtRcHSJPqb/sGXioq+CTlr85Ff8e7WtW3m9xq/fX LCw1GjhsMSlYK4auIYL+e13ilyu6CsvEqJYCflyaNtCa8VKhDkyHVGdDbtictruDVAnQ 5PqudDltK0TUwvoG+IrfksTuKErik9IUNGp6hn+PBP7MoqvTTf5sA0P7tnTTwIicbJ2V TA== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 3bcy5qhqax-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 30 Sep 2021 01:43:35 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 6B7C6A7; Thu, 30 Sep 2021 01:43:34 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 2F4E949; Thu, 30 Sep 2021 01:43:33 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Leif Lindholm , Gerd Hoffmann , Daniel Schaefer , Sunil V L Subject: [PATCH V3 11/12] OvmfPkg/FdtPciHostBridgeLib: Add RISC-V in the supported arch. Date: Thu, 30 Sep 2021 08:45:47 +0800 Message-Id: <20210930004548.3033-12-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210930004548.3033-1-abner.chang@hpe.com> References: <20210930004548.3033-1-abner.chang@hpe.com> X-Proofpoint-GUID: 6fBllz-uDsETZEN6K-7aoeM0FlGUPFvY X-Proofpoint-ORIG-GUID: 6fBllz-uDsETZEN6K-7aoeM0FlGUPFvY X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.391,FMLib:17.0.607.475 definitions=2021-09-29_09,2021-09-29_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=781 bulkscore=0 priorityscore=1501 mlxscore=0 malwarescore=0 suspectscore=0 clxscore=1015 impostorscore=0 adultscore=0 spamscore=0 phishscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2109300007 Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Gerd Hoffmann Cc: Daniel Schaefer Cc: Sunil V L Reviewed-by: Daniel Schaefer --- OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf b/OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf index f015480685..e610e3d03f 100644 --- a/OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf +++ b/OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf @@ -20,7 +20,7 @@ # The following information is for reference only and not required by the build # tools. # -# VALID_ARCHITECTURES = AARCH64 ARM +# VALID_ARCHITECTURES = AARCH64 ARM RISCV64 # [Sources] -- 2.17.1