- Apr 17, 2024
-
-
For Q1'24 aemfvp-a-rme release adding the support for overlaying the needed debian distro image and kvmtool firmware for doing uefi boot of distro in realm security state. Changes include - increasing the size of buildroot FS to contain distro images. - copying distro image and firmware in case UEFI_RME_BUILD_ENABLED is enabled and there is a distro image in rme/distro-images path. - CTX_INCLUDE_MTE_REGS option is deprecated, using ENABLE_FEAT_MTE Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: Ide4f515450c91beb3368903020677f88ac910bde
-
Changes include - UEFI_RME_BUILD_ENABLED flag to include building UEFI firmware and packing necessary binaries and firmware for boot. - enable building ArmVirtKvmTool in UEFI to build the firmware for kvmtool based virtual machines. - enabling building ArmVExpress-FVP-AArch64 in UEFI to build the firmware to boot at FVP. - build TF-A fip_uefi and bl1_uefi with FVP_AARCH64_EFI.fd - added necessary TF-A build flags. - generating and packing KVMTOOL_EFI for uefi boot of a distro image. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: I634551f2bd131e1987eeeecc429aabd26ab5ded3
-
add a flag LINUX_BUILD_DEB_PKG to include building debian packages while building linux. when enabled make bindeb-pkg produces the dpkg linux files. These kernel deb packages are later user to update in stock debian image to make it cca aware. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: I81f7c02f9f1b8023c99c8648ac6f41fe44b8decd
-
aemfvp-a-rme stack of last release fails when the stack is getting rebuilt as there was a linux patch that we applied again causing error this fix will check if the patch has been applied to the stack and won't apply it again. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I7c01e260b39e28e98bda8d6aa18360e3c8f44d54
-
adding TBBR config for aemfvp-a platform while building tf-a. This enabled TF_A_TBBR_BUILD_FLAGS command line options to enable TBBR in ARM TF build. Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: I63c975c577b7d1a4afa3379e918a59fda96d99e8
-
adding use case util script for launching a realm guest on a running FVP instance. use case has following steps: - launch lkvm guest with lkvm run --realm - wait for buildroot login to appear. - stop lkvm guest on successfull boot of realm machine. Signed-off-by:
nitin sharma <nitin.sharma3@arm.com> Change-Id: Ib6cc7eff107a48c5cc74e2afbbb1fffc37a82de8
-
- Dec 21, 2023
-
-
The 23'q4 release of aemfvp-rme software stack migrates the quality level of the stack to EAC5. There are changes in scripts as part of this migration and those are - - update buildroot config file to 2023.08. - GCC version updated to 12.3.rel1 - kvm bridge and interface creation scripts added. - ssh_connection test added. - applying kconf patch for disabling cpu idle at FVP. - TF_A build flags updated. - Hafnium build PLATFORM included. - Buildroot.config file updated Signed-off-by:
Nitin Sharma <nitin.sharma3@arm.com> Change-Id: I2fd19eb8e822e7550675bf12dfa56cb504b9f854
-
Signed-off-by:
raghuram.thammiraju <raghuram.thammiraju@arm.com> Change-Id: I49c831f2e5b0b12f805e3f54446d8a95da9b30d6
-
Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: I2c01d0fe0ee37b3cc882c8ec9f487e5627066642
-
- Mar 15, 2023
-
-
* kvm-unit-test: add config step before "make distclean" to align with upstream Makefile of kvm-unit-test * buildroot: add steps to remove the temporary directories that may be left out in case of a previous build has been interrupted midway before completion Signed-off-by:
Raghuram Thammiraju <raghuram.thammiraju@arm.com> Change-Id: Ie69e3de8779d427e546f3df4318e6da2a403a29a
-
Signed-off-by:
Raghuram Thammiraju <raghuram.thammiraju@arm.com> Change-Id: Ide72241a153e0040a1f6eac7dd8dac04e1d1072b
-
- Mar 03, 2023
-
-
Nuno Lopes authored
This change introduces the build script for kvm-unit-tests as well as updates to configuration file and buildroot script to enable this tests to be used when the stack is booted on the FVP. Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: Idd7b47516fe2532f16d8a6b3bcec12f198585b57
-
- Mar 02, 2023
-
-
Nuno Lopes authored
This change removes the tftf.bin from the output folder as it is not needed after being packed into the fip binary, and can cause confusion on which binary to use when running the tests. Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: Idaa44edc58556089983a2c7ff2a2a2a328a71bc3
-
- Feb 28, 2023
-
-
Nuno Lopes authored
This change introduces a new platform 'aemfvp-a-rme' which builds a stack that supports the Realm Management Extension for Arm Confidential Compute Architecture. Signed-off-by:
Nuno Lopes <nuno.lopes@arm.com> Change-Id: Ib37b06069c3b81c9439601b10c520cfd84f707f4
-
- Dec 12, 2022
-
-
Patrik Berglund authored
Make sure that aemfvp-a/fetch-tools.sh is executed by build-test-uefi.sh so compilers and other dependency are downloaded. Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ifc93750ebec37721913e5e4a8f47529cb266772f
-
- Dec 07, 2022
-
-
Patrik Berglund authored
check_deps.sh moved as it a target platform specific. check_deps.sh updated to match what packages are needed in supported build distributions for the upcoming release. Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: I8476fe5af1ed8db76d420a82335c482aed590d71
-
Patrik Berglund authored
The toolchain downloaded when executing the build-scripts on aarch64 might be a bare-metal so use the toolchain provided by the system. Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ie25e785baca413d5503119370f0c27127fb7b64f
-
Patrik Berglund authored
Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ic5d9b635214d7d0cec752c23f2b60646bc2499ca
-
Patrik Berglund authored
Instead of modifying the file-system after creation, make use of the mkfs.ext4 -d parameter to populate the file-system at creation. Co-authored-by:
Patrik Berglund <patrik.berglund@arm.com> Co-authored-by:
Ben Taylor <ben.taylor@linaro.org> Signed-off-by:
Ben Taylor <ben.taylor@linaro.org> Change-Id: Icdfff8bdf169472b6ccaa566d4e6d2f64e59460c
-
Patrik Berglund authored
Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ifd8f11753461e84c5ec01ee9e97b6797cbcb0348
-
Patrik Berglund authored
Since version 2.7 Arm-TF requires OpenSSL version 3.0 or higher to be built. This patch adds building OpenSSL locally (as part of build-arm-tf.sh) and makes necessary changes for a successful build of the stack. Signed-off-by:
Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ibaf85a8992bbd227804a92c3436be20f90034223
-
- Sep 21, 2021
-
-
Add changes in the existing build scripts to support busybox and distribution boot of Armv-A Base AEM FVP Platform. The following boot methods are verified by using these changes, 1. AARCH64 : UEFI + busybox 2. AARCH64 : U-Boot + busybox 3. AARCH64 : Distribution (Ubuntu, Fedora, and Debian) boot And the following changes are also included in this commit. 1. Remove the dependency on uefi-tools. These changes are merged from 'refinfra/fb1917c0'. 2. Use the latest GNU v10.3 toolchain from developer.arm.com. 3. Add build-test-busybox.sh for base FVP to create the disk image for the busybox boot. 4. Add the fvp platform name in build-test-uefi.sh for distribution boot support. Signed-off-by:
Selvarasu Ganesan <selvarasu.ganesan@arm.com> Change-Id: I9b2c3aa130f21f1fbf1e7f5cd8474dd53ecd0f8a
-
- 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>
-