-
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
Early DMA check in ubuntu fails #985
Comments
The code to configure DMA protection is not wired up on soc/intel/meteorlake |
Most likely just need to apply https://review.coreboot.org/c/coreboot/+/68450 but for meteorlake and that should be enough |
I am applying the patch here: Dasharo/coreboot#553. We need the Intel FSP to compile and test it on the target platform though. |
After applying the patch
|
The test passes on V560TNE with v0.9.1-rc4. |
Not working on V540TND with v0.9.1-rc5
|
Issue still present in v0.9.1-rc6. |
|
@SebastianCzapla The option was supposed to be hidden, how are you testing if it's not visible? |
You are right, it is not visible in the security options. I misread other option for it, my bad. |
Component
Dasharo firmware
Device
NovaCustom V54 14th Gen
Dasharo version
v0.9.1-rc1
Dasharo Tools Suite version
No response
Test case ID
EDP001.001
Brief summary
Early DMA protection check using cbmem fail
How reproducible
100% in two retries
How to reproduce
Do the EDP001.001 test manually
sudo ./cbmem -1
Expected behavior
output should contain:
[DEBUG] VT-d @ 0xfed91000, version 5.0
[INFO ] Setting DMA protection [0x0 - 0x46c00000]
[INFO ] Setting DMA protection [0x100000000 - 0x00000008afc00000]
[INFO ] Successfully enabled VT-d PMR DMA protection
Actual behavior
Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: