-
Notifications
You must be signed in to change notification settings - Fork 908
[multitop] Port more tests to multitop #28629
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: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Robert Schilling <[email protected]>
7bd1776 to
127b3c0
Compare
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
Signed-off-by: Robert Schilling <[email protected]>
77e33b7 to
4d945a7
Compare
| dif_rv_timer_t rv_timer; | ||
| CHECK_DIF_OK(dif_rv_timer_init_from_dt(kDtRvTimer, &rv_timer)); | ||
| volatile uint32_t *kMMIOTestLoc1 = | ||
| (uint32_t *)((uintptr_t)rv_timer.base_addr + |
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.
If you just want the base address, you can use dt_rv_timer_reg_block(kDtRvTimer, kDtRvTimerRegBlockCore), and similarly for PWM.
32ceea2 to
9fde792
Compare
Signed-off-by: Robert Schilling <[email protected]>
| "//hw/top_earlgrey:fpga_cw310_rom_with_fake_keys": None, | ||
| "//hw/top_earlgrey:fpga_cw340_rom_with_fake_keys": None, | ||
| }, | ||
| DARJEELING_TEST_ENVS, |
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.
Note: on earlgrey, this test typically only works for execution environments where the ePMP is completely unlocked, which is only the ROM_EXT essentially. This can be changed later depending on how Darjeeling's ROM/ROM_EXT locks things down.
|
The last commit should be split into several commits with a better description |
I plan to get CI green and then split it up. Makes it easier with all the fixups. |
... it never ends