Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41584 )
Change subject: DO NOT MERGE: Increase the ACPIGEN stack size ......................................................................
DO NOT MERGE: Increase the ACPIGEN stack size
Picasso currently needs a larger limit. Need to figure out why.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I2aa1c4dadc4f0405e03d79df4eba8ce685a0e18b --- M src/acpi/acpigen.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/41584/1
diff --git a/src/acpi/acpigen.c b/src/acpi/acpigen.c index 08f482d..089ce90 100644 --- a/src/acpi/acpigen.c +++ b/src/acpi/acpigen.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
/* How much nesting do we support? */ -#define ACPIGEN_LENSTACK_SIZE 10 +#define ACPIGEN_LENSTACK_SIZE 15
/* * If you need to change this, change acpigen_write_len_f and