aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2019-10-24 15:01:33 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-11-01 11:38:22 +0000
commit2e6a0f805298f943cdfa77be5bbeadc2bbf0006f (patch)
treee3e9a9e98f8fb94a883f17e0c0f596250170c879 /src/lib/Makefile.inc
parentf71bb5d1746c8cabc2fbd79420c3bcfc439ad41b (diff)
lib/uuid: Add UUID parsing function
Implement a simple function that parses a canonical UUID string into the common byte representation. Inspired by acpigen_write_uuid(). Change-Id: Ia1bd883c740873699814fde6c6ddc1937a40093e Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36297 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index e5678ffdf1..da7b4bbdbc 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -346,3 +346,5 @@ cbfs-files-$(CONFIG_GENERIC_SPD_BIN) += spd.bin
spd.bin-file := $(LIB_SPD_BIN)
spd.bin-type := spd
endif
+
+ramstage-y += uuid.c