commit | 635bbf6211f76e9a0d45e560ac175a7706728771 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Oct 29 17:30:11 2015 +0000 |
committer | Joakim Bech <joakim.bech@linaro.org> | Wed Nov 04 08:19:47 2015 +0100 |
tree | bc45878bacfc31d482905b2758de1d3e97b9392b | |
parent | c8bcc90353387ebbcd4bf3c85d9db4047652d009 [diff] |
Allow passing extra arguments via QEMU_EXTRA_ARGS It can sometimes be useful to pass extra arguments to the QEMU that is launched via the 'run-only' target. Support this via an environment variable QEMU_EXTRA_ARGS, which can be used like: make run-only QEMU_PATH=path/to/qemu/directory QEMU_EXTRA_ARGS='args here' Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Contains the necessary build files to handle OP-TEE for various setups, for now, please see manifest/README.md and OP-TEE/README.md for instructions.