MCPcopy Create free account
hub / github.com/ClangBuiltLinux/boot-utils / __init__

Method __init__

boot-qemu.py:394–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

392
393class ARMV6QEMURunner(ARMQEMURunner):
394 def __init__(self) -> None:
395 super().__init__()
396
397 self._dtbs = ['aspeed/aspeed-bmc-opp-romulus.dtb', 'aspeed-bmc-opp-romulus.dtb']
398 self._machine = 'romulus-bmc'
399
400
401class ARMV7QEMURunner(ARMQEMURunner, ARMEFIQEMURunner):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected