docs/interop/firmware: Add riscv64 to FirmwareArchitecture
Descriptors using this value have been shipped for years by distros, so we just need to update the spec to match reality. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com> Message-ID: <20250910121501.676219-1-abologna@redhat.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
4f7528295b
commit
da14767b35
1 changed files with 3 additions and 1 deletions
|
|
@ -85,12 +85,14 @@
|
|||
#
|
||||
# @loongarch64: 64-bit LoongArch. (since: 7.1)
|
||||
#
|
||||
# @riscv64: 64-bit RISC-V.
|
||||
#
|
||||
# @x86_64: 64-bit x86.
|
||||
#
|
||||
# Since: 3.0
|
||||
##
|
||||
{ 'enum' : 'FirmwareArchitecture',
|
||||
'data' : [ 'aarch64', 'arm', 'i386', 'loongarch64', 'x86_64' ] }
|
||||
'data' : [ 'aarch64', 'arm', 'i386', 'loongarch64', 'riscv64', 'x86_64' ] }
|
||||
|
||||
##
|
||||
# @FirmwareTarget:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue