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.web09.9884.1642758629801965254 for ; Fri, 21 Jan 2022 01:50:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=lttpIzwf; 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=00207f782d=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20L6W9X3022051; Fri, 21 Jan 2022 09:50:29 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=Dk4gmmmq+XTV31fWmsguu1/fWBGLRuYQyvU/MKiaz9M=; b=lttpIzwfvmavPApiXs12GWa4nAdvsZsqLgEl+tc+bOwPN6IeX38a5AwWWmqyMsF3IYjy rjhLR++eAiG0pU8BYNBsbIRIaR2b+ZhpDBSCJY7LO0qGIcP1Stu5AvVIR4rumiSa+hjq kjuBY1bxDp4Sp0l/HTOOCQ76zutKAZqFRSTAtcg3Vkgph/gQBQPac6WzUPcp+pGQtAEt QHMG1bzevrxjN1NUm9ET5lNrTpajP7QDndQrtPO1vv8B2+Y0ctrgfkcCrsm2C+KF3War Y0sBCSvOvPZQNFPBEPf+qXb6M1Gz2166wpm/ETt6iSBsMARYoipo43Gu7x7RtHh4zzAF 6w== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3dqhxqkwp9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 21 Jan 2022 09:50:28 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 3105A72; Fri, 21 Jan 2022 09:50:28 +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 E4D8148; Fri, 21 Jan 2022 09:50:26 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [edk2-platforms][PATCH 06/14] RISC-V/PlatformPkg: Address Core CI license check errors. Date: Fri, 21 Jan 2022 16:48:40 +0800 Message-Id: <20220121084848.7695-7-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220121084848.7695-1-abner.chang@hpe.com> References: <20220121084848.7695-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: U8JT01KQHI4F7lK1jKlSqst0VQi--yIT X-Proofpoint-ORIG-GUID: U8JT01KQHI4F7lK1jKlSqst0VQi--yIT X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-21_06,2022-01-20_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 bulkscore=0 phishscore=0 mlxlogscore=999 priorityscore=1501 impostorscore=0 malwarescore=0 suspectscore=0 lowpriorityscore=0 spamscore=0 adultscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2201110000 definitions=main-2201210065 Content-Transfer-Encoding: quoted-printable Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Sunil V L --- .../PlatformPkg/Universal/Sec/Riscv64/SecEntry.S | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Platform/RISC-V/PlatformPkg/Universal/Sec/Riscv64/SecEntry.S b= /Platform/RISC-V/PlatformPkg/Universal/Sec/Riscv64/SecEntry.S index a96dd9474b..8a8701f1bd 100644 --- a/Platform/RISC-V/PlatformPkg/Universal/Sec/Riscv64/SecEntry.S +++ b/Platform/RISC-V/PlatformPkg/Universal/Sec/Riscv64/SecEntry.S @@ -1,10 +1,9 @@ /*=0D - * Copyright (c) 2021 , Hewlett Packard Enterprise Development LP. All rig= hts 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