coreboot-kgpe-d16/src/acpi
Duncan Laurie 2fe7471962 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41985
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-06-03 04:06:14 +00:00
..
acpi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
acpigen.c acpigen: Add some new helper functions 2020-06-03 04:06:14 +00:00
acpigen_dsm.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
acpigen_ps2_keybd.c acpigen_ps2_keybd: Add keymap for Power key 2020-05-15 03:52:39 +00:00
acpigen_usb.c acpi: Add new file for implementing Type-C Connector class 2020-05-28 23:54:43 +00:00
device.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc acpi: Add new file for implementing Type-C Connector class 2020-05-28 23:54:43 +00:00
pld.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sata.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
soundwire.c acpi/soundwire: Add functions to generate SoundWire properties 2020-05-21 08:04:02 +00:00