- Feb 22, 2021
-
-
Thomas Abraham authored
Allow distro boot test on RD-V1 multi-chip platform by including the platform name 'rdv1mc' in the list of platforms supported. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: I7dca3cee079d88c3afff2aeb7e2fedc37a40980d
-
- Feb 20, 2021
-
-
Thomas Abraham authored
Allow RD-N2 platform to use the UEFI boot script to validate boot upto a edk2 efi shell. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: I36a021300762de3e4e9e43bb937f7458bd1a3860
-
Buildroot model script is sufficient to boot the system with necessary infrastructure to do kvm testing, such as multiple VM launch using kvmtool. So drop the kvm script in favor of buildroot script. Signed-off-by:
Vivek Gautam <vivek.gautam@arm.com> Change-Id: I939205f0af02f51d03e09299f439d612a70a6ff6
-
- Feb 19, 2021
-
-
Thomas Abraham authored
The TZC controllers were bypassed during the platform bringup stage by using model parameters. Now that the TZC programming in board support of RD-V1-MC platform is in place, the model parameters used to bypass the TZC can be removed from the run_model.sh file. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: Id333a92252b25178e16b0db67198a1c903fc64e9
-
Thomas Abraham authored
The yml file need not be explicitly specified as a model parameter for the rdv1 platform. So remove the use of model parameter that is used to specify the name of the yml file. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: If3e516a4580fc216ad3cb10f4fe3a8082f96a4fd
-
Thomas Abraham authored
The model parameter 'css.cmn_kampos.force_rnsam_internal' has been renamed as 'css.cmn700.force_rnsam_internal' and has been made an optional model parameter. So remove this parameter from the run_model script for rdn2 platform. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: Ib68e11ccc078e0f62d63b8d1868f2a7c5f7b6bee
-
RD-N2 platform can be validated using ACS test suite. So enable usability of this script on RD-N2 platform. Change-Id: If6ae08fe574640602614fae469a325111d222eee Signed-off-by:
Pranav Madhu <pranav.madhu@arm.com>
-
The model parameter that allows the path of the SATA disk image to be specified has been changed. Update the model parameter in the model launch script accordingly. Change-Id: I64392a8073150be2d6ca4805a01c251b6203258d Signed-off-by:
Pranav Madhu <pranav.madhu@arm.com>
-
Enable UEFI Secure boot for multiple Neoverser reference design platforms - rdn1edgex2, rdv1, rdv1mc and rdn2. Signed-off-by:
Sayanta Pattanayak <sayanta.pattanayak@arm.com> Change-Id: I12b2805d2b4df0094b5bb0164e2b2dfb30eebeea
-
- Feb 01, 2021
-
-
Thomas Abraham authored
The run_model.sh script of a platform is not expected to be have execute permission. So source the run_model.sh file as required. Signed--off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: I3b625cf3ade2f9e30a74e93f2c8b5d427c11ddd0
-
- Jan 28, 2021
-
-
Remove the model param board0.dram from the run_model script of rdv1mc platform. This parameter is not required and delays the platform boot. This also causes buildroot boot to fail. Signed-off-by:
Vivek Gautam <vivek.gautam@arm.com> Change-Id: I1883c35225e5314cfb58072909a9cd42e6b3890d
-
Add a script that supports the launch the platform model to boot upto buildroot. Change-Id: Ia3349f52da20155e261362e79b86584c5ac06806 Signed-off-by:
Vivek Kumar Gautam <vivek.gautam@arm.com>
-
- Dec 18, 2020
-
-
Reference Design platform RD-Daniel-ConfigXLR has been renamed to RD-V1-MC. Correspondingly, remove all uses of 'rddanielxlr' and replace it with rdv1mc where appropriate. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: I1077606771830ad39b5b35017f323e69324a506a
-
Reference Design platform RD-Daniel has been renamed to RD-V1. Correspondingly, remove all uses of 'rddaniel' and replace it with rdv1 where appropriate. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: I3aa46017998bf376736c1d4db364dd0386e9c481
-
- Nov 27, 2020
-
-
When $AUTOMATE is true (-j true), boot.sh script parses the console with a timeout of 7200 seconds (2 hours). Busybox boot generally doesn't take 2 hours to complete. Reduce the timeout to 5 minutes from 2 hours so that when the busybox boot doesn't reach till the console prompt, parsing waits for only 5 minutes before killing the model. This results in better utilization of jenkins jobs. Change-Id: I3ddfe551602f5326ef8e201aa12537a1fdf03aae Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Set unbuffered_output to true for SCP and MCP uart consoles. This will write to the log file immediately instead of waiting for the model to quit. This solves the partial scp and mcp logs issue when -j (AUTOMATE) is set to true where the model is killed through SIGTERM signal when the test is completed. Change-Id: I8f6ac039bdc1393b494afd2d0f6d990c9935787c Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Thomas Abraham authored
All the platforms have virtio.net enabled on them. So the use of SMSC Lan91x controller can be removed. Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com> Change-Id: Ie1a74a273bd380f971fa260b28c18bb7f6aa2ec8
-
Thomas Abraham authored
Add initial model startup support for RD-N2 platform. This supports busybox and distro boot tests. Change-Id: I04d18236107e622b81f59efa649f421454578671 Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
- Oct 06, 2020
-
-
Pranav Madhu authored
RD-Daniel platform can be validated using ACS test suite. So enable usability of this script on RD-Daniel platform. Change-Id: Ie73a6ed88f13d71c6b49666de80e516e7cb08c5b Signed-off-by:
Pranav Madhu <pranav.madhu@arm.com>
-
- Oct 04, 2020
-
-
Disable use of multithreading for Distributed GIC Intergace (DGI) transactions in GIC multichip use cases. This will dnable sending multichip DGI messages in a separate thread. This patch affects only the multi-chip plaforms - rdn1edgex2 and rddanielxlr. Change-Id: I6414f53f2341d0d5da3545a5274ad5e5f1dc3fc6 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Rename `cmn_rhodes` parameter to `cmn_650` to align with the model changes. This patch affects only the platforms that use CMN-Rhodes, which are rddaniel and rddanielxlr. Change-Id: I5219bab60ebe9035aae29c4c3b9e62eabf9b264b Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
To adapt to the updated PCIe topolofy, set the number of bits supported for ITS device IDs to 20. Change-Id: I147ba0c4e530336d19640a8b3c056fce2660463f Signed-off-by:
Vivek Gautam <vivek.gautam@arm.com>
-
Due to the changes in the PCIe topology supported by the FVP, the parameter names of the AHCI controller connected over the PCIe have changed. Adapt to those changes. Change-Id: I9e9cdc925fe286cf9fb6fc7156bab133b837c3a3 Signed-off-by:
Vivek Gautam <vivek.gautam@arm.com>
-
The location of the RNSAM (internal or externa) can be specified using model parameters. Due to changes in the names of the model parameters used to specify the location of the RNSAM, adapt the model launch scripts for the same. Change-Id: Ia2f61b4d17264df0a2ab9149d2ca998b51521c7b Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
- Oct 03, 2020
-
-
Thomas Abraham authored
For the keyboard inputs to be functional in the WinPE Special Administration Console (SAC), enable the hardware flow control and DC4 commands only for the UART port that used as the WinPE SAC display. Change-Id: Ieb7ad25472d75e1852a0e4a0b252ab5099e64cc4 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- Apr 08, 2020
-
-
Enable uefi tests for rddanielxlr Change-Id: I4f2cfb7f45c828909e2e06bb9da14992cb8bf5c7 Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
Enable busy box boot test for rddanielxlr platform. Change-Id: I5ec1ea67b1359e7579fe10a45ced2aa192a8df6a Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
Add run_model script for RD-DanielXLR platform for busybox boot test. Change-Id: Ic52e3d66fa70364cb8888eb1de7d65451ba9ff94 Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com>
-
- Apr 06, 2020
-
-
Thomas Abraham authored
Allow distro boot test on RD-Daniel Config-M platforms by including the platform name 'rddaniel' in the list of platform supported. Change-Id: I53c278c274f755e3fcd46d487914e247597701f8 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The model flag FASTSIM_CMN600_INTERNAL_RNSAM has been renamed as FASTSIM_CMN_INTERNAL_RNSAM. Update the run model script accordingly. Change-Id: I5f8dd22e4e7d097c84b1c7ff9575d616d2ecbafc Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Fix bugs related handling of the model binary path, passing the correct set of model parameters and handling model launch failuers. While at it, refactor the handling of parameters for handling automated runs. Change-Id: Idd014394a0804ac7dbae890a9adff4801b0c7f9e Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
Fix bugs related handling of the model binary path, passing the correct set of model parameters and handling model launch failuers. While at it, refactor the handling of parameters for handling automated runs. Change-Id: I4dcb66dbe43e00d8b18866da3b92bdbd1f5b725d Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
Fix bugs related handling of the model binary path, passing the correct set of model parameters and handling model launch failuers. While at it, refactor the handling of parameters for handling automated runs. Change-Id: I63a8e3530b689b57ff63ad8708022df8e94d69f6 Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
Fix bugs related handling of the model binary path, passing the correct set of model parameters and handling model launch failuers. While at it, refactor the handling of parameters for handling automated runs. Change-Id: Ia67db0713cc39df1e808c7328efe3108aaf58110 Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
Fix bugs related handling of the model binary path, passing the correct set of model parameters and handling model launch failuers. While at it, refactor the handling of parameters for handling automated runs. Change-Id: I4c66a732f58a6e9225048f1e7d80350d51cab6c8 Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
By default, TZC blocks all the accesses to DRAM. So setup the model parameters required to bypass the TZC for all memory accesses. This patch should be reverted when firmware (tf-a) supports the required configuration for TZC during boot. Change-Id: Ieebb67f741fe5fa2e1096b6249aff1ae27c126cf Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
- Dec 27, 2019
-
-
RD-E1-Edge platform can be validated using ACS test suite. So enable usability of this script on RD-E1-Edge platform. Change-Id: I96b767f8a1ff89ddb7df1a3d3685b2c985d057ab Signed-off-by:
Aluvala Sai Akhilesh <aluvala.saiakhilesh@arm.com>
-
Enable busybox boot test for RD-N1-Edge dual chip platform. Change-Id: Ib2424d578c17a00e2817a15527c152b8760384b5 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Add initial model startup support for RD-N1-Edge dual-chip platform. This supports setting up the model parameters for booting both the chips. Change-Id: I78003afc03daf223f84acf427b5e647adc62e413 Signed-off-by:
Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-
Thomas Abraham authored
Enable uefi boot test for RD-Daniel platform. Change-Id: Ida73fe8f96a5c6de88ac27e398217250be30a916 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-