summaryrefslogtreecommitdiffstats
path: root/Documentation/security/vboot/list_vboot.md
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-05-06 15:51:00 -0400
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-05-12 18:45:04 +0000
commit35f73bcce18aeb053b7f66dcde249f99b3e8e8d5 (patch)
treeb3cc24dfc1470a589a973ab0b1a9743576005d02 /Documentation/security/vboot/list_vboot.md
parent28d012fc4cdf9a497bbfa090f5abdca28e623b29 (diff)
downloadcoreboot-35f73bcce18aeb053b7f66dcde249f99b3e8e8d5.tar.gz
coreboot-35f73bcce18aeb053b7f66dcde249f99b3e8e8d5.tar.bz2
coreboot-35f73bcce18aeb053b7f66dcde249f99b3e8e8d5.zip
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>
Diffstat (limited to 'Documentation/security/vboot/list_vboot.md')
0 files changed, 0 insertions, 0 deletions