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.web09.15400.1582987838775745202 for ; Sat, 29 Feb 2020 06:50:38 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0328563951=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01TEltIA006895; Sat, 29 Feb 2020 14:50:38 GMT Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 2yfj9gstcv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 29 Feb 2020 14:50:38 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id ED18BA8; Sat, 29 Feb 2020 14:50:37 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id A6E3C4B; Sat, 29 Feb 2020 14:50:35 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Jiewen Yao , Jian J Wang , Chao Zhang , Leif Lindholm , Gilbert Chen , Daniel Helmut Schaefer Subject: [edk2-staging/RISC-V-V2: RISC-V EDK2 CI Code Change PATCH v1 7/9] SecurityPkg: Security package changes for RISC-V EDK2 CI. Date: Sat, 29 Feb 2020 22:13:56 +0800 Message-Id: <20200229141358.9528-8-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200229141358.9528-1-abner.chang@hpe.com> References: <20200229141358.9528-1-abner.chang@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138,18.0.572 definitions=2020-02-29_03:2020-02-28,2020-02-29 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 mlxscore=0 suspectscore=0 mlxlogscore=999 impostorscore=0 malwarescore=0 priorityscore=1501 adultscore=0 phishscore=0 spamscore=0 clxscore=1011 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2002290115 Content-Transfer-Encoding: quoted-printable BZ:2562 https://bugzilla.tianocore.org/show_bug.cgi?id=3D2562 EDK2 CI report: https://github.com/tianocore/edk2-staging/pull/196 https://github.com/tianocore/edk2-staging/pull/197 Add RISC-V architecture to SecurityPkg for EDK2 CI testing. Signed-off-by: Abner Chang Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Cc: Leif Lindholm Cc: Gilbert Chen Cc: Daniel Helmut Schaefer --- SecurityPkg/SecurityPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index a2eeadda7a..7db1ad855a 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -2,7 +2,7 @@ # Security Module Package for All Architectures.=0D #=0D # Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.
=0D -# (C) Copyright 2015 Hewlett Packard Enterprise Development LP
=0D +# (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP
=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -13,7 +13,7 @@ PLATFORM_VERSION =3D 0.98=0D DSC_SPECIFICATION =3D 0x00010005=0D OUTPUT_DIRECTORY =3D Build/SecurityPkg=0D - SUPPORTED_ARCHITECTURES =3D IA32|X64|EBC|ARM|AARCH64=0D + SUPPORTED_ARCHITECTURES =3D IA32|X64|EBC|ARM|AARCH64|RISCV64=0D BUILD_TARGETS =3D DEBUG|RELEASE|NOOPT=0D SKUID_IDENTIFIER =3D DEFAULT=0D =0D --=20 2.25.0