Skip to content

On reset reload, functions that needs to be enabled by Panel at PHYP runtime state are not seen #232

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

Open
PriyangaRamasamy opened this issue Feb 28, 2025 · 0 comments

Comments

@PriyangaRamasamy
Copy link
Collaborator

PriyangaRamasamy commented Feb 28, 2025

System state at Power on:

CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.Ready
CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.On
CurrentHostState    : xyz.openbmc_project.State.Host.HostState.Running
BootProgress        : xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning

OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive
root@p10bmc:~# ```


Panel current state at Power on


Feb 27 19:59:17 p10bmc ibm-panel[894]: Button event 0 At function - b Panel cur state = 2e - 00101110


System state after reset reload:


root@p10bmc:~# obmcutil state
CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.NotReady
CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.On
CurrentHostState    : xyz.openbmc_project.State.Host.HostState.Running

BootProgress        : xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning
OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive
root@p10bmc:~# 

root@p10bmc:~# obmcutil state
CurrentBMCState     : xyz.openbmc_project.State.BMC.BMCState.Ready
CurrentPowerState   : xyz.openbmc_project.State.Chassis.PowerState.On

CurrentHostState    : xyz.openbmc_project.State.Host.HostState.Running
BootProgress        : xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning
OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive
root@p10bmc:~# 


Panel current state after reset reload:


Feb 27 20:03:49 p10bmc ibm-panel[880]: Button event 0 At function - 11 Panel cur state = 46 - 01000110



Due to change in panel state - functions that are enabled by panel at phyp runtime state is not seen. [Eg:Function number 41]
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

No branches or pull requests

1 participant