Attention is currently required from: Zheng Bao. Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/61375
to review the following change.
Change subject: [WIP]soc/amd: Change the edp_physel to type enum ......................................................................
[WIP]soc/amd: Change the edp_physel to type enum
Change-Id: I4d21adbd74b58a7b10ff73b5748c60f8dabcd49a Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/cezanne/chip.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/61375/1
diff --git a/src/soc/amd/cezanne/chip.h b/src/soc/amd/cezanne/chip.h index 8ae62a5..7876ba6 100644 --- a/src/soc/amd/cezanne/chip.h +++ b/src/soc/amd/cezanne/chip.h @@ -109,6 +109,7 @@ /* eDP phy tuning settings */ uint8_t edp_phy_override; /* bit vector of phy, bit0=1: DP0, bit1=1: DP1, bit2=1: DP2 bit3=1: DP3 */ + /* TODO: change to enum */ uint8_t edp_physel;
struct {