From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=01695bccdc=abner.chang@hpe.com) Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by groups.io with SMTP; Sun, 22 Sep 2019 21:11:16 -0700 Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8N4ApB7022040 for ; Mon, 23 Sep 2019 04:11:15 GMT Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com with ESMTP id 2v5a2fr08e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 23 Sep 2019 04:11:15 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id E67B04F for ; Mon, 23 Sep 2019 04:11:14 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.44]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id F1C5B49; Mon, 23 Sep 2019 04:11:13 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [platforms/devel-riscv-v2 PATCHv3 00/13] Updates to sync-up with Date: Mon, 23 Sep 2019 11:40:24 +0800 Message-Id: <1569210037-32285-1-git-send-email-abner.chang@hpe.com> X-Mailer: git-send-email 2.7.4 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-22_09:2019-09-20,2019-09-22 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 spamscore=0 suspectscore=13 adultscore=0 impostorscore=0 lowpriorityscore=0 phishscore=0 bulkscore=0 mlxscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=698 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1908290000 definitions=main-1909230038 This set of patches is updated to incorporate with patches sent for edk2-staging/RISC-V-V2 PATCH v2. Abner Chang (13): U500Pkg/OpenSbiPlatformLib: Use Fdtlib in EmbeddedPkg U500Pkg/Sec: Remove unnecessary PCD reference U500Pkg/Sec: Add information to header file references U500Pkg/SerialIoLib: Header file reference change U500Pkg: Update DEC revision RiscV :Update INF revision Silicon/SiFive: Update INF revision Silicon/SiFive :Update DEC revision U500Pkg/riscVPlatformTimerLib: Change source code to *.S RiscV/Sec: Change source code to *.S U500Pkg/SerialIoLib: Add copyrights RiscV: Update DEC revision U500Pkg: Leverage EmbeddedPkg modules .../FirmwareContextProcessorSpecificLib.inf | 2 +- .../RealTimeClockLibNull/RealTimeClockLibNull.inf | 2 +- Platform/RiscV/RiscVPlatformPkg.dec | 2 +- .../OpenSbiPlatformLib/OpenSbiPlatformLib.inf | 10 +- .../U500Pkg/Library/OpenSbiPlatformLib/platform.c | 242 +++++++++++---------- .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- .../PlatformBootManagerLib.inf | 2 +- .../RiscVPlatformTimerLib.inf | 6 +- .../U500Pkg/Library/SerialIoLib/SerialIoLib.inf | 2 +- .../U500Pkg/Library/SerialIoLib/SerialPortLib.c | 3 +- Platform/RiscV/SiFive/U500Pkg/U500.dec | 2 +- Platform/RiscV/SiFive/U500Pkg/U500.dsc | 5 +- Platform/RiscV/SiFive/U500Pkg/U500.fdf | 2 +- .../FvbServicesRuntimeDxe.inf | 2 +- .../U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf | 2 +- .../Universal/Pei/PlatformPei/PlatformPei.inf | 2 +- Platform/RiscV/Universal/Sec/SecMain.c | 12 +- Platform/RiscV/Universal/Sec/SecMain.inf | 7 +- .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- Silicon/SiFive/SiFive.dec | 2 +- .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- .../PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- 22 files changed, 158 insertions(+), 157 deletions(-) -- 2.7.4