Home
last modified time | relevance | path

Searched refs:Soc (Results 1 – 2 of 2) sorted by relevance

/scripts/
A Dlist_hardware.py58 socs = [(Soc(soc['name'],
67 socs = [(Soc(soc['name'],
76 socs = [(Soc(soc['name'],
90 self._socs.append(Soc(soc['name'], [c['name'] for c in soc.get('cpuclusters', [])],
93 self._extended_socs.append(Soc(soc['extend'],
177 class Soc: class
195 socs: list[Soc]
203 socs: list[Soc]
A Dlist_boards.py75 class Soc: class
90 return Soc(soc.name, cpuclusters=cpus)
91 return Soc(soc.name, variants=[Variant.from_dict(v) for v in variants])
107 socs: list[Soc] = field(default_factory=list, compare=False)
120 node = Soc(None)
146 if node in (Soc(None), Variant(None)):
276 socs = [Soc.from_soc(systems.get_soc(s['name']), s.get('variants', []))

Completed in 4 milliseconds