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:31 -0700 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 x8N4ArGN017527; Mon, 23 Sep 2019 04:11:30 GMT Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com with ESMTP id 2v5d8k8ffn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 23 Sep 2019 04:11:30 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 66A4A5C; Mon, 23 Sep 2019 04:11:29 +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 0624E45; Mon, 23 Sep 2019 04:11:27 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Leif Lindholm , Gilbert Chen Subject: [platforms/devel-riscv-v2 PATCHv3 08/13] Silicon/SiFive :Update DEC revision Date: Mon, 23 Sep 2019 11:40:32 +0800 Message-Id: <1569210037-32285-9-git-send-email-abner.chang@hpe.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1569210037-32285-1-git-send-email-abner.chang@hpe.com> References: <1569210037-32285-1-git-send-email-abner.chang@hpe.com> 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 priorityscore=1501 mlxscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=843 adultscore=0 suspectscore=13 phishscore=0 bulkscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1908290000 definitions=main-1909230038 Update DEC revision. Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Gilbert Chen --- Silicon/SiFive/SiFive.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/SiFive/SiFive.dec b/Silicon/SiFive/SiFive.dec index 7aca3e7..d76458f 100644 --- a/Silicon/SiFive/SiFive.dec +++ b/Silicon/SiFive/SiFive.dec @@ -8,7 +8,7 @@ ## [Defines] - DEC_SPECIFICATION = 0x00010005 + DEC_SPECIFICATION = 0x0001001b PACKAGE_NAME = SiFiveSiliconPkg PACKAGE_GUID = 576912B2-7077-4B78-A934-4C133FEB20BB PACKAGE_VERSION = 1.0 -- 2.7.4