-
Notifications
You must be signed in to change notification settings - Fork 0
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
BLS001.001 and SMM001.001 fails to enter read only mode and more #996
Comments
the problems are similar enough to include them under a single post for i believe they both come from the same place, I may be wrong though.. |
SMM BWP seems not to be working yet, indeed. This will need investigation in the firmware |
Checked the logs:
Looks like setting flash lock configurations has to be implemented for each Bay Trail platform separately, keeping in mind the flash chip they use. Working on it here: Dasharo/coreboot#551 |
Managed to get BIOS lock to work so far:
Working on SMM BWP. |
Managed to get SMM BWP to work as well:
Will ship in upcoming rc2. |
Device
MinnowBoard Turbot B41
RTE version
OSFV version
branch: minnow-update
Affected component(s) or functionality
No response
Brief summary
these two test cases share similar problems with writing flash and enablig bios protection
How reproducible
always
How to reproduce
run BLS001.001 or SMM001.001
Expected behavior
pass
Actual behavior
for
bios lock
:there is no
is read-only
in the output so the bios lock havent turned on properly (thus the very next test, BLS002.001 passes because it doesn't have to disable bios lock when it's already off)on the other hand the
smm bios write protection
is unable to set bios control and then decide on chip definition and all regions are r-wLink to screenshots or logs
BLS001.001.zip
SMM001.001.zip
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: