Skip to content

Commit

Permalink
catalina: gpio-monitor: add fw version check when host post completed
Browse files Browse the repository at this point in the history
Summary:
Catalina add a target called "catalina-host-ready.target" in lf-openbmc[1], which will be called when CPU_BOOT_DONE rising.

Add necessary fw-versions check services (ex: cpu, gpu) into "catalina-host-ready.target.wants" to update the fw-version settings object when host post completed.

X-link: facebookexternal/openbmc.quanta#4511

Reviewed By: amithash

Differential Revision: D67192556

fbshipit-source-id: 271aee3981df30a3108f54265914064a3c43ce88
  • Loading branch information
potinlai authored and facebook-github-bot committed Dec 19, 2024
1 parent 0ef895e commit cfc68a6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RDEPENDS:${PN}:append = " fw-versions"

SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"
SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"
SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"
SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"
SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"
SYSTEMD_LINK:${PN}-monitor:append = " ../[email protected]:catalina-host-ready.target.wants/[email protected]"

0 comments on commit cfc68a6

Please sign in to comment.