
13 Jul
2020
13 Jul
'20
7:29 a.m.
On Wed, Jul 8, 2020 at 11:33 AM Simon Glass sjg@chromium.org wrote:
At present only acpigen_write_integer() is exported for use by other code. But in some cases it is useful to call the specific function depending on the size of the value.
Export these functions and add a test.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
(no changes since v1)
include/acpi/acpigen.h | 46 ++++++++++++++++++++++++++++++++++++++++++ test/dm/acpigen.c | 45 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com