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

Method __init__

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

Source from the content-addressed store, hash-verified

378
379class ARMV5QEMURunner(ARMQEMURunner):
380 def __init__(self) -> None:
381 super().__init__()
382
383 self.cmdline.append('earlycon')
384 self.memory = '512m'
385
386 self._dtbs = [
387 'aspeed/aspeed-bmc-opp-palmetto.dtb',
388 'aspeed-bmc-opp-palmetto.dtb',
389 ]
390 self._machine = 'palmetto-bmc'
391
392
393class ARMV6QEMURunner(ARMQEMURunner):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected