- Oct 26, 2023
-
-
Sergio Alves authored
Add support for the .readthedocs.yaml file which specifies the RTD docs project config, mandatory for the current rendering of the TC documentation for public releases. This file already includes recent required build.os config key imposed by the Oct 16, 2023 public RTD support changes. Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
- May 12, 2023
-
-
Vishnu Banavath authored
docs: restructure documentation and include old releases See merge request arm-reference-solutions/build-scripts!32
-
Sergio Alves authored
Restructure documentation and include old releases index. Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Vishnu Banavath authored
docs: minor updates to clarify some information See merge request arm-reference-solutions/build-scripts!30
-
Sergio Alves authored
Minor updates to clarify some information on the supported/tested Ubuntu version and potential problems when synching Google Android code. Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
- May 10, 2023
-
-
Vishnu Banavath authored
docs: fix external RTD rendering freezing urllib3 dependency version See merge request arm-reference-solutions/build-scripts!29
-
Sergio Alves authored
Fix the rendering of the external RTD TC22 documentation by fixing the urllib3 version. Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
Vishnu Banavath authored
Merge branch 'visban01/tc22_3_rel' into 'total_compute' See merge request arm-reference-solutions/build-scripts!28
-
Vishnu Banavath authored
tc2: change device profile url to use public repo See merge request arm-reference-solutions/build-scripts!27 (cherry picked from commit 9428c062) 43536f4d tc2: change device profile url to use public repo
-
- May 09, 2023
-
-
Vishnu Banavath authored
This change is to delete gitlab merge request template. Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com>
-
Sergio Alves authored
Small improvements and clarifications on multiple sections of the documentation, mainly to include suggestions from QA. Signed-off-by:
Sergio Alves <sergio.dasilvalves@arm.com>
-
- 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>
-