Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Martin L Roth, Matt DeVillier, Varshit Pandya.
Hello Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84587?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: soc/amd/*: Explicitly include static.h for config_of_soc ......................................................................
soc/amd/*: Explicitly include static.h for config_of_soc
As per commit 865173153760 ("sconfig: Move config_of_soc from device.h to static.h"), sources that require access to the devicetree should directly include static.h so that it can be removed from device.h, eliminating unnecessary dependencies on static.h for files that only need the types and function declarations in device.h.
Change-Id: I9db5d80ca0a75ccff3b8e24db0ccbd6b36c84dcb Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M src/soc/amd/cezanne/acpi.c M src/soc/amd/cezanne/config.c M src/soc/amd/cezanne/fch.c M src/soc/amd/cezanne/fsp_m_params.c M src/soc/amd/cezanne/i2c.c M src/soc/amd/cezanne/root_complex.c M src/soc/amd/genoa_poc/config.c M src/soc/amd/genoa_poc/i2c.c M src/soc/amd/glinda/acpi.c M src/soc/amd/glinda/config.c M src/soc/amd/glinda/fch.c M src/soc/amd/glinda/fsp_m_params.c M src/soc/amd/glinda/i2c.c M src/soc/amd/glinda/root_complex.c M src/soc/amd/mendocino/acpi.c M src/soc/amd/mendocino/config.c M src/soc/amd/mendocino/fch.c M src/soc/amd/mendocino/fsp_m_params.c M src/soc/amd/mendocino/i2c.c M src/soc/amd/mendocino/root_complex.c M src/soc/amd/phoenix/acpi.c M src/soc/amd/phoenix/config.c M src/soc/amd/phoenix/fch.c M src/soc/amd/phoenix/fsp_m_params.c M src/soc/amd/phoenix/i2c.c M src/soc/amd/phoenix/root_complex.c M src/soc/amd/picasso/config.c M src/soc/amd/picasso/fch.c M src/soc/amd/picasso/fsp_m_params.c M src/soc/amd/picasso/fsp_s_params.c M src/soc/amd/picasso/i2c.c M src/soc/amd/picasso/root_complex.c M src/soc/amd/stoneyridge/i2c.c 33 files changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/84587/2