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.web12.7938.1583475194920662732 for ; Thu, 05 Mar 2020 22:13:15 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=03343d3255=abner.chang@hpe.com) Received: from pps.filterd (m0148663.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 02668EKY017969; Fri, 6 Mar 2020 06:13:14 GMT Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0a-002e3701.pphosted.com with ESMTP id 2yke79s58a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 06 Mar 2020 06:13:14 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id C1D6777; Fri, 6 Mar 2020 06:13:13 +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 84F683A; Fri, 6 Mar 2020 06:13:11 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Maciej Rabeda , Michael D Kinney , Liming Gao , Leif Lindholm , Gilbert Chen , Daniel Schaefer Subject: [edk2/master PATCH RISC-V CI Code Changes v1 06/11] MdePkg/Include: Add RISC-V related definitions EDK2 CI. Date: Fri, 6 Mar 2020 13:36:15 +0800 Message-Id: <20200306053620.12131-7-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200306053620.12131-1-abner.chang@hpe.com> References: <20200306053620.12131-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-03-06_01:2020-03-05,2020-03-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 lowpriorityscore=0 spamscore=0 mlxscore=0 suspectscore=0 mlxlogscore=999 bulkscore=0 adultscore=0 phishscore=0 malwarescore=0 impostorscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003060042 Content-Transfer-Encoding: quoted-printable HTTP/PXE boot RISC-V related definitions for EDK2 CI. BZ:2562: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2562 Signed-off-by: Abner Chang Reviewed-by: Maciej Rabeda Cc: Michael D Kinney Cc: Liming Gao Cc: Leif Lindholm Cc: Gilbert Chen Cc: Daniel Schaefer --- MdePkg/Include/IndustryStandard/Dhcp.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/Dhcp.h b/MdePkg/Include/Indust= ryStandard/Dhcp.h index f41f9f2f5b..121c48c42d 100644 --- a/MdePkg/Include/IndustryStandard/Dhcp.h +++ b/MdePkg/Include/IndustryStandard/Dhcp.h @@ -3,6 +3,7 @@ They are used to carry additional information and parameters in DHCP mes= sages.=0D =0D Copyright (c) 2016, Intel Corporation. All rights reserved.
=0D + Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All right= s reserved.
=0D SPDX-License-Identifier: BSD-2-Clause-Patent=0D **/=0D =0D @@ -266,11 +267,17 @@ typedef enum { #define PXE_CLIENT_ARCH_EBC 0x0009 /// EBC for PXE=0D #define PXE_CLIENT_ARCH_ARM 0x000A /// Arm uefi 32 for PXE= =0D #define PXE_CLIENT_ARCH_AARCH64 0x000B /// Arm uefi 64 for PXE= =0D +#define PXE_CLIENT_ARCH_RISCV32 0x0019 /// RISC-V uefi 32 for = PXE=0D +#define PXE_CLIENT_ARCH_RISCV64 0x001B /// RISC-V uefi 64 for = PXE=0D +#define PXE_CLIENT_ARCH_RISCV128 0x001D /// RISC-V uefi 128 for= PXE=0D =0D #define HTTP_CLIENT_ARCH_IA32 0x000F /// x86 uefi boot from = http=0D #define HTTP_CLIENT_ARCH_X64 0x0010 /// x64 uefi boot from = http=0D #define HTTP_CLIENT_ARCH_EBC 0x0011 /// EBC boot from http= =0D #define HTTP_CLIENT_ARCH_ARM 0x0012 /// Arm uefi 32 boot fr= om http=0D #define HTTP_CLIENT_ARCH_AARCH64 0x0013 /// Arm uefi 64 boot fr= om http=0D +#define HTTP_CLIENT_ARCH_RISCV32 0x001A /// RISC-V uefi 32 boot= from http=0D +#define HTTP_CLIENT_ARCH_RISCV64 0x001C /// RISC-V uefi 64 boot= from http=0D +#define HTTP_CLIENT_ARCH_RISCV128 0x001E /// RISC-V uefi 128 boo= t from http=0D =0D #endif=0D --=20 2.25.0