coreboot/src/drivers/ipmi
Patrick Rudolph 389c827943 acpigen: Add function to generate unicode names
The ACPI spec 6.3 chapter 6.1.10 states that _STR has to return a buffer
containing UTF-16 characters.

Add function to generate Unicode names and use it for _STR. It will
replace non-ASCII characters with '?'.

Use the introduced function in IPMI driver.

Fixes ACPI warning shown in fwts.

Change-Id: I16992bd449e3a51f6a8875731cd45a9f43de5c8c
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37789
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-01-07 08:16:20 +00:00
..
chip.h AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file 2019-10-22 12:55:10 +00:00
ipmi_fru.c drivers/ipmi/ipmi_fru: Add missing <stdlib.h> 2019-12-27 08:58:15 +00:00
ipmi_kcs.c AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file 2019-10-22 12:55:10 +00:00
ipmi_kcs.h drivers/ipmi: Add IPMI Read FRU function 2019-12-19 17:48:30 +00:00
ipmi_kcs_ops.c acpigen: Add function to generate unicode names 2020-01-07 08:16:20 +00:00
ipmi_ops.c src: Add missing include <types.h> 2019-12-19 03:19:05 +00:00
ipmi_ops.h drivers/ipmi: Add IPMI Read FRU function 2019-12-19 17:48:30 +00:00
Kconfig drivers/ipmi: Add IPMI Read FRU function 2019-12-19 17:48:30 +00:00
Makefile.inc drivers/ipmi: Add IPMI Read FRU function 2019-12-19 17:48:30 +00:00