Skip to content
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

How to send the SMBIOS table from BIOS to BMC when BIOS is booting? #8

Open
OguzhanCaglar opened this issue Sep 23, 2022 · 1 comment

Comments

@OguzhanCaglar
Copy link

Can the BMC query the SMBIOS table to BIOS? I examined the intel-ipmi-oem commands but I don't know how can BIOS send the SMBIOS table when it is booting? I successfully send the SMBIOS table using smbios_transfer.go command from u-root. However, I don't know about this issue? Can anyone explain this to me?

@MrDullDev
Copy link

Not sure how this specific thing does this(since i am currently trying it out as well), but you may wanna look at https://github.com/Kostr/smbios_blob_transfer , with this you can build(or use prebuilt binary\fs image) a efi driver to do just that. Keep in mind that this is UEFI\EFI specific solution(it doesn`t matter what "boot option" you selected, all that matters that your host firmware is based on EFI). On a side note, if your SMBios table comes out malformed(like missing cpu info) try messing with the DXE dependancy section, it pretty much defines after what your driver will be loaded(also you might wanna patch out the version check in smbios-mdr if you ever get errors about not supported version, because it was bugged for).

Also you might be interested in this https://github.com/Kostr/pcie_blob_transfer/tree/master , it helps transfering information about PCIe devices the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants