- 25 Mar, 2021 1 commit
-
-
Add initial model startup support for RD-N2 Cfg1 platform. This supports busybox, distro boot, secure boot and acs tests. Signed-off-by:
Aditya Angadi <aditya.angadi@arm.com> Change-Id: Ifdd437a826472ba5c35f5f207b95fa7ccd67ad06
-
- 19 Feb, 2021 1 commit
-
-
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
-
- 21 Mar, 2019 1 commit
-
-
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>
-
- 05 Mar, 2019 1 commit
-
-
In case of automated execution, it is not possible to manually register the secure keys into secure variable storage. So copy a prebuilt nor flash image that is pre-loaded with these keys. Change-Id: I5fd8607827e236374a998fb5161b843b30f1dbbb Signed-off-by:
Jagadeesh Ujja <jagadeesh.ujja@arm.com>
-
- 04 Mar, 2019 1 commit
-
-
Thomas Abraham authored
Adapt the help messages in the test execute scripts to the new product names. In addition to this, use helper functions to simplify the script code. Change-Id: I4e1969434b6bbb10b4b5cd31158d4f743e4bd326 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
- 26 Feb, 2019 5 commits
-
-
Thomas Abraham authored
Rename sgiclarkh platform as rde1edge as per the new product name for this platform. Change-Id: I338744cc2dd37bd832323b5c591c8dac4490eb52 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
Rename sgiclarka platform as rdn1edge as per the new product name for this platform. Change-Id: I47fbdf56044cecea42e8b9dcd9857a649f8f339c Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Thomas Abraham authored
The test scripts under sgi/ directory will be used by other platforms as well. To allow access to sgi_common_util.sh from test scripts when tests are invoked from platforms other than sgi/, update the path to the sgi_common_util.sh script in each of the supported tests. Change-Id: I3a724aeee77106f8b4692a46df9e1ec882fe9424 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
SGI-Clark.Helios platform supports secure storage of EFI variables and secure boot of the platform. So enable usability of this script on SGI-Clark.Helios platform. Change-Id: If2f265939204b4e42dbaeea06edcf39a99cf5801 Signed-off-by:
Jagadeesh Ujja <jagadeesh.ujja@arm.com>
-
SGI-Clark.Ares platform supports secure storage of EFI variables and secure boot of the platform. So enable usability of this script on SGI-Clark.Ares platform. Change-Id: I2b11e4bb0ebe56a2c0afbb28c9777b9d20e8f889 Signed-off-by:
Jagadeesh Ujja <jagadeesh.ujja@arm.com>
-
- 18 Feb, 2019 1 commit
-
-
Add a run script for secure boot feature validation on SGI platforms. This script allows for a quicker validation of the secure boot feature using busybox as the root filesystem. Change-Id: I4f81b675cbbd590371b87facabeec39bd4a9f4ab Signed-off-by:
Jagadeesh Ujja <jagadeesh.ujja@arm.com>
-
- 27 Dec, 2018 1 commit
-
-
The 'check_boot_complete' function is renamed as 'parse_log_file' and modified to make it usable by multiple test scripts. It now accepts three parameters - log file name, search string and timeout value. It waits until the search string is found in the log file or the timeout occurs. It returns '0' on success and '-1' on failure. Change-Id: I90956c109bfd028606490781744a21009a1b8bdb Signed-off-by:
Lokesh B V <lokesh.bv@arm.com>
-
- 12 Oct, 2018 3 commits
-
-
Improve the user help message of the busybox_boot command for the SGI platforms. The help message now includes examples of the command usage. Change-Id: Idc41c31eb8b2437e851baef5e234da7785e631f3 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
Add support for automatted termination of the test case. The script waits for the busybox boot to complete and then kills the model. Change-Id: Iaeea280f162092cc4031c4a442bd0121efbde25a Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-
The existing structure of the sgi575 platform model-scripts is not extensible when adding support for additional sgi platforms and test cases. So the sgi platform model-scripts have been reorganized as below model-scripts | ---sgi | |--- distro-boot.sh |--- busybox-boot.sh --- platforms | --- sgi575 | --- run_model.sh The new 'sgi' directory will hold all the test scripts. The new 'platforms' directory will hold the platform specific run_model.sh script and there is a directory for each supported platform. The distro-boot.sh is now moved to 'sgi' directory and the changes required to align with this new structure has been included in this script. There is also a new 'busybox-boot.sh' script as well to be used for busybox boot tests. Change-Id: I78445bf59f0690900f60a819500ab455e1c14179 Signed-off-by:
Thomas Abraham <thomas.abraham@arm.com>
-