- May 05, 2023
-
-
Sergio Alves authored
Update all "Mali" references to "Mali TTIx"; Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Davidson Kumaresan authored
Instead of checking for process with PID 5, check for init process with PID 1 as it is will ensure that the process will always run. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
Davidson Kumaresan authored
Change the name of testing script from testing-mpam.sh to testing_mpam.sh Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
- Apr 25, 2023
-
-
Modifications made in this commit include: - inclusion of new unit tests; - include expected test results for sanity tests; - update Arm DS Debugging section; - minor typos/formatting fixes; - updated release notes; - updated TC2 Sw Stack documentation; Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Buildroot fpga failed at deploying because it still looking for tc.dtb, however, we are now using tc_fpga.dtb Signed-off-by:
Quoc Khanh Le <QuocKhanh.Le@arm.com>
-
- Apr 24, 2023
-
-
Ben Horgan authored
On entry to hafnium timer events are disabled. Use this workaround to make sure this doesn't happen. Can't be upstreamed as it uses an unsupported option. Signed-off-by:
Ben Horgan <ben.horgan@arm.com>
-
Sergio Alves authored
Modifications made in this commit include: - update release tag - update Android display hardware/software rendering options - update command arguments usage examples according to recent changes - some additional improvements and consistency/formating fixes Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Davidson Kumaresan authored
Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
- Apr 21, 2023
-
-
Sergio Alves authored
Modifications made in this commit include: - general cleanup of unnecessary files - sphinx build fix Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Sergio Alves authored
Modifications made in this commit include: - remove duplicated "--verbose" command argument when creating FW capsule - clarify the loading capsule usage example - clarification that FW update is only supported for buildroot distro - small formating changes Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Sergio Alves authored
Modifications made in this commit include: - small typos fix - update which information is shown on each terminal - remove MALI/GPU step instructions - restruct "sanity tests" section and merge "kernel selftest" Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
- Apr 20, 2023
-
-
Remove the old patch for MMU600 as It isn't cleanly applied Signed-off-by:
Quoc Khanh Le <QuocKhanh.Le@arm.com>
-
Use the integrated SMMU 600 for the dpu. This avoids an issue with the import of buffers at the dpu. The issue is only when using hardware rendering. Signed-off-by:
Quoc Khanh Le <QuocKhanh.Le@arm.com>
-
Annam Sai Manisha authored
1)Updated Ubuntu version 2)Removed details about running fvp from container Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
device profile unification changes are on development branch, so udpdated clone URL and branch to use internal development branch for testing Signed-off-by:
Rupinderjit Singh <rupinderjit.singh@arm.com>
-
Signed-off-by:
quole01 <QuocKhanh.Le@arm.com>
-
This change is to support git cloning inside container for GPU DDK, armclang tool and android device profile. Signed-off-by:
Rupinderjit Singh <rupinderjit.singh@arm.com>
-
it includes: * cleanup while integration of unification changes * cloning android device profile in envsetup.sh to make XML independent of device profile * sync mali DDK only if user has access to the source by exporting license and source path information * updated README.md Signed-off-by:
Rupinderjit Singh <rupinderjit.singh@arm.com> Change-Id: I01d7ac65fd08946fa7fa5cc56c7dfff82056894d
-
Davidson Kumaresan authored
Increase partition size of the firmware update partition and also change the load address accordingly. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
Davidson Kumaresan authored
This will reduce the bootdelay from 5 to 2 seconds. Since the firmware update is done from the u-boot console, the bootdelay cannot be set to 0. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
- Apr 19, 2023
-
-
scp-firmware: add FVP/FPGA separation flag Add SCP_ENABLE_PLAT_FVP for to build-scp.sh to build scp-firmware option with fpga or fvp Signed-off-by:
quole01 <QuocKhanh.Le@arm.com>
-
* added virtio block device entry in u-boot dts * added virtio block devices support in avb_verify * changed the bootcommand accordingly Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
virtio helps in a quicker boot time Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
created separate configs for the fvp and fpga platforms in u-boot and it will be chosen based on the TC_TARGET_FLAVOR Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-
Vishnu Banavath authored
These changes are to build GPU DDK and install binaries as part of android build. TC_GPU=true/false should be passed from command line to build or not GPU DDK Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com>
-
Add patch for Trusted Firmware FPGA support, this patch does not affect FVP as it's guarded by FPGA build flages and can be used with FVP safely. Signed-off-by:
Waleed Elmelegy <waleed.elmelegy@arm.com>
-
It includes: * new build flag TC_TARGET_FLAVOR to choose between fvp and fpga * new build option for FILESYSTEM to support HW rendering * update README document Signed-off-by:
Rupinderjit Singh <rupinderjit.singh@arm.com>
-
- Apr 12, 2023
-
-
Annam Sai Manisha authored
1)Since all the packages required for building TC are included in docker image, installation steps for packages are removed from Userguide 2)Added details on how to manage docker as non-root user Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
- Mar 29, 2023
-
-
Tintu Thomas authored
Signed-off-by:
Tintu Thomas <tintu.thomas@arm.com>
-
Annam Sai Manisha authored
fix for the failure of local build of the docker image when connected to VPN Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
- Mar 27, 2023
-
-
build-all.sh has a option "all" which can be passed to it like build,clean,deploy etc..With docker setup it was an invalid option.Now its fixed Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
Annam Sai Manisha authored
1)Moved configs from run_docker.sh to common.config 2)Logic to mount the model directory built into run_docker.sh 3)Updated README 4)Included logs for docker image build failure and pull failure Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
Annam Sai Manisha authored
1)TC0,TC1,TC2 tags are unmodified and a new tag is added to point to current documentation changes present in docs branch 2)Since TC0 src files are not ported changed the references to it in tc2 index 3)added docker related information and kself test info Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
Annam Sai Manisha authored
moved all documentation related files from arm-reference-solutions-docs to build-scripts docs folder Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
Annam Sai Manisha authored
Rebased patch with upstream verison pointed by RC manifest Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
- Mar 23, 2023
-
-
The patch for hafnium is not upstreamed yet hence hosting this in buildscripts Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
Tintu Thomas authored
Signed-off-by:
Tintu Thomas <tintu.thomas@arm.com>
-
- Mar 22, 2023
-
-
Tintu Thomas authored
Signed-off-by:
Tintu Thomas <tintu.thomas@arm.com>
-
- Mar 20, 2023
-
-
with docker based build when connected to vpn error "could not resolve host" resolved by adding option for containers to have same network configs as host Signed-off-by:
Annam Sai Manisha <annam.saimanisha@arm.com>
-
- Mar 14, 2023
-
-
This is a basic script to ensure the mpam drivers are initialized properly and the registers required for mpam are programmed properly in the core and in the dsu. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com>
-