- 18 Dec, 2020 1 commit
-
-
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
-
- 27 Nov, 2020 4 commits
-
-
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>
-
- 06 Oct, 2020 1 commit
-
-
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>
-
- 04 Oct, 2020 5 commits
-
-
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>
-
- 03 Oct, 2020 1 commit
-
-
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>
-
- 08 Apr, 2020 3 commits
-
-
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>
-
- 06 Apr, 2020 8 commits
-
-
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>
-
- 27 Dec, 2019 6 commits
-
-
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>
-
Thomas Abraham authored
Enable busybox boot test for RD-Daniel platform. Change-Id: I5521ce8d8d76760b31891cf130d65ac9d8bf0029 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Add initial model startup support for RD-Daniel platform. This supports busybox and uefi boot tests. Change-Id: Ia55bd2b59f17b866ceccd12e826230a4d65c0eb1 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 21 Mar, 2019 5 commits
-
-
Thomas Abraham authored
The SCP firmware binary names are now changed to *cp_romfw.bin and *cp_ramfw.bin. Align to these changes in the run_model script. Change-Id: I6bacda28fb2252cdde7f905f6bf9e796402947df Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The SCP firmware binary names are now changed to *cp_romfw.bin and *cp_ramfw.bin. Align to these changes in the run_model script. Change-Id: I077a83662b013f5764456c49cff30c36f8db86c5 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The SCP firmware binary names are now changed to *cp_romfw.bin and *cp_ramfw.bin. Align to these changes in the run_model script. Change-Id: Ic7dc3ec7df62a00865586af0dd139f2cc941dc68 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The SCP firmware binary names are now changed to scp_romfw.bin, scp_ramfw.bin, mcp_romfw.bin and mcp_ramfw.bin. Align to these changes in the run_model script. Change-Id: If19f58e5516bcc6e09074b34471fa06fe0f495b2 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Instead of specifying busybox as the file system type, use the -v parameter to pass the path to the virtio image. Change-Id: I64e3df2b5a33ebad0ead3a5bddc949a485524247 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 13 Mar, 2019 6 commits
-
-
Thomas Abraham authored
There should be a provision to boot upto the efi shell but not beyond. This is particularly useful for quick santiy checking of changes in firmware. Add a new test script to boot upto the efi shell. Change-Id: I2038545c723bc48ab7084cd032a39d59ad1c9c22 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
There should be a provision to boot upto the efi shell but not beyond. This is particularly useful for quick santiy checking of changes in firmware. Add a new test script to boot upto the efi shell. Change-Id: I193c081c88062d23c6aab29a8a896c3aeba851fa Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Do not default to a virtio image for busybox filesystem. The -v parameter is expected to set the virtio disk image to be used. Change-Id: Id566f8a5699c989113360c40e7c047e3ccb41463 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Do not default to a virtio image for busybox filesystem. The -v parameter is expected to set the virtio disk image to be used. Change-Id: I994b2fa9ec283053af206d0a56931a0783f26d87 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Do not default to a virtio image for busybox filesystem. The -v parameter is expected to set the virtio disk image to be used. Change-Id: I01cb0c542a89e765ab99e4be0569a7334140f268 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Instead of specifying busybox as the file system type, use the -v parameter to pass the path to the virtio image. Change-Id: Ia674929b8ed03695ec15d6e72e254090287cef27 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-