commit | b30157d37dc34f9c08e7b791106c3ef6da81de59 | [log] [tgz] |
---|---|---|
author | Peter Griffin <peter.griffin@linaro.org> | Wed Apr 28 14:43:05 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon May 03 09:20:05 2021 +0200 |
tree | a28936972954ed1b2d726aa729e517c65879f7bb | |
parent | 96f2ac42930354538d44fc6ac47101baa6311ad7 [diff] |
qemu_v8.mk: add QEMU_KERNEL_BOOTARGS to kernel bootargs This allows for example kaslr to be disabled when debugging the kernel using GDB. e.g. make QEMU_KERNEL_BOOTARGS=nokaslr run-only Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers