diff --git a/arch/archs.yml b/arch/archs.yml index 352a296dde2..c8ee38ab437 100644 --- a/arch/archs.yml +++ b/arch/archs.yml @@ -1,21 +1,31 @@ archs: - name: arc path: arc + full_name: Synopsys DesignWare ARC - name: arm path: arm + full_name: ARM - name: arm64 path: arm64 + full_name: ARM 64 - name: mips path: mips + full_name: MIPS - name: posix path: posix + full_name: POSIX - name: riscv path: riscv + full_name: RISC-V - name: sparc path: sparc + full_name: SPARC - name: xtensa path: xtensa + full_name: Xtensa - name: x86 path: x86 + full_name: x86 - name: rx path: rx + full_name: Renesas RX diff --git a/scripts/schemas/arch-schema.yml b/scripts/schemas/arch-schema.yml index e1228ee1519..cf3e4694f14 100644 --- a/scripts/schemas/arch-schema.yml +++ b/scripts/schemas/arch-schema.yml @@ -23,6 +23,10 @@ mapping: required: true type: str desc: Location of the arch implementation relative to the archs.yml file. + full_name: + required: false + type: str + desc: Full display name of the architecture comment: required: false type: str