coreboot/src/mainboard/amd/mandolin
Nicholas Chin e5c2babcc0 mb/*: Explicitly include static.h for config_of_soc
As per commit 8651731537 ("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: Ia793666fda47678764fd33891fddb4aecf207bd4
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Jayvik Desai <jayvik@google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2024-10-07 20:37:06 +00:00
..
variants soc/amd/picasso: add eMMC MMIO device to devicetree 2023-09-19 16:58:38 +00:00
board_info.txt
bootblock.c
dsdt.asl soc/amd/picasso/acpi: move SoC-common code from dsdt.asl to soc.asl 2024-01-04 14:16:48 +00:00
emmc_gpio.c mb/amd: Include <gpio.h> instead of <soc/gpio.h> 2023-01-31 04:03:33 +00:00
gpio.h
hda_verb.c mb/**/hda_verb: Use AZALIA_PIN_CFG_NC(0) 2024-06-07 11:13:19 +00:00
Kconfig device: drop unnecessary CHECK_REV_IN_OPROM_NAME option 2024-05-23 21:54:26 +00:00
Kconfig.name mb/51nb to mb/bytedance: Add SPDX license headers to Kconfig files 2024-02-18 02:00:56 +00:00
mainboard.c mb/*: Explicitly include static.h for config_of_soc 2024-10-07 20:37:06 +00:00
Makefile.mk mb/51nb to mb/gigabyte: Rename Makefiles from .inc to .mk 2024-01-24 10:17:55 +00:00
romstage.c