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

Class ARMV5QEMURunner

boot-qemu.py:379–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
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

no outgoing calls

Tested by

no test coverage detected