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

Dev msft 20230913 #214

Merged
merged 3 commits into from
Sep 13, 2023
Merged

Dev msft 20230913 #214

merged 3 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Merged PR 122518: Enable NMI scenario in WDT test

    - WDT sequence update to include NMI checking and reset assertion
    - Predictor updates to take care of WDT operation
    - Runtime fw updates for WDT behavior, randomize smaller timeout periods in cascade mode
    - Caleb's fix to handle fatal error during reset
    - Minor addition to clk gating test to latch debug mode
    
    Related work items: #468172
    Kiran Upadhyayula authored and calebofearth committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    647d710 View commit details
    Browse the repository at this point in the history
  2. Merged PR 123605: TB related fixes to address soc_Ifc_tb directed nig…

    …htly regressions
    
    Addressed a few failures in directed nightly regressions
    * INTR_BLOCK_RF registers -- bit field correction and WO sticky register test checks.
    * FUSE_PAUSER test -- FUSE_ANTI_ROLLBACK register writes needed to be held off until ready_for_fuses.
    * PWRON_RESET test -- GENERIC_INPUT_WIRES needed to affect init value for power-on checks; not their latched versions.
    
    Related work items: #540928
    Mahmud Hassan authored and calebofearth committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9d5f727 View commit details
    Browse the repository at this point in the history
  3. Merged PR 123991: EL2 Mem Interface modports, new double-bit error in…

    …jection testcase, fix for UVM edge case
    
    Use modports at every port connection point for the EL2 Mem export interface, which resolves #179
    
    Add a new UVM testcase that injects double bit errors into the Mailbox SRAM during a mailbox flow operation and checks the response
    
    Fix for an edge case in a UVM test where response data size (communicated through in-band data payload) is corrupted as part of an error injection test in the uvmf_soc_ifc suite.
    
    Related work items: #519675
    calebofearth committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ca3b71b View commit details
    Browse the repository at this point in the history