Skip to content

Commit

Permalink
Changes for new uefi argument "-only"
Browse files Browse the repository at this point in the history
 - Changes in val files for new argument
 - Added variable in pal

Signed-off-by: Balaji Gontumukkala <[email protected]>
  • Loading branch information
gontumukkala-balaji committed Apr 12, 2024
1 parent 17b290e commit 817ca3b
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 105 deletions.
2 changes: 2 additions & 0 deletions pal/baremetal/target/RDN2/sbsa/src/platform_cfg_fvp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include "platform_override_struct.h"
#include "platform_override_sbsa_struct.h"

/* To only run tests for a Specific level of compliance */
uint32_t g_sbsa_only_level = 3;
/* If set, ACS also includes SBSA Future Requirement tests. */
uint32_t g_sbsa_run_fr = FALSE;

Expand Down
1 change: 1 addition & 0 deletions val/common/include/acs_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ extern uint32_t g_acs_tests_total;
extern uint32_t g_acs_tests_pass;
extern uint32_t g_acs_tests_fail;
extern uint32_t g_sbsa_level;
extern uint32_t g_sbsa_only_level;
extern uint64_t g_stack_pointer;
extern uint64_t g_exception_ret_addr;
extern uint64_t g_ret_addr;
Expand Down
Loading

0 comments on commit 817ca3b

Please sign in to comment.