- Sep 20, 2017
-
-
Jerome Forissier authored
Commit 37ab51de ("qemu: bios load OP-TEE image v2") has updated the run and run-only targets, but not make check. Fix this. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
Victor Chong authored
Move faq.md to https://github.com/OP-TEE/optee_website/tree/master/faq Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Sep 19, 2017
-
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
Jens Wiklander authored
Bios loads OP-TEE image v2 binaries instead of the v1 format. Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Sep 15, 2017
-
-
Igor Opaniuk authored
Helps to avoid cases with broken rpi3 firmware archive, which happens when build process was interrupted or because of network issues. Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reported-by:
Bjorn Wennberg <bjorn.wennberg@forgerock.com> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
1. Add passing of MULTIARCH var to optee_benchmark main Makefile 2. Add packing of libyaml into rootfs Reviewed-by:
Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Move MULTIARCH var definition to common.mk. It commonly used to specify --host param in autotools configure scripts. Reviewed-by:
Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Sep 08, 2017
-
-
Victor Chong authored
Commit 584efe5b ("examples: use optee_examples rep") copies CAs to a wrong location. Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Victor Chong authored
Commit 584efe5b ("examples: use optee_examples rep") missed this spot. Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Sep 07, 2017
-
-
Jens Wiklander authored
Acked-by:
Victor Chong <victor.chong@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Acked-by:
Victor Chong <victor.chong@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Acked-by:
Victor Chong <victor.chong@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Adds OPTEE_OS_HEADER_V2_BIN, OPTEE_OS_PAGER_V2_BIN and OPTEE_OS_PAGEABLE_V2_BIN which are used instead of OPTEE_OS_BIN when using upstream ARM-TF image 2 loading. Acked-by:
Victor Chong <victor.chong@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Sep 05, 2017
-
-
Etienne Carriere authored
Typo s/example/file/. Review indentation. Signed-off-by:
Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Replace hello-world target with new optee-examples Replace u-boot-jtag-bin target with u-boot-rpi-bin Acked-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Sep 04, 2017
-
-
Igor Opaniuk authored
New `optee_examples` git rep is used instead of `hello_world`, which will contain different sample applications that will show usage of specific TEE functionality (crypto examples, random data generation, trusted storage etc.) Reviewed-by:
Etienne Carriere <etienne.carriere@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Aug 28, 2017
-
-
Igor Opaniuk authored
1. Add Bus Bluster config/usage details 2. The Raspberry Pi 3 allows to enable JTAG on the GPIO via the enable_jtag_gpio=1 flag in the config.txt, which is more prefarable. Switch to this method 3. Add physical memory map 4. Change information about usage of Sequitur labs OpenOCD fork to the uptsteam OpenOCD, as it already has ARMv8 support Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Tested-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Suggested-by:
Joseph Pantoga <jp@redballoonsecurity.com>
-
- Aug 16, 2017
-
-
Jerome Forissier authored
When LAUNCH_TERMINAL is not set, `make run` hangs with the following messages: soc_term: save_current_termios: tcgetattr: Inappropriate ioctl for device soc_term: save_current_termios: tcgetattr: Inappropriate ioctl for device The reason is an invalid test in common.mk. Fixes: 07580605 ("common.mk: allow user to override launch-terminal in make run") Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Acked-by:
Etienne Carriere <etienne.carriere@linaro.org> Acked-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Aug 15, 2017
-
-
Victor Chong authored
Label phony targets as such Remove $(EDK2_PATH)/Conf/.cache in edk2-clean-common Update description for LINUX_CLEANER_COMMON_FLAGS Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Aug 14, 2017
-
-
Victor Chong authored
Reported-by:
Victor Signaevskyi <Piligrim2007@meta.ua> Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Aug 10, 2017
-
-
Victor Chong authored
Update outdated info Fix typo and minor formatting issues Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Aug 09, 2017
-
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Aug 07, 2017
-
-
Yves Lefloch authored
Depends on https://github.com/linaro-swg/optee_benchmark/pull/2 Signed-off-by:
Yves Lefloch <YvesMarie_Lefloch@sigmadesigns.com> Reviewed-by:
Etienne Carriere <etienne.carriere@linaro.org>
-
- Jul 27, 2017
-
-
Alex Bennée authored
Currently the code is hard coded to launch netcat via either xterm or gnome-terminal. This is a little inflexible for people who spend a lot of time in terminals. With the following you can now do: env QEMU_PATH=~/lsrc/qemu/qemu.git/ \ LAUNCH_TERMINAL="tmux split-window" \ make -j run To bring your nc instances up in new tmux windows. The one downside is titles aren't set as that wouldn't be maximally flexible for whatever your launch command is. Signed-off-by:
Alex Bennée <alex.bennee@linaro.org> Acked-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Jul 25, 2017
-
-
Igor Opaniuk authored
Acked-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Enable support of benchmark framework on QEMUv8 Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Jul 09, 2017
-
-
Joakim Bech authored
It seems like Travis have changed the images in such a way that there is already a $HOME/bin folder, therefore we must use the '-p', when creating the folder in our .travis.xml file. Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Jul 06, 2017
-
-
Jerome Forissier authored
The kernel branch we are using for OP-TEE needs a new Wi-Fi firmware, so extend the system-img recipe to download it also. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Victor Chong <victor.chong@linaro.org>
-
Jerome Forissier authored
The Debian Stretch root FS we are pointing to no longer exists. Update the package URL to download the latest released version instead. Use released nvme.img, too. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Fixes: 5402dddb ("hikey_debian: Update rootfs to stretch") Reviewed-by:
Victor Chong <victor.chong@linaro.org>
-
- Jul 05, 2017
-
-
Guanchao Liang authored
ARM-TF has changed its default behavior of GIC, so be able to use https://github.com/linaro-swg/arm-trusted-firmware/tree/optee_arm-tf_2017-06-22 without making any change in OP-TEE and UEFI etc, we set the value of FVP_USE_GIC_DRIVER to FVP_GICV3_LEGACY. Signed-off-by:
Guanchao Liang <liang.guanchao@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (FVP)
-
- Jun 19, 2017
-
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-