]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
biostables: Support SMBIOS 2.6+ UUID format rel-1.9.1
authorCole Robinson <crobinso@redhat.com>
Fri, 15 Jan 2016 15:49:32 +0000 (10:49 -0500)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Jan 2016 10:13:20 +0000 (11:13 +0100)
commitb3ef39f532db52bf17457ba931da758eeb38d6b4
treedb007137b6dc389af2375bc71293e64173bf362c
parent73f00bcf5a32cab610c41fe343b232d521694c56
biostables: Support SMBIOS 2.6+ UUID format

SMBIOS 2.6+ stores the UUID in a different format, with the first 3
fields in little endian format. This is what modern qemu delivers
and what dmidecode also handles, so let's follow suit too.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
(cherry picked from commit 2e11d582b5e14759b3c1482d7e317b4a7257e77d)
src/fw/biostables.c