-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minerva-ag: Support soc_pcie_perst commands #2183
minerva-ag: Support soc_pcie_perst commands #2183
Conversation
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address style issues and rebase please
static bool soc_pcie_perst_user_settings_init(void) | ||
{ | ||
uint8_t setting_data = 0xFF; | ||
if (get_user_settings_soc_pcie_perst_from_eeprom(&setting_data, sizeof(setting_data)) == |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit style: remove the == false
and change the order of the if/else
@@ -69,6 +69,19 @@ static int cmd_perm_config_get(const struct shell *shell, size_t argc, char **ar | |||
} | |||
} | |||
|
|||
uint8_t setting_data_for_soc_pcie_perst = 0xFF; | |||
if (get_user_settings_soc_pcie_perst_from_eeprom(&setting_data_for_soc_pcie_perst, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same style issue here
Summary: - Support soc_pcie_perst commands Test Plan: - Build code: PASS
8eb23b8
to
24b9dc4
Compare
@LisaChang-Quanta has updated the pull request. You must reimport the pull request before landing. |
This pull request has been merged in f2b0bd5. |
Summary:
Test Plan: