coreboot/src/soc/amd
Fred Reitberger 35f73bcce1 soc/amd/sabrina/fsp_m_params: fix modification of constant
mcfg->usb_phy is a pointer to a struct usb_phy_config. The config is
constant. Changing a constant is undefined behavior, so create a local
static instance of usb_phy_config that can be modified safely.

Change-Id: Iedbc49109dcd1da9198fcb2a8f84e2b567cd8f86
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64130
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-05-12 18:45:04 +00:00
..
cezanne soc/amd/cezanne/fw.cfg: provide default SPL table binary 2022-04-03 17:07:08 +00:00
common soc/amd/non-car: Don't add bootblock cbfs file 2022-05-12 11:13:33 +00:00
picasso soc/amd/picasso: Use read*p 2022-05-06 22:15:04 +00:00
sabrina soc/amd/sabrina/fsp_m_params: fix modification of constant 2022-05-12 18:45:04 +00:00
stoneyridge soc/amd/*/Makefile.inc: Do some cosmetics 2022-05-12 11:12:31 +00:00
Kconfig soc/amd: rename common Kconfig and use wildcard for SoC-specific Kconfig 2020-11-19 14:29:14 +00:00