commit | cbea239adcd46e34f23c230c8cb3587c4f312129 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:26 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:29 2020 +0800 |
tree | 4a985d4e718392bfedabadf897f0c37c01a111eb | |
parent | 5d093f3f43da57bf4f72f3c7e868977a156e506b [diff] |
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>