-
Notifications
You must be signed in to change notification settings - Fork 44
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
[UVM] Update UVM ROM test with bringup fixes, infra to test latest public builds, auto-extract PK values #478
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calebofearth
requested review from
Nitsirks,
bharatpillilli and
upadhyayulakiran
March 23, 2024 01:30
calebofearth
added
documentation
Improvements or additions to documentation
regression
It used to work, but doesn't anymore
labels
Mar 23, 2024
Nitsirks
previously approved these changes
Mar 25, 2024
upadhyayulakiran
previously approved these changes
Mar 25, 2024
calebofearth
dismissed stale reviews from upadhyayulakiran and Nitsirks
via
March 26, 2024 23:55
fcada04
39 tasks
… values from ROM, hash them Update top ROM test sequence to wait for BOOT_STATUS=320 Update bringup sequence to use calculated PK hash values for fuse programming Update ROM firmware updater sequence to use the generated size of fw image submitting the fw update command
…ytes constraint wraps around
calebofearth
force-pushed
the
cwhitehead-msft-ROM-uvm-updates
branch
from
April 26, 2024 21:29
55e94a2
to
3ab8eab
Compare
calebofearth
changed the title
[UVM/RDL] Fix RDL descriptions and update ROM bringup sequence with needed reg config
[UVM] Update UVM ROM test with bringup fixes, infra to test latest public builds, auto-extract PK values
Apr 26, 2024
… with updated timestamp and hash after successful run
calebofearth
removed
the
documentation
Improvements or additions to documentation
label
Apr 27, 2024
Nitsirks
previously approved these changes
Apr 29, 2024
… with updated timestamp and hash after successful run
Nitsirks
previously approved these changes
Apr 29, 2024
...ronment_packages/soc_ifc_env_pkg/sequences/mbox/soc_ifc/soc_ifc_env_mbox_rom_fw_sequence.svh
Show resolved
Hide resolved
… with updated timestamp and hash after successful run
Nitsirks
approved these changes
Apr 29, 2024
upadhyayulakiran
approved these changes
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve a UVM regression issue for the ROM caused by missing register configuration at bringup. Also update the image build flow to pull the latest releases from caliptra-sw, auto extract the PK values and hashes, and run until the ICCM_LOCK reg is set (marking end of ROM flow and handoff to FMC).
Includes small fixes for a couple of other soc_ifc UVM sequences, to resolve issues with randomization boundaries.