Skip to content

board: aspeed: 2700: enable power sequencing only on AC power cycle - #60

Open
rajaganeshr wants to merge 1 commit into
dev-a2from
sb1
Open

board: aspeed: 2700: enable power sequencing only on AC power cycle#60
rajaganeshr wants to merge 1 commit into
dev-a2from
sb1

Conversation

@rajaganeshr

Copy link
Copy Markdown
Collaborator

HPM power sequencing should be performed only during a cold boot (AC power cycle).

BMC reboot events must not trigger power sequencing again, as doing so can disrupt the current host power state.

HPM power sequencing should be performed only during a cold boot (AC power cycle).

BMC reboot events must not trigger power sequencing again,
as doing so can disrupt the current host power state.

Tested: Verified on Arthur

Signed-off-by: Rajaganesh Rathinasabapathi <Rajaganesh.Rathinasabapathi@amd.com>
Comment thread board/aspeed/evb_ast2700/evb_ast2700.c
@modolaty
modolaty requested a review from amd-knieman August 19, 2026 17:41
bool rev_b = is_scm_rev_b();
bool ac_cycle_boot = (por_rst_env && !strcmp(por_rst_env, "true"));

if (!ac_cycle_boot) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add a check to see if the HPM power sequence is actually up? Would there ever be a case in which power sequencing fails, and BMC reboots? (Pretty unlikely I would think?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants