-
Notifications
You must be signed in to change notification settings - Fork 28
Prefer SMBIOS table to SMBIOS 3.0, if present and below 4G #79
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
Conversation
|
SeaBIOS will only accept SMBIOS2.1. https://github.com/coreboot/seabios/blob/b52ca86e094d19b58e2304417787e96b940e39c6/src/fw/csm.c#L176 |
|
Well, then we shouldn't be falling back to SMBIOS3 at all, no? |
|
It won't hurt in case we want to fix SeaBIOS at some point:-) Also for SMBIOS we are unlikely to have ACPI 1.0 style compatibility issue. |
|
Should be good now, I believe. |
|
Maybe commit message needs to be updated to reflect the change? |
I did update it, though :) |
|
What's the issue with that? What would you like the commit message to be? Initially it was |
|
@mintsuki Maybe it should be |
This is because SeaBIOS relies on SMBIOS 2.1, not SMBIOS 3.0.
|
@FlyGoat I hope this is better. |
|
lgtm thanks |

This mirrors PR #70, done for similar reasons.