-
Notifications
You must be signed in to change notification settings - Fork 905
[dv,top_earlgrey] Add some top earlgrey env features for use in future tests #28491
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
base: earlgrey_1.0.0
Are you sure you want to change the base?
[dv,top_earlgrey] Add some top earlgrey env features for use in future tests #28491
Conversation
…ary. Signed-off-by: Harry Callahan <[email protected]>
Signed-off-by: Harry Callahan <[email protected]>
This task can be forked into the background to capture UART console traffic into the test logs. This is useful for observation and sequencing inside logfiles. Signed-off-by: Harry Callahan <[email protected]>
Signed-off-by: Harry Callahan <[email protected]>
This is in support of future tests which will invoke the bootstrapping routine multiple times within a single simulation. Signed-off-by: Harry Callahan <[email protected]>
d245fb0
to
d244459
Compare
I've just started reading through the commits one-by-one (and have only read the first one so far). I think I'm convinced that it's right, but it might make sense to expand the commit message to make it clear that the only code that consumes a |
cfg.mem_bkdr_util_h[FlashBank1Info].set_mem(); | ||
// Backdoor load the OTP image. | ||
cfg.mem_bkdr_util_h[Otp].load_mem_from_file(cfg.otp_images[cfg.use_otp_image]); | ||
if (cfg.use_otp_image != OtpNone) begin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a horrible variable name! I keep thinking it's a boolean :-)
Review commit-by-commit, these additions are all currently unused and should not affect existing tests.