Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,19 @@
[{
"blob": "/flash/scp",
"handler": {
"type": "file",
"path": "/run/initramfs/scp-fw.slim"
},
"actions": {
"preparation": {
"type": "skip"
},
"verification": {
"type": "skip"
},
"update": {
"type": "systemd",
"unit": "phosphor-ipmi-flash-scp-update.service"
}
}
}]
@@ -0,0 +1,20 @@
[{
"blob": "/flash/scpb",
"handler": {
"type": "file",
"path": "/run/initramfs/scp-fw.slim"
},
"actions": {
"preparation": {
"type": "skip"
},
"verification": {
"type": "skip"
},
"update": {
"type": "systemd",
"unit": "phosphor-ipmi-flash-scpback-update.service"
}
}
}]
@@ -0,0 +1,9 @@
[Unit]
Description=Phosphor-ipmi-flash update main EEPROM SCP firmware service
[Service]
ExecStart=/usr/sbin/kudo-fw.sh scp /run/initramfs/scp-fw.slim
Type=oneshot
[Install]
WantedBy=phosphor-ipmi-flash-scp-update.target
@@ -0,0 +1,9 @@
[Unit]
Description=Phosphor-ipmi-flash update failover EEPROM SCP firmware service
[Service]
ExecStart=/usr/sbin/kudo-fw.sh scpback /run/initramfs/scp-fw.slim
Type=oneshot
[Install]
WantedBy=phosphor-ipmi-flash-scpback-update.target