diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/interop/firmware.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index 6bbe2cce0a..ccbfaf828d 100644 --- a/docs/interop/firmware.json +++ b/docs/interop/firmware.json @@ -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: |