- Sep 09, 2022
-
-
Anders Dellien authored
ts: Fix build errors See merge request arm-reference-solutions/build-scripts!10
-
Anders Dellien authored
Signed-off-by:
Anders Dellien <anders.dellien@arm.com>
-
- Sep 01, 2022
-
-
Anders Dellien authored
trusty: ignore deprecation errors See merge request arm-reference-solutions/build-scripts!9
-
Davidson Kumaresan authored
The openssl APIs used by trusty are deprecated from vesion 3 of openssl. Let's ignore those errors until older APIs are replaced with newer APIs in trusty. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com> Change-Id: I3a8d612a02e9cc8a52d3d64124edaf3975881a8c
-
- Aug 25, 2022
-
-
Davidson Kumaresan authored
Fix trusted services build with newer host compiler See merge request arm-reference-solutions/build-scripts!8
-
Davidson Kumaresan authored
Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
- Aug 19, 2022
-
-
Anders Dellien authored
Update TC2 patches See merge request arm-reference-solutions/build-scripts!6
-
Anders Dellien authored
Signed-off-by:
Anders Dellien <anders.dellien@arm.com>
-
Anders Dellien authored
Signed-off-by:
Anders Dellien <anders.dellien@arm.com>
-
Anders Dellien authored
Signed-off-by:
Anders Dellien <anders.dellien@arm.com>
-
- Aug 18, 2022
-
-
This fixes the drm warnings seen on every pageflip Signed-off-by:
Ben Horgan <ben.horgan@arm.com> Change-Id: I49d7d09e42e7208296c5e138b7a896cd79e16979
-
- Aug 11, 2022
-
-
Salome Thirot authored
Signed-off-by:
Salome Thirot <salome.thirot@arm.com> Change-Id: I0c3a57723f3897e797c25194024c418289507fb4
-
- Feb 16, 2022
-
-
Lakshmi Kailasanathan authored
Remove 'nano' Android profile See merge request arm-reference-solutions/build-scripts!3
-
- Feb 08, 2022
-
-
Anders Dellien authored
Signed-off-by:
Anders Dellien <anders.dellien@arm.com>
-
- Aug 16, 2021
-
-
Usama Arif authored
Introduce TC1 platform See merge request arm-reference-solutions/build-scripts!2
-
- Aug 11, 2021
-
-
Usama Arif authored
This moves the uboot header and android image scripts to a common folder, as well as introduces the script for tc1. The main difference between tc0 and tc1 script is the location where kernel Image is picked up from for AVB. Signed-off-by:
Usama Arif <usama.arif@arm.com> Change-Id: I95da8e3c20123fbd2071dc83e9b3223461cf1dcb
-
- Jul 15, 2021
-
-
Anders Dellien authored
Build scripts for tc0 See merge request arm-reference-solutions/build-scripts!1
-
Anders Dellien authored
If the make command fails, an error message is displayed and file system images will not be created. Signed-off-by:
Anders Dellien <anders.dellien@arm.com> Change-Id: I202ff16ef8c34dad7ee8aa79f1f436bd734f9cb3
-
This is needed for creating boot.img to be verified for AVB. Signed-off-by:
Usama Arif <usama.arif@arm.com> Change-Id: Ieba7bac78a296d4d70bc7341dcdf1e6371ab15df
-
After cloning build-scripts at the root of the android tree, call the script from the root of android source tree with the following options: -d, --distro distro version, values supported [android-nano, android-swr] -a, --avb [OPTIONAL] avb boot, values supported [true, false], DEFAULT: false The add_uboot_header.sh and create_android_image.sh are helper scripts to create the required images. Change-Id: I500f62a8e0afdc690458f8bd9fc67a0290508034 Signed-off-by:
Usama Arif <usama.arif@arm.com>
-
Anders Dellien authored
-
- Oct 11, 2020
-
-
Vijayenthiran Subramaniam authored
Using build-target-bins on Ubuntu 20.04 results in the following error: "uboot_out: invalid indirect expansion" Ubuntu 20.04 LTS uses bash version 5.0 which doesn't expand an indirect expansion if the variable is not defined, which caused the above error. Fix this by checking if the uboot_out variable is not empty before doing the indirect expansion. Change-Id: Ie6e235f76809c40f36735b2e5844f668f89eff11 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Vijayenthiran Subramaniam authored
Use $PARALLELISM for make builds to spawn multiple jobs. This results in better utilization of multi-core processor in the host machine used for build resulting in lesser build time. Change-Id: I2986a0ba3baf1db7409f55c018a4ebbcf6ccbc73 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Vijayenthiran Subramaniam authored
'doxygen' package is required to build documentation for SCP-Firmware. So add it to the list of prerequisite packages to be installed. Change-Id: I7c152f7399f72023717f550b17bbf7fea5bc2c80 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
- Oct 09, 2020
-
-
EDK2_ENABLE_RAS compilation flag was incorrectly being defined for builds with RAS disabled. Fix this for all the SGI/RD platfotms. Change-Id: I01209f6f03ca26c3b2e16c415856630cbf45c6e2 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Update the name of the compiler binary for using the compiler from Arm developer site. This change corresponds to the compiler name as used in gcc-arm-8.3-2019.03-x86_64-arm-eabi version of the compiler. Change-Id: I93f162fb0ab318fbf049a46c26a8885102982d60 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Instead of letting the common config file choose the compiler for the platform, let the platform config choose the most suitable compiler for the platform. Change-Id: I994a200ec5959704d0f361158a7a6f79c74d0a60 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- Jul 27, 2020
-
-
Config data for platforms uses TARGET_$plat[TBBR] to enable or disable the TBBR support in arm-tf builds. Fix arm-tf build script to use the above variable name. Change-Id: Id6389abc167ee412fd70e15090b6af54acd2b29e Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Commit 3cb84a5 ("plat/arm: Rentroduce tb_fw_config device tree") in the Arm Trusted Firmware project [1] introduced changes such that the fw_config device tree will maintain the information shared across all the BLx images while the tb_fw_config device tree will hold the BL2 configuration nodes. Update build-target-bins.sh file to include both fw_config and tb_fw_config device trees during the fip image creation stage. [1]: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=3cb84a54258e148ba0240fc5fbe4ef828339c13d Change-Id: Ica4aede67782c42686a2971d50601eca86609d52 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
- Jul 14, 2020
-
-
Update the name of kvmtool package to point to correct URL. Change-Id: Icab25b656dbd2efc2ab779aab3cc52f879e54217 Signed-off-by:
Vivek Gautam <vivek.gautam@arm.com>
-
- Apr 22, 2020
-
-
Reenable the RAS support for platforms with the DMC-620 controller. The platforms on which RAS support is being reenabled include SGI-575, RD-N1-Edge and RD-E1-Edge. Change-Id: I5766e3549ed0be9f89050b490eaa809acf8a8c24 Signed-off-by:
Omkar Anand Kulkarni <omkar.kulkarni@arm.com>
-
The compile time macros defined the platform configuration file for UEFI build is not correctly passed as build parameters during edk2 build. Fix this. Change-Id: I7de41c754a402c66f86bbfef6b5c893104aa5694 Signed-off-by:
Omkar Anand Kulkarni <omkar.kulkarni@arm.com>
-
- Apr 13, 2020
-
-
Thomas Abraham authored
Due to changes in upstream TF-A support for SPM, there is failure in communicating non-trusted software communicating with management mode software. Until this get resolved, keep management mode and support for RAS disabled. Change-Id: I47d63a59e72fa96c42102e50372069c9c12c3fd6 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Starting from SCP v2.6.0, the release mode build does not print any SCP logs. So change the default build mode to debug mode. Change-Id: Ia36cb6edcda35130118ba92c3b14feff20ea2e39 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There are changes in edk2-platforms which requires each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: I586e41f4c64f2485a32a719e99cd22665f86892d Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There are changes in edk2-platforms which requires each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: Id6f0a101d460b2f3200575e2728a481f05a286af Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There are changes in edk2-platforms which requires each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: I01b94088947e93381975dd9c4d2e9ebdcb277357 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There are changes in edk2-platforms which requires each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: I3d82aad89a77b4f1a05b81486d0379b2a6148c6a Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Remove the use of earlycon in the kernel boot argument as this is not required for the boot test anymore. Change-Id: I24a35d1dbb90865d9e7deba2a626c13440abde8e Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There are changes in edk2-platforms which required each of the platform to have its own platform description file. Adapt to these changes in edk2-platforms repo. Change-Id: Ida7273b4670211ee1359337ed1f113feb047ab32 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-