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

Class ARMV6QEMURunner

boot-qemu.py:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
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

no outgoing calls

Tested by

no test coverage detected