commit | c993ec995a9e4a4f42487b9ea0dc17efe2480e8f | [log] [tgz] |
---|---|---|
author | Peter Griffin <peter.griffin@linaro.org> | Wed Apr 28 10:15:11 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon May 03 09:20:05 2021 +0200 |
tree | 68cb5f4273311dbdec0eb8cdaef4e2e90ae01d5a | |
parent | 74593d3c0a226dd45b0aa16b4ef82b99912d116c [diff] |
qemu_v8.mk: add scripts_gdb kernel build target This allows CONFIG_GDB_SCRIPTS=y to be used with optee-build and means we can more easily debug the kernel using gdb. CONFIG_GDB_SCRIPTS gives you python commands such as lx-dmesg (useful for hangs before any serial console output) and lx-symbols (useful for loading kernel module symbol information). Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-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