Attention is currently required from: Cliff Huang, Felix Held, Lance Zhao, Tim Wawrzynczak.
Hello Cliff Huang, Felix Held, Lance Zhao, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84192?usp=email
to look at the new patch set (#2).
Change subject: acpi/acpigen: Increase max package length for acpigen_pop_len() ......................................................................
acpi/acpigen: Increase max package length for acpigen_pop_len()
The AML spec allows for up to 4 bytes to be used to encode the package length, so adjust acpigen_pop_len() to accommodate that now that we're running up against the package size limit available when only 3 bytes are used to encode the length.
Change-Id: I8f72fa84cfdae480fec42b0968bd7cefcdb96bdc Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/acpi/acpigen.c 1 file changed, 35 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/84192/2