-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
TPM003.004 Test should be documented and implemented in OSFV #568
Comments
I'm looking at this test from the perspective of Dasharo (coreboot+SeaBIOS), where there is the possibility of changing banks; my concern is regarding PPI: are we considering redirected serial a valid PPI? Looking at TPM0003.001, I wonder if we correctly validate that. P.S. @philipandag, I doubt leaving a bug without an assignee's help in resolving it. @macpijan, shouldn't this repo have a "need review" label? Maybe there is also a bug scrub meeting needed to accelerate resolving issues in OSFV? |
Serial is a physical port generally so you have to be present to interact with it. All operations made in the firmware setup are assumed to be done by physically present user IIRC. Still the mechanism is different between SeaBIOS and EDK2:
So SeaBIOS does not use PPI at all. It simply switches the banks immediately. If the redirected serial is a valid PPI, it depends on a case:
The test verifies firmware support, os it is tricky. You have to somehow ensure that the firmware handles the TPM properly. I didn't liek the approach of using TPM event log in cbmem, because it proves nothing. There are some ramblings from my side about it here: #507 (comment) |
Never have I been instructed to assign anyone to my issues here, only PRs. Should this be a common practice? |
I understand, and there is nothing wrong with your side. By default, if you don't get a response, it is worth bringing attention through other means. The question is for @macpijan. I am trying to advertise for a bug scrub meeting. If we don't have different ideas, let's schedule a call every month or every two weeks and start cleaning up things. That could raise awareness in this repo and lower maintenance costs. |
Device
RTE version
OSFV version
develop
Affected component(s) or functionality
TPM003.004 test case
Brief summary
The test case is not documented in docs.dasharo nor implemented in osfv which makes it rather difficult to perform
How reproducible
100%
How to reproduce
The test is commented out and marked as TODO in OSFV. See the
dasharo-security/tpm-support.robot
test suite. The test is not documented on docs.dasharo. See https://docs.dasharo.com/unified-test-documentation/dasharo-security/200-tpm-support/Expected behavior
The test should be implemented or at least documented if it should be performed.
Actual behavior
It is not
Link to screenshots or logs
Some tips on the expected behavior can be found on an old, closed issue Dasharo/dasharo-issues#521
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: