Attention is currently required from: Lance Zhao, Tim Wawrzynczak. Hello Lance Zhao, build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59729
to look at the new patch set (#4).
Change subject: acpi/acpigen, drivers/tpm: Move definition of set_package_element_op ......................................................................
acpi/acpigen, drivers/tpm: Move definition of set_package_element_op
The patch moves set_package_element_op() function from drivers/tpm/ppi.c to acpi/acpigen.c, renames the function to acpigen_set_package_element_op() and make changas to all references.
The function definition is moved to acpi/acpigen.c so that soc/intel/common/acpi/cpu_hybrid.c can use the function.
TEST=Build and boot Brya
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: I4fe70a1f369c97c67bbc1717e6adc7c5f4ba5839 --- M src/acpi/acpigen.c M src/drivers/tpm/ppi.c M src/include/acpi/acpigen.h 3 files changed, 21 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/59729/4