From cc4c4cb3c193dabdefe45db343c949452c081435 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 9 Jul 2021 11:38:59 -0400 Subject: tcgbios: Change format of S_CRTM_VERSION string to ucs-2 Change the format of the S_CRTM_VERSION string to ucs-2 since this is what seems to be commonly used by other firmwares following insight from a TCG work group member. Signed-off-by: Stefan Berger Tested-by: Stefan Berger Signed-off-by: Alexey Kardashevskiy --- make.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make.rules') diff --git a/make.rules b/make.rules index 885eea3..d37c365 100644 --- a/make.rules +++ b/make.rules @@ -79,6 +79,7 @@ CPP ?= $(CROSS)cpp WARNFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wformat-security -Wextra -Wno-unused-parameter CFLAGS ?= -g -O2 -fno-builtin -ffreestanding -nostdinc -msoft-float \ -fno-strict-aliasing -mno-altivec -mabi=no-altivec \ - -fno-stack-protector -fno-asynchronous-unwind-tables $(WARNFLAGS) + -fno-stack-protector -fno-asynchronous-unwind-tables $(WARNFLAGS) \ + -fshort-wchar export CC AS LD CLEAN OBJCOPY OBJDUMP STRIP AR RANLIB CFLAGS -- cgit v1.1