Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change for consistent spaces across sbsa and bsa #459

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete001.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 1)
#define TEST_RULE "ETE_02"
#define TEST_DESC "Check for FEAT_ETE "
#define TEST_DESC "Check for FEAT_ETE "

static void payload(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete002.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 2)
#define TEST_RULE "ETE_03"
#define TEST_DESC "Check trace unit ETE supports "
#define TEST_DESC "Check trace unit ETE supports "

static void payload(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete003.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 3)
#define TEST_RULE "ETE_04, ETE_06"
#define TEST_DESC "Check ETE Trace Timestamp Source "
#define TEST_DESC "Check ETE Trace Timestamp Source "

volatile uint64_t buffer_addr;
volatile uint64_t *start_timestamp;
Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete004.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 4)
#define TEST_RULE "ETE_05"
#define TEST_DESC "Check Trace Same Timestamp Source "
#define TEST_DESC "Check Trace Same Timestamp Source "

volatile uint64_t trace_buffer_addr;

Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete005.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 5)
#define TEST_RULE "ETE_07"
#define TEST_DESC "Check for FEAT_TRBE "
#define TEST_DESC "Check for FEAT_TRBE "

static void payload(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete006.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 6)
#define TEST_RULE "ETE_08"
#define TEST_DESC "Check trace buffers flag updates "
#define TEST_DESC "Check trace buffers flag updates "

static uint32_t primary_pe_flag_updates;

Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete007.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 7)
#define TEST_RULE "ETE_09"
#define TEST_DESC "Check TRBE trace buffers alignment"
#define TEST_DESC "Check TRBE trace buffers alignment "

static uint32_t min_trace_alignment;

Expand Down
2 changes: 1 addition & 1 deletion test_pool/ete/operating_system/test_ete008.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define TEST_NUM (ACS_ETE_TEST_NUM_BASE + 8)
#define TEST_RULE "ETE_10"
#define TEST_DESC "Check GICC TRBE Interrupt field "
#define TEST_DESC "Check GICC TRBE Interrupt field "

static void payload(void)
{
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e001.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 1)
#define TEST_DESC "Enhanced ECAM Memory access check "
#define TEST_DESC "Enhanced ECAM Memory access check "
#define TEST_RULE ""

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e002.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 2)
#define TEST_DESC "PCIe Address translation check "
#define TEST_DESC "PCIe Address translation check "
#define TEST_RULE "RE_SMU_2"

#define TEST_DATA_NUM_PAGES 4
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e003.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 3)
#define TEST_DESC "ATS Functionality Check "
#define TEST_DESC "ATS Functionality Check "
#define TEST_RULE "RE_SMU_2"

#define TEST_DATA_NUM_PAGES 1
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e004.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 4)
#define TEST_DESC "Arrival order & Gathering Check "
#define TEST_DESC "Arrival order & Gathering Check "
#define TEST_RULE "RE_ORD_1, RE_ORD_2, IE_ORD_1, IE_ORD_2"

/* 0 means read transction, 1 means write transaction */
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e005.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 5)
#define TEST_DESC "PE 2/4/8B writes to PCIe as 2/4/8B"
#define TEST_DESC "PE 2/4/8B writes to PCIe as 2/4/8B "
#define TEST_RULE "S_PCIe_03"

static uint32_t transaction_size = 4;
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e006.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 6)
#define TEST_DESC "RP's must support AER feature "
#define TEST_DESC "RP's must support AER feature "
#define TEST_RULE "PCI_ER_01, PCI_ER_02, PCI_ER_03, PCI_ER_04"

#define ERR_CORR 0x2
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e007.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 7)
#define TEST_DESC "RP's must support DPC "
#define TEST_DESC "RP's must support DPC "
#define TEST_RULE "PCI_ER_05, PCI_ER_06"

#define ERR_FATAL 1
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e008.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 8)
#define TEST_DESC "Check 2/4/8 Bytes targeted writes"
#define TEST_DESC "Check 2/4/8 Bytes targeted writes "
#define TEST_RULE "S_PCIe_04"


Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e009.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 9)
#define TEST_DESC "Check Relaxed Ordering of writes "
#define TEST_DESC "Check Relaxed Ordering of writes "
#define TEST_RULE "S_PCIe_07, S_PCIe_08"

#define DMA_BUFF_LEN 0x8
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e010.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 10)
#define TEST_DESC "DPC trig when RP-PIO unimplemented"
#define TEST_DESC "DPC trig when RP-PIO unimplemented "
#define TEST_RULE "PCI_ER_10"

#define ERR_UNCORR 0x3
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e011.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 11)
#define TEST_RULE "PCI_ER_08"
#define TEST_DESC "RAS ERR record for poisoned data "
#define TEST_DESC "RAS ERR record for poisoned data "

static
void
Expand Down
2 changes: 1 addition & 1 deletion test_pool/exerciser/operating_system/test_e012.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "val/sbsa/include/sbsa_acs_exerciser.h"

#define TEST_NUM (ACS_EXERCISER_TEST_NUM_BASE + 12)
#define TEST_DESC "RAS ERR record for external abort "
#define TEST_DESC "RAS ERR record for external abort "
#define TEST_RULE "PCI_ER_07"

static void *branch_to_test;
Expand Down
2 changes: 1 addition & 1 deletion test_pool/gic/operating_system/test_g001.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define TEST_NUM (ACS_GIC_TEST_NUM_BASE + 1)
#define TEST_RULE "S_L3GI_01"
#define TEST_DESC "Check GIC version "
#define TEST_DESC "Check GIC version "

static
void
Expand Down
2 changes: 1 addition & 1 deletion test_pool/gic/operating_system/test_g002.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define TEST_NUM (ACS_GIC_TEST_NUM_BASE + 2)
#define TEST_RULE "S_L5PP_01"
#define TEST_DESC "Check Reserved PPI Assignments "
#define TEST_DESC "Check Reserved PPI Assignments "

/* PPI IDs 1056-1071 and 1088-1103 are reserved for future SBSA usage */
#define IS_PPI_RESERVED(id) ((id > 1055 && id < 1072) || (id > 1087 && id < 1104))
Expand Down
2 changes: 1 addition & 1 deletion test_pool/memory_map/operating_system/test_m001.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define TEST_NUM (ACS_MEMORY_MAP_TEST_NUM_BASE + 1)
#define TEST_RULE "S_L3MM_01, S_L3MM_02"
#define TEST_DESC "Check peripherals addr 64Kb apart "
#define TEST_DESC "Check peripherals addr 64Kb apart "

static void payload(void)
{
Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam001.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"


#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 1)
#define TEST_RULE "S_L7MP_01, S_L7MP_02"
#define TEST_DESC "Check for MPAM extension "
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 1)
#define TEST_RULE "S_L7MP_01, S_L7MP_02"
#define TEST_DESC "Check for MPAM extension "

static void payload(void)
{
Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam002.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"


#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 2)
#define TEST_RULE "S_L7MP_03, S_L7MP_04"
#define TEST_DESC "Check for MPAM LLC CSU "
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 2)
#define TEST_RULE "S_L7MP_03, S_L7MP_04"
#define TEST_DESC "Check for MPAM LLC CSU "

static void payload(void)
{
Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam003.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"


#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 3)
#define TEST_RULE "S_L7MP_05, S_L7MP_06"
#define TEST_DESC "Check for MPAM MBWUs Monitor func "
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 3)
#define TEST_RULE "S_L7MP_05, S_L7MP_06"
#define TEST_DESC "Check for MPAM MBWUs Monitor func "

#define BUFFER_SIZE 65536 /* 64 Kilobytes*/

Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam004.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"


#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 4)
#define TEST_RULE "S_L7MP_07"
#define TEST_DESC "Check for MBWU counter size "
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 4)
#define TEST_RULE "S_L7MP_07"
#define TEST_DESC "Check for MBWU counter size "

#define MBWU_COUNTER_44BIT 0
#define MAX_44BIT_COUNTER_BW 1677722 /* this is in MB (1.6 TB) */
Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam005.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"
#include "val/common/include/acs_peripherals.h"

#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 5)
#define TEST_RULE "S_L7MP_08"
#define TEST_DESC "Check for MPAM MSC address overlap"
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 5)
#define TEST_RULE "S_L7MP_08"
#define TEST_DESC "Check for MPAM MSC address overlap "

static void payload(void)
{
Expand Down
6 changes: 3 additions & 3 deletions test_pool/mpam/operating_system/test_mpam006.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include "val/sbsa/include/sbsa_acs_mpam.h"
#include "val/sbsa/include/sbsa_acs_memory.h"

#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 6)
#define TEST_RULE "S_L7MP_03"
#define TEST_DESC "Check PMG storage by CPOR nodes "
#define TEST_NUM (ACS_MPAM_TEST_NUM_BASE + 6)
#define TEST_RULE "S_L7MP_03"
#define TEST_DESC "Check PMG storage by CPOR nodes "

#define PARTITION_PERCENTAGE 75
#define CACHE_PERCENTAGE 50
Expand Down
2 changes: 1 addition & 1 deletion test_pool/nist_sts/test_n001.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define TEST_NUM (ACS_NIST_TEST_NUM_BASE + 1)
#define TEST_RULE "S_L7ENT_1"
#define TEST_DESC "NIST Statistical Test Suite "
#define TEST_DESC "NIST Statistical Test Suite "

#define BUFFER_SIZE 1000
#define RND_FILE_SIZE 36428
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p001.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 1)
#define TEST_DESC "Check ECAM Presence "
#define TEST_DESC "Check ECAM Presence "
#define TEST_RULE "PCI_IN_01"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p003.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "val/sbsa/include/sbsa_acs_pe.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 3)
#define TEST_DESC "Check ECAM Memory accessibility "
#define TEST_DESC "Check ECAM Memory accessibility "
#define TEST_RULE "PCI_IN_02"

static void *branch_to_test;
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p005.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/* SBSA-checklist 63 & 64 */
#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 5)
#define TEST_DESC "PCIe Unaligned access, Norm mem "
#define TEST_DESC "PCIe Unaligned access, Norm mem "
#define TEST_RULE "PCI_MM_01, PCI_MM_02, PCI_MM_03, RE_BAR_2, IE_BAR_2"

#define DATA 0xC0DECAFE
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p009.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 9)
#define TEST_DESC "Check all MSI(X) vectors are LPIs "
#define TEST_DESC "Check all MSI(X) vectors are LPIs "
#define TEST_RULE "S_L3GI_02"

#define LPI_BASE 8192
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p016.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "val/sbsa/include/sbsa_acs_pcie.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 16)
#define TEST_DESC "NP type-1 pcie only support 32-bit"
#define TEST_DESC "NP type-1 pcie only support 32-bit "
#define TEST_RULE "PCI_MM_04"

#define BAR0 0x10
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p020.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p020_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 20)
#define TEST_DESC "Check Type 0/1 common config rules"
#define TEST_DESC "Check Type 0/1 common config rules "
#define TEST_RULE "RE_REG_1, IE_REG_1, IE_REG_3"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p021.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p021_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 21)
#define TEST_DESC "Check Type 0 config header rules "
#define TEST_DESC "Check Type 0 config header rules "
#define TEST_RULE "RE_REG_1, IE_REG_1"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p022.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p022_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 22)
#define TEST_DESC "Check Type 1 config header rules "
#define TEST_DESC "Check Type 1 config header rules "
#define TEST_RULE "IE_REG_3"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p023.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p023_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 23)
#define TEST_DESC "Check PCIe capability rules "
#define TEST_DESC "Check PCIe capability rules "
#define TEST_RULE "IE_REG_4"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p024.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p024_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 24)
#define TEST_DESC "Check Device capabilities reg rule"
#define TEST_DESC "Check Device capabilities reg rule "
#define TEST_RULE "RE_REG_3, RE_REC_1, IE_REG_2, IE_REG_4"

static
Expand Down
2 changes: 1 addition & 1 deletion test_pool/pcie/operating_system/test_p025.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "test_p025_data.h"

#define TEST_NUM (ACS_PCIE_TEST_NUM_BASE + 25)
#define TEST_DESC "Check Device Control register rule"
#define TEST_DESC "Check Device Control register rule "
#define TEST_RULE "RE_REG_3, RE_REC_1, IE_REG_2, IE_REG_4"

static
Expand Down
Loading