commit | a87fff80eeaaac3653e3d3c63ca73298fd38c02c | [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 | d2cb7a22da0fec2b67b356e9fb58247cdff8c95e [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>