mirror of https://github.com/acidanthera/audk.git
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:
parent
d881c6ddf5
commit
47bd85e9f9
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue