Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d6f334c1 05-Aug-2024 Tim Lee <timlee660101@gmail.com>

Revert "meta-facebook: yosemite4: gpio: add services dependency for rescan task"

This reverts commit de9756fea456e8e4515cbe48734894944e7aee0f.

Before we just consider "RISING" services dependency a

Revert "meta-facebook: yosemite4: gpio: add services dependency for rescan task"

This reverts commit de9756fea456e8e4515cbe48734894944e7aee0f.

Before we just consider "RISING" services dependency and miss "FALLING"
service will got failed due to both cases are using the same service.

"Targets": {
"RISING": ["probe-slot-device@1.service", "rescan-fru-device@1.service", "rescan-wf-bic@1.service"],
"FALLING": ["rescan-fru-device@1.service"]
},

Thus, we need to revert this commit for avoiding below error at "FALLING" case.

systemd[1]: Dependency failed for Rescan FruDevice for slot 1.
systemd[1]: rescan-fru-device@1.service: Job rescan-fru-device@1.service/start
failed with result 'dependency'.

Tested:
No Dependency failed message for rescan task at "FAILLING" case.

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I0411889a60a9ba8a026b7d15a7eea0367e1aac6e

show more ...


# de9756fe 29-Jul-2024 Tim Lee <timlee660101@gmail.com>

meta-facebook: yosemite4: gpio: add services dependency for rescan task

According `Targets` field in `phosphor-multi-gpio-monitor.json` design,
We can define services which will get started after tr

meta-facebook: yosemite4: gpio: add services dependency for rescan task

According `Targets` field in `phosphor-multi-gpio-monitor.json` design,
We can define services which will get started after triggering
corresponding event. For rescan services with dependency, we need to
make sure all services can execute sequentially then rescan success.

Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I74fab4ae26cfd1809b0f11abd93e44da9bbdc6c1

show more ...


Revision tags: 2.17.0-dev
# 5fd67bdf 10-Apr-2024 Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>

meta-facebook: yosemite4: Rescan WF BIC and CXL EID

The WF BIC and CXL might not ready when BMC setting up MCTP network.
Add rescan mechanism to make sure it get the EIDs.

Change-Id: I7d57f549a4b7c

meta-facebook: yosemite4: Rescan WF BIC and CXL EID

The WF BIC and CXL might not ready when BMC setting up MCTP network.
Add rescan mechanism to make sure it get the EIDs.

Change-Id: I7d57f549a4b7c9441eadab08d4df0d1e4b46e4d1
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>

show more ...