Searched refs:fvpconf (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 109 with tempfile.NamedTemporaryFile('w') as fvpconf: 110 json.dump(config, fvpconf) 111 fvpconf.flush() 112 cwd_mock = os.path.dirname(fvpconf.name) 113 fvp.start(fvpconf.name) 141 with tempfile.NamedTemporaryFile('w') as fvpconf: 142 json.dump(config, fvpconf) 143 fvpconf.flush() 144 cwd_mock = os.path.dirname(fvpconf.name) 145 fvp.start(fvpconf.name)
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 31 self.fvpconf = image_dir / (basename + ".fvpconf") 32 if not self.fvpconf.exists(): 53 self.fvp.start(self.fvpconf, stdout=self.fvp_log)
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 88 def start(self, fvpconf, extra_args=[], terminal_choice="none", stdout=subprocess.PIPE): argument 90 self._config = load(fvpconf) 103 cwd = os.path.dirname(fvpconf) or None
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | fvpboot.bbclass | 1 # Image class to write .fvpconf files for use with runfvp. If this is desired 46 conffile = os.path.join(d.getVar("IMGDEPLOYDIR"), d.getVar("IMAGE_NAME") + ".fvpconf") 47 conffile_link = os.path.join(d.getVar("IMGDEPLOYDIR"), d.getVar("IMAGE_LINK_NAME") + ".fvpconf")
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 52 def start_fvp(args, fvpconf, extra_args): argument 55 fvp.start(fvpconf, extra_args, args.terminals)
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
H A D | fvp-base.md | 20 $ runfvp tmp/deploy/images/fvp-base/core-image-base-fvp-base.fvpconf
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | runfvp.md | 13 The class will download the correct FVP and write a `.fvpconf` configuration file when an image is … 15 To run an image in a FVP, pass either a machine name or a `.fvpconf` path to `runfvp`. 18 $ ./meta-arm/scripts/runfvp tmp/deploy/images/fvp-base/core-image-minimal-fvp-base.fvpconf
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/ |
H A D | README.md | 37 … - ```./meta-arm/scripts/runfvp build/fvp/tmp/deploy/images/fvp/obmc-phosphor-image-fvp.fvpconf```
|