OvmfPkg/HighMemDxe: Add RISC-V in the supported arch.

Add RISC-V VM in the file header.
Add RISC-V to the supported arch.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Cc: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
Abner Chang 2021-10-11 21:30:17 +08:00 committed by mergify[bot]
parent d881c6ddf5
commit 47bd85e9f9
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
/** @file
* High memory node enumeration DXE driver for ARM Virtual Machines
* High memory node enumeration DXE driver for ARM and RISC-V
* Virtual Machines
*
* Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.
*

View File

@ -1,5 +1,6 @@
## @file
# High memory node enumeration DXE driver for ARM Virtual Machines
# High memory node enumeration DXE driver for ARM and RISC-V
# Virtual Machines
#
# Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.
#