]> git.baikalelectronics.ru Git - uboot.git/commit
x86: nhlt: Correct output of bytes and 16-bit data
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:26 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:29 +0000 (09:51 +0800)
commite97fff901cab800f1e95970cc209852d176d4a95
tree4a985d4e718392bfedabadf897f0c37c01a111eb
parentcc0395e9b353d89656cc7f3089f1458fd82dfa9f
x86: nhlt: Correct output of bytes and 16-bit data

At present these functions are incorrect. Fix them and add some logging
and checking to avoid future problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/acpi_nhlt.c