Varshit Pandya has uploaded this change for review.

View Change

vc/amd/fsp/picasso: Bring picasso inline with other AMD SoC

In preparation to using gpp_clk_setup_common for picasso, bring enum
defined in picasso more inline with other AMD SoC.

Change-Id: I9753acdff15921c84516ec873c925f36afdd2aa3
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
---
M src/vendorcode/amd/fsp/picasso/platform_descriptors.h
1 file changed, 3 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/80412/1
diff --git a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
index 0b0de10..339b95b 100644
--- a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
+++ b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
@@ -44,7 +44,7 @@
} dxio_sata_channel_type;

/* CLKREQ for PCIe type descriptors */
-typedef enum {
+enum cpm_clk_req{
CLK_DISABLE = 0x00,
CLK_REQ0,
CLK_REQ1,
@@ -56,7 +56,8 @@
CLK_REQ7,
CLK_REQ8,
CLK_REQGFX = 0x0c,
-} cpm_clk_req;
+ CLK_ENABLE = 0xff,
+};

/* PCIe link ASPM initialization */
typedef enum {

To view, visit change 80412. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I9753acdff15921c84516ec873c925f36afdd2aa3
Gerrit-Change-Number: 80412
Gerrit-PatchSet: 1
Gerrit-Owner: Varshit Pandya <pandyavarshit@gmail.com>
Gerrit-MessageType: newchange