On 06/10/2014 05:17 PM, Kevin O'Connor wrote:
On Tue, Jun 10, 2014 at 03:45:56PM -0700, Rafael Vanoni wrote:
Hi folks, first time posting here. I was wondering if it would be possible to modify smbios values once a system is up and running. Has anyone ever looked into that? If not, any pointers on how to implement this would be greatly appreciated. I'm fairly new to coreboot and seabios but would like to look into this.
Hi Rafael,
Is this for coreboot or qemu?
In any case, on both systems SeaBIOS receives the smbios table from upstream (ie, coreboot or qemu). So, in order to modify the tables, it really involves modifying them in one of those projects - then SeaBIOS will pass the modified tables through to the OS.
-Kevin
Hi Kevin, thanks for the quick reply. It's initially for coreboot, I'll drop a line on their mailing list.
Rafael