build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45340 )
Change subject: soc/amd/picasso: Generate ACPI pstate and cstate objects in cb ......................................................................
Patch Set 17:
(4 comments)
https://review.coreboot.org/c/coreboot/+/45340/17/src/soc/amd/picasso/acpi.c File src/soc/amd/picasso/acpi.c:
https://review.coreboot.org/c/coreboot/+/45340/17/src/soc/amd/picasso/acpi.c... PS17, Line 339: struct acpi_sw_pstate pstate_values[MAX_PSTATES] = {{0}} ; space prohibited before semicolon
https://review.coreboot.org/c/coreboot/+/45340/17/src/soc/amd/picasso/acpi.c... PS17, Line 339: struct acpi_sw_pstate pstate_values[MAX_PSTATES] = {{0}} ; space required after that close brace '}'
https://review.coreboot.org/c/coreboot/+/45340/17/src/soc/amd/picasso/acpi.c... PS17, Line 340: struct acpi_xpss_sw_pstate pstate_xpss_values[MAX_PSTATES] = {{0}} ; space prohibited before semicolon
https://review.coreboot.org/c/coreboot/+/45340/17/src/soc/amd/picasso/acpi.c... PS17, Line 340: struct acpi_xpss_sw_pstate pstate_xpss_values[MAX_PSTATES] = {{0}} ; space required after that close brace '}'