[coreboot-gerrit] Patch merged into coreboot/master: acpigen: Add function to generate ToUUID() from a string

gerrit at coreboot.org gerrit at coreboot.org
Sat May 21 05:59:21 CEST 2016


the following patch was just integrated into master:
commit 3829f238fa6eca7676ea3122da94a1ba239c5153
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon May 9 11:08:46 2016 -0700

    acpigen: Add function to generate ToUUID() from a string
    
    acpigen_write_uuid() will generate a ToUUID() 128-bit buffer object for a
    common universally unique identifier that is passed as a string.  The
    resulting buffer is the UUID in byte format with a specific order of the
    bytes as described in the ACPI specification:
    
      ToUUID (uuid)
    
    Compiles to:
    
      Buffer (16) { uuid[3], uuid[2], uuid[1], uuid[0], uuid[5], uuid[4],
                    uuid[7], uuid[6], uuid[8], uuid[9], uuid[10], uuid[11],
                    uuid[12], uuid[13], uuid[14], uuid[15] }
    
    Change-Id: Ibbeff926883532dd78477aaa2d26ffffb6ef30c0
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://review.coreboot.org/14838
    Tested-by: build bot (Jenkins)
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>


See https://review.coreboot.org/14838 for details.

-gerrit



More information about the coreboot-gerrit mailing list