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

[earlgrey_es] cheery-pick closed source regression fix #19632

Merged
merged 3 commits into from
Sep 10, 2023

Commits on Sep 8, 2023

  1. [flash_ctrl,dv] fix cs phy_arb_redun test

    override constraint to reduce program duration
    for frequent error injection
    
    Signed-off-by: Jaedon Kim <[email protected]>
    jdonjdon committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    54c0437 View commit details
    Browse the repository at this point in the history
  2. [flash_ctrl,dv] fix rd_path integrity test

    Inject error to all cache buffer.
    Cache buffers are release randomly.
    So add error to buffer[0] does not guarantee integrity error.
    
    Signed-off-by: Jaedon Kim <[email protected]>
    jdonjdon committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    31dbbbd View commit details
    Browse the repository at this point in the history
  3. [test_rom] align clk jitter enablement between test ROM and ROM

    The test ROM now reads the jittery clk enablement field from OTP to
    perfrom the enablement, same as the ROM. This fixes lowRISC#19580.
    
    Signed-off-by: Tim Trippel <[email protected]>
    timothytrippel authored and jdonjdon committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a42c29b View commit details
    Browse the repository at this point in the history