Christian Walter has uploaded a new patch set (#3) to the change originally created by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/37789 )
Change subject: acpigen: Add function to generate unicode names ......................................................................
acpigen: Add function to generate unicode names
Add function to generate Unicode names and use if for _STR. The ACPI spec requires _STR to return a buffer containing UTF-16 characters.
Use the introduced function in IPMI driver.
Change-Id: I16992bd449e3a51f6a8875731cd45a9f43de5c8c Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/arch/x86/acpigen.c M src/arch/x86/include/arch/acpigen.h M src/drivers/ipmi/ipmi_kcs_ops.c 3 files changed, 17 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/37789/3