Searched +full:cpucluster +full:- +full:schema (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: Apache-2.05 ## A pykwalify schema for basic validation of the structure of a SoC10 schema;cpucluster-schema:14 - type: map20 schema;soc-schema:24 - type: map30 include: cpucluster-schema32 schema;soc-extend-schema:36 - type: map45 include: cpucluster-schema[all …]
1 # SPDX-License-Identifier: Apache-2.05 ## A pykwalify schema for basic validation of the structure of a10 schema;variant-schema:14 - type: map19 cpucluster:24 include: variant-schema26 schema;extend-variant-schema:30 - type: map39 schema;board-schema:76 - type: map[all …]
4 # SPDX-License-Identifier: Apache-2.023 BOARD_SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'board-schema.yml')66 class Cpucluster: class84 cpus.append(Cpucluster(c,85 [Variant.from_dict(v) for v in variants if c == v['cpucluster']]219 board_name = file_name[:-len('_defconfig')]229 with board_yml.open('r', encoding='utf-8') as f:239 if len(mutual_exclusive - b.keys()) < 1:246 if len(mutual_exclusive - board.keys()) < 1:272 if len(mutual_exclusive - board.keys()) < 1:[all …]