From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web08.6542.1632966207247359891 for ; Wed, 29 Sep 2021 18:43:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=dEUKfS0g; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0907617d9a=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 18TKKdVM012188; Thu, 30 Sep 2021 01:43:25 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=kWW9FtbANSdoGrwOSx9AU0xNNAgY7MVQH/b5W5OXZ7Q=; b=dEUKfS0ghi4w4AZhHh1oshQNttN3IvEaFuiqJXp74IVfcQWGZxS4BqSoOXVjAcC0MuCa drs7AsTTYhrK3fpLryBQP+jdyxJmo1TtOzil6ZPrIg57bvW4xF+ASFDSnDm4rXiMVqhw 0j8Jegh2zAO6+CjPct8ZP0uzkZTslF3EX0g/KvxhmaWTr+N5jm3hANw5Sxs5wkLDP2YI xNTOL1U6Co0XoH9xE7cwMwu5n59sXGIqPozczDK2Bjk+iqy5Zl9aO7Gp9Gx3bMmu1J1l 63EZBuncqoCXF6qEYRUB4lopfzSIz63liwL7inZqIKiDXlBqoqn6ioEnBXaACqdBuIOV fw== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 3bcmfgywja-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 30 Sep 2021 01:43:25 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 3C49A81; Thu, 30 Sep 2021 01:43:24 +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 00F0E39; Thu, 30 Sep 2021 01:43:22 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Leif Lindholm , Gerd Hoffmann , Daniel Schaefer , Sunil V L Subject: [PATCH V3 06/12] OvmfPkg/HighMemDxe: Add RISC-V in the supported arch. Date: Thu, 30 Sep 2021 08:45:42 +0800 Message-Id: <20210930004548.3033-7-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-ORIG-GUID: eh7H8byL8VpRFpSPAueU5dMsx9yF_ju1 X-Proofpoint-GUID: eh7H8byL8VpRFpSPAueU5dMsx9yF_ju1 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 impostorscore=0 malwarescore=0 lowpriorityscore=0 suspectscore=0 adultscore=0 spamscore=0 clxscore=1015 priorityscore=1501 bulkscore=0 phishscore=0 mlxscore=0 mlxlogscore=796 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2109300007 Add RISC-V VM in the file header. Add RISC-V to the supported arch. Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Gerd Hoffmann Cc: Daniel Schaefer Cc: Sunil V L --- OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf | 3 ++- OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf b/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf index 45779a2d59..c7dde9f455 100644 --- a/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf +++ b/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf @@ -1,5 +1,6 @@ ## @file -# High memory node enumeration DXE driver for ARM Virtual Machines +# High memory node enumeration DXE driver for ARM and RISC-V +# Virtual Machines # # Copyright (c) 2015-2016, Linaro Ltd. All rights reserved. # diff --git a/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c b/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c index c383757364..3bcd3eb213 100644 --- a/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c +++ b/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c @@ -1,5 +1,6 @@ /** @file -* High memory node enumeration DXE driver for ARM Virtual Machines +* High memory node enumeration DXE driver for ARM and RISC-V +* Virtual Machines * * Copyright (c) 2015-2016, Linaro Ltd. All rights reserved. * -- 2.17.1