- Apr 05, 2017
-
-
Jens Wiklander authored
* Switches to compile UEFI from EDK2 upstream. * Passes -no-acpi to QEMU when starting to make UEFI pass the FDT to the kernel Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Slightly changes the way EDK2 is compiled by sourcing edksetup.sh instead of just running it. When compiling EDK2 that script is supposed to be sourced. Also records a dependency to iasl in recend EDK2 builds Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Apr 04, 2017
-
-
Igor Opaniuk authored
Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Mar 30, 2017
-
-
Etienne Carriere authored
The first 1Mbyte of the secure RAM is reserved to the ARM-TF on the qemu ARMv8 setup. To support both QEMU ARMv7 and QEMU ARMv8 with the same kernel configuration that includes a static definition of the SDP test memory pool, move the SDP pool to the end of the QEMU secure RAM. SDP pool size is increased to 4MByte. Signed-off-by:
Etienne Carriere <etienne.carriere@linaro.org> Acked-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Jens Wiklander authored
Adds switch --arm-v8.0 to FVP command line to enable ARM v8.0 architecture only. Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (FVP) Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Mar 23, 2017
-
-
Etienne Carriere authored
Enable Linux kernel ION, ION_DUMMY. Statically define an 3MByte unmapped heap in ION dummy driver. This complies with the OP-TEE layout for qemu_virt and qemu_armv8 platforms. CONFIG_ION has dependencies on CONFIG_ANDROID. This changes enables ION from the Android staging drivers but without enabling other staged Android features (TIMED_OUTPUT and LOW_MEMORY_KILLER). Signed-off-by:
Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Mar 11, 2017
-
-
Jérôme Forissier authored
qemu_v8: Update broken link
-
Victor Chong authored
Change link from build 716 to latest to prevent it from becoming outdated. Signed-off-by:
Victor Chong <victor.chong@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Mar 03, 2017
-
-
Jerome Forissier authored
Since commit 1333db4d ("rootfs: start tee-supplicant on boot"), there is no need to start tee-supplicant from qemu-check.exp. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Victor Chong <victor.chong@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>
-
- Mar 01, 2017
-
-
Andrew F. Davis authored
The default name for our kernel/dtb/OP-TEE FIT image has changed from fitImage.itb to fitImage. Update this here. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
Andrew F. Davis authored
Use TI's defconfig_builder.sh to create our defconfig. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Feb 24, 2017
-
-
Jerome Forissier authored
If the libfdt-packe is missing or is too old, QEMU reports the following error: ERROR: DTC (libfdt) version >= 1.4.2 not present. Your options: (1) Preferred: Install the DTC (libfdt) devel package (2) Fetch the DTC submodule, using: git submodule update --init dtc It looks like the version of libfdt-dev that is currently deployed on travis-ci.org is too old. So, let's do (2). Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Feb 16, 2017
-
-
Shovan authored
Fix for the website render
-
- Feb 07, 2017
-
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Feb 02, 2017
-
-
Jerome Forissier authored
gnome-terminal comes by default with Ubuntu and is much more advanced than xterm, so use it when available. While we're at it, move common definitions to common.mk. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed by: Victor Chong <victor.chong@linaro.org>
-
- Jan 31, 2017
-
-
Jerome Forissier authored
- tee-supplicant is started automatically since commit 1333db4d ("rootfs: start tee-supplicant on boot") - Update qemu_v8 arguments so that GDB can be used like for qemu Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Jan 27, 2017
-
-
Joakim Bech authored
Also silent the download and instead just print the name of the toolchain tar file that will be downloaded. Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by : Jerome Forissier <jerome.forissier@linaro.org>
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by : Jerome Forissier <jerome.forissier@linaro.org>
-
Joakim Bech authored
All supported projects in build.git besides DRA7xx will be fully built when Travis is enabled. This configuration will try to download and cache the toolchains and ccache (to be verified). Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by : Jerome Forissier <jerome.forissier@linaro.org>
-
- Jan 26, 2017
-
-
Igor Opaniuk authored
U-boot dhcp/bootp client changes "serverip" variable value in case if it was specified in a dhcp/bootp server configuration. Renamed serverip var, which now is used for nfsboot target to avoid updating of this value by DHCP/BOOTP clients and just to use our pre-defined static value. Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (RPi3) Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Jan 23, 2017
-
-
Victor Chong authored
Fixes: https://github.com/OP-TEE/build/issues/64 Fixes: https://github.com/OP-TEE/optee_os/issues/1296 Signed-off-by:
Victor Chong <victor.chong@linaro.org> Tested-by: Victor Chong <victor.chong@linaro.org> (build only) Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> [Update commit message: turn "Fixes X" into "Fixes: X" tags] Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Jan 20, 2017
-
-
Jens Wiklander authored
Update expect script with new name of test the test cases. Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Jan 18, 2017
-
-
Shovan authored
On https://www.op-tee.org/faq/ after 9, 10 comes. This is due to a know github bug. If we can add a line break, I assume this should fix the rendering issue on the website.
-
Jerome Forissier authored
Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (QEMU) Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org> [Rebase on top of master] Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Jan 17, 2017
-
-
Jens Wiklander authored
libssl-dev is needed to compile the ARM-TF fiptool when compiling for Juno. Acked-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Andrew F. Davis authored
Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-
- Jan 16, 2017
-
-
Jens Wiklander authored
Acked-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Jan 11, 2017
-
-
Sylvain Pelissier authored
aes-perf and sha-perf are replaced by xtest --aes-perf and xtest --sha-perf, respectively. Signed-off-by:
Sylvain <sylvain.pelissier@gmail.com> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org> [Update commit message] Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Jan 10, 2017
-
-
Etienne Carriere authored
Default clean configuration missed the output path information to properly cleanup build artifacts. Signed-off-by:
Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Joakim Bech authored
- Use a newer boot image (pre-built 16.06 UEFI image) - Remove sudo requirement when using burn-boot - Add udev rules help, similar to the hikey.mk file - Step up OPTEE_PKG_VERSION to 2.3-0 Known issues: - On HiKey 4G devices it seems like the partition table is to small to be able fit the newer 16.06 Debian root fs. It might be that we can tweak the partition table a bit, but for the moment we will keep using the 16.03 Debian root fs. - When running this on the device $ dpkg --force-all -i /tmp/linux-image-*.deb there will be errors like this: blockdev: ioctl error on BLKROSET: Operation not permitted According to the comments in: https://github.com/OP-TEE/optee_os/issues/1234 that message only shows up on the 16.03 root fs and it seems to only show up when running later kernel versions. However, if you reboot the device, everything is working, i.e, it will boot up your new kernel etc. We need to investige further to find the root cause for the error message and to implement a proper solution without error messages. Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Jan 09, 2017
-
-
Andrew F. Davis authored
Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> [Rebase on top of master] Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Igor Opaniuk authored
Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Igor Opaniuk authored
Update RPi3 NFS/TFTP steps (current steps are out-dated and don't work) Minor update of Upstream section Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Jerome Forissier authored
Use a relative path to README.md instead of a URL, so that the file for the current HEAD is shown. Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org>
-