Attention is currently required from: Fred Reitberger, Jason Glenesk, Matt DeVillier.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82107?usp=email )
Change subject: [WIP] soc/amd/phoenix/chip.h: add TOODs ......................................................................
[WIP] soc/amd/phoenix/chip.h: add TOODs
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I3e820f3132cac517dbcbd0e8da1064f666ed1229 --- M src/soc/amd/phoenix/chip.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/82107/1
diff --git a/src/soc/amd/phoenix/chip.h b/src/soc/amd/phoenix/chip.h index e3cadc2..3d166ec 100644 --- a/src/soc/amd/phoenix/chip.h +++ b/src/soc/amd/phoenix/chip.h @@ -108,6 +108,9 @@ #if CONFIG(PLATFORM_USES_FSP2_0) uint8_t usb_phy_custom; struct usb_phy_config usb_phy; +#else + /* TODO: add USB PHY config */ + /* TODO: add DDI config */ #endif };