commit | 6b7da31dfa94bc90d5b45b5cafcfb00ec07bcc02 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Aug 24 09:38:10 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 24 13:30:26 2023 +0200 |
tree | 5a7848d654492f0a97f3af38dac559f4fed0f894 | |
parent | c750a23d9abceb1e8a1fbd59cb629a9186804b17 [diff] |
qemu_v8: add uImage target "make linux" builds the kernel but is not sufficient to prepare all files for "make run-only". On the other hand, "make run" does a bit too many things to be used comfortably when working on the kernel. Therefore, add target uImage which generates the kernel image ready to be used by U-Boot. With that, kernel development and testing can be done with the following sequence: 1. make 2. Edit kernel sources 3. make -j$(nproc) uImage 4. make run-only 5. Go to 2 -- repeat as needed Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.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