Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 2.18.0-dev
# f054acd0 06-Nov-2024 Andrew Geissler <geissonator@yahoo.com>

meta-ibm:system1: fix pch-standby logic

A GPIO value of 0 indicates the PCH has completed its initialization and
is ready for commands.

Change-Id: I1c3c458820868b2abf29b57c5300eecf6bd53a55
Signed-o

meta-ibm:system1: fix pch-standby logic

A GPIO value of 0 indicates the PCH has completed its initialization and
is ready for commands.

Change-Id: I1c3c458820868b2abf29b57c5300eecf6bd53a55
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...


# a1aa6fcb 08-Oct-2024 Asmitha Karunanithi <asmitk01@in.ibm.com>

meta-ibm/system1: Add pch-standby service

During the boot process to the BMC Ready state, system1 initiates the
PCH standby power sequence concurrently. The standby power sequence may
not fully comp

meta-ibm/system1: Add pch-standby service

During the boot process to the BMC Ready state, system1 initiates the
PCH standby power sequence concurrently. The standby power sequence may
not fully complete until the BMC reaches the "Ready" state, as there is
no strict interlock between them.
If the system is powered on after the BMC is Ready, but the PCH standby
is still incomplete, it can lead to boot failure.

This commit introduces a new service that waits for the PCH standby
power sequence to finish by polling the corresponding GPIO pin. This
establishes a hard interlock, ensuring the PCH standby sequence is
complete before the BMC reaches the Ready state.

Change-Id: I7e8a8771c106057cc13baa88a13638ea5289ab7d
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>

show more ...