the following patch was just integrated into master: commit e851a685ef9d6280982465b319971e4252859227 Author: Gerd Hoffmann kraxel@redhat.com Date: Wed Nov 13 12:56:30 2013 +0100
qemu: set smbios entries from fw_cfg
Qemu makes the guest uuid (qemu -uuid $uuid) available to the guest via fw_cfg. Other smbios fields can be configured in qemu using the -smbios command line switch (check the qemu manpage for details).
This patch adds coreboot support for this, so the values provided by qemu will actually show up in the smbios table.
Change-Id: Ifd9ae0d02749af4e7070a65eadbd1a9585a8a8e6 Signed-off-by: Gerd Hoffmann kraxel@redhat.com Reviewed-on: http://review.coreboot.org/4086 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de Reviewed-by: Ronald G. Minnich rminnich@gmail.com
See http://review.coreboot.org/4086 for details.
-gerrit