Lines Matching +full:board +full:- +full:schema
1 # SPDX-License-Identifier: Apache-2.0
5 ## A pykwalify schema for basic validation of the structure of a SoC
10 schema;cpucluster-schema:
14 - type: map
20 schema;soc-schema:
24 - type: map
30 include: cpucluster-schema
32 schema;soc-extend-schema:
36 - type: map
45 include: cpucluster-schema
47 schema;series-schema:
51 - type: map
58 include: soc-schema
66 - type: map
72 include: series-schema
74 include: soc-schema
76 include: series-schema
78 include: soc-extend-schema
100 grouping of board targets. This is to allow for future image program cycles to not
107 of west flash for a given set of flash runners and board targets.
109 - type: map
122 - type: str
130 - type: map
132 A grouping of board targets which the command should apply to. Can
139 - type: str
141 A board qualifier to match against in regex form. Must be one
142 entry per board target, a single regex entry will not match
143 two board targets even if they both match.