- May 24, 2017
-
-
Victor Chong authored
Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Only QEMU and FVP have a 'run' target but all *.md files refer to README Section 7.5 which calls for 'make all run'. Remove this target since qemu.md and fvp.md already mention it. Also, 'all' should be the default target so 'make' should be enough. Fixes: https://github.com/OP-TEE/build/issues/146 Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
Victor Chong authored
Keep 'run' for software targets only, i.e. QEMU v7/v8 and FVP. Signed-off-by:
Victor Chong <victor.chong@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- May 16, 2017
-
-
Jerome Forissier authored
Signed-off-by:
Jerome Forissier <jerome.forissier@linaro.org> Acked-by:
Joakim Bech <joakim.bech@linaro.org>
-
- May 05, 2017
-
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Acked-by:
Jerome Forissier <jerome.forissier@linaro.org>
-
- Apr 27, 2017
-
-
Andrew F. Davis authored
uEnv.txt was needed due to a bug in the default U-Boot environment, this has been fixed upstream and the TI repo used in this build. Remove this file. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Apr 24, 2017
-
-
Igor Opaniuk authored
Reviewed-by:
Andrew F. Davis <afd@ti.com> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Apr 19, 2017
-
-
Igor Opaniuk authored
Add support of kernel output both to connected monitor and UART Add "usb start" at pre-boot stage to be able to use a keyboard in U-Boot Fixes: https://github.com/OP-TEE/optee_os/issues/1367 https://github.com/OP-TEE/build/issues/131 Acked-by:
Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Signed-off-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Apr 11, 2017
-
-
Andrew F. Davis authored
Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
Andrew F. Davis authored
Factor out TI common Makefile components, no functional changes made, except removing -f from the common Makefile for directory removal and adding -p to directory creation. Signed-off-by:
Andrew F. Davis <afd@ti.com> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
- Apr 06, 2017
-
-
Joakim Bech authored
- Use the branch from the "owner_name/repo_name" by setting up a temporary remote and checking out the TRAVIS_REPO_SLUG in build.git. - Use the number of cores availabe to Travis. - Increase depth to 10. - Remove individual email address. - Remove temporary build.git and toolchains. - Remove unused "reference" cache. Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Acked-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Joakim Bech authored
This fix the issue with the jobserver failing when running parallel build jobs. Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
Joakim Bech authored
Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Jens Wiklander <jens.wiklander@linaro.org>
-
- Apr 05, 2017
-
-
Joakim Bech authored
Make the faq.md a bit more up to date: - Update links - Update Table of Contents - Refer to Security Advisories page - Mention Travis OP-TEE build.git job Signed-off-by:
Joakim Bech <joakim.bech@linaro.org> Reviewed-by:
Igor Opaniuk <igor.opaniuk@linaro.org>
-
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>
-