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.web08.3802.1641630531916720777 for ; Sat, 08 Jan 2022 00:28:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=X+Bi6wB3; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=000704d8ca=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20863YOb030849; Sat, 8 Jan 2022 08:28:51 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 : mime-version : content-transfer-encoding; s=pps0720; bh=ft7BTVcMI0NGNjVJE4BxUZ0YkiQK1pbMJCMS8ISu3ZQ=; b=X+Bi6wB343ffhh+3LkhddzU30n1D6A0lHcmfBkxqwgj8hS1fZ0Kv6sroKxl8fTvTpyNG z1DZ6qoBFNgSpyAdYx9x2VNebbzBJ82bLrvkuceZ2OfDOclUJITJEjnwGIraElTVNA1V YvsrVD7HHFUJbyPsi97OxBm+rBG4vohC8kLWgp/fuy6I9RFdMC8gS36MbhvO4sfw0Usb ruXYiSKku7+SJCqkxApLfWpPYThAj7pEpsuRkRSq43wO6VCkPUUA5CDqTneDiwL2qq15 0d7kEOP27ePNxMaBScXElZ06q64DdfLvxzpd5BFYbx2kjjHpDtytiHY9f16q54WgfYh0 dw== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df3tfgry3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 08 Jan 2022 08:28:51 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 89AEE83; Sat, 8 Jan 2022 08:28:50 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 7183536; Sat, 8 Jan 2022 08:28:49 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [PATCH 70/79] RiscVPlatformVPkg: Address Core CI license check errors. Date: Sat, 8 Jan 2022 15:27:28 +0800 Message-Id: <20220108072737.17962-9-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108072737.17962-1-abner.chang@hpe.com> References: <20220108072737.17962-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: cYbzx4EIIOREYMbOrZhaAaaAD6K1-5y_ X-Proofpoint-ORIG-GUID: cYbzx4EIIOREYMbOrZhaAaaAD6K1-5y_ X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-08_03,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 malwarescore=0 phishscore=0 spamscore=0 mlxscore=0 lowpriorityscore=0 impostorscore=0 mlxlogscore=859 adultscore=0 clxscore=1015 priorityscore=1501 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080064 Content-Transfer-Encoding: quoted-printable From: changab Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Sunil V L --- RiscVPlatformPkg/Universal/Sec/Riscv64/SecEntry.S | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/RiscVPlatformPkg/Universal/Sec/Riscv64/SecEntry.S b/RiscVPlatf= ormPkg/Universal/Sec/Riscv64/SecEntry.S index b7b41e4c11..8a8701f1bd 100644 --- a/RiscVPlatformPkg/Universal/Sec/Riscv64/SecEntry.S +++ b/RiscVPlatformPkg/Universal/Sec/Riscv64/SecEntry.S @@ -1,10 +1,9 @@ /*=0D - * Copyright (c) 2021-2022 , Hewlett Packard Enterprise Development LP. Al= l rights reserved.=0D - *=0D - * SPDX-License-Identifier: BSD-2-Clause=0D - *=0D - * Copyright (c) 2019 Western Digital Corporation or its affiliates.=0D - *=0D + Copyright (c) 2021-2022 , Hewlett Packard Enterprise Development LP. All= rights reserved.=0D + Copyright (c) 2019 Western Digital Corporation or its affiliates.=0D +=0D + SPDX-License-Identifier: BSD-2-Clause-Patent=0D +=0D */=0D =0D #include =0D --=20 2.31.1