Skip to content

Commit

Permalink
NetworkPkg/HttpBootDxe: Add RISC-V architecture for EDK2 CI.
Browse files Browse the repository at this point in the history
Add RISC-V architecture for EDK2 CI testing.

BZ:2562:
https://bugzilla.tianocore.org/show_bug.cgi?id=2562

Signed-off-by: Abner Chang <[email protected]>
Reviewed-by: Maciej Rabeda <[email protected]>

Cc: Jiaxin Wu <[email protected]>
Cc: Siyuan Fu <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Gilbert Chen <[email protected]>
Cc: Daniel Schaefer <[email protected]>
  • Loading branch information
Abner Chang authored and mergify[bot] committed Apr 3, 2020
1 parent 8436d4d commit 0a44fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Functions declaration related with DHCPv4 for HTTP boot driver.
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
Expand Down Expand Up @@ -35,6 +36,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#define EFI_HTTP_BOOT_CLIENT_SYSTEM_ARCHITECTURE HTTP_CLIENT_ARCH_ARM
#elif defined (MDE_CPU_AARCH64)
#define EFI_HTTP_BOOT_CLIENT_SYSTEM_ARCHITECTURE HTTP_CLIENT_ARCH_AARCH64
#elif defined (MDE_CPU_RISCV64)
#define EFI_HTTP_BOOT_CLIENT_SYSTEM_ARCHITECTURE HTTP_CLIENT_ARCH_RISCV64
#elif defined (MDE_CPU_EBC)
#define EFI_HTTP_BOOT_CLIENT_SYSTEM_ARCHITECTURE HTTP_CLIENT_ARCH_EBC
#endif
Expand Down

0 comments on commit 0a44fd3

Please sign in to comment.