Hello build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41985
to look at the new patch set (#3).
Change subject: acpigen: Add some new helper functions ......................................................................
acpigen: Add some new helper functions
These build on existing functions but use different object types in order to provide functions for upcoming changes:
acpigen_write_return_op(): Return an operator. acpigen_write_if_lequal_op_op(): Check if 2 operands are equal. acpigen_get_package_op_element(): Read an element from a package into an operator.
This one just provides the missing helper, the other 3 already exist: acpigen_get_tx_gpio: Read TX gpio state.
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: I1141fd132d6f09cf482f74e95308947cba2c5846 --- M src/acpi/acpigen.c M src/include/acpi/acpigen.h 2 files changed, 60 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/41985/3