Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[{
|
||||
"blob": "/flash/bmccpld",
|
||||
"handler": {
|
||||
"type": "file",
|
||||
"path": "/run/initramfs/bmc-cpld.svf"
|
||||
},
|
||||
"actions": {
|
||||
"preparation": {
|
||||
"type": "skip"
|
||||
},
|
||||
"verification": {
|
||||
"type": "skip"
|
||||
},
|
||||
"update": {
|
||||
"type": "systemd",
|
||||
"unit": "phosphor-ipmi-flash-bmccpld-update.service"
|
||||
}
|
||||
}
|
||||
}]
|
||||
@@ -0,0 +1,20 @@
|
||||
[{
|
||||
"blob": "/flash/mbcpld",
|
||||
"handler": {
|
||||
"type": "file",
|
||||
"path": "/run/initramfs/mb-cpld.svf"
|
||||
},
|
||||
"actions": {
|
||||
"preparation": {
|
||||
"type": "skip"
|
||||
},
|
||||
"verification": {
|
||||
"type": "skip"
|
||||
},
|
||||
"update": {
|
||||
"type": "systemd",
|
||||
"unit": "phosphor-ipmi-flash-mbcpld-update.service"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Phosphor-ipmi-flash update BMC CPLD firmware service
|
||||
|
||||
[Service]
|
||||
ExecStart=mori-fw.sh bmccpld /run/initramfs/bmc-cpld.svf
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=phosphor-ipmi-flash-bmccpld-update.target
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Phosphor-ipmi-flash update MB CPLD firmware service
|
||||
|
||||
[Service]
|
||||
ExecStart=mori-fw.sh mbcpld /run/initramfs/mb-cpld.svf
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=phosphor-ipmi-flash-mbcpld-update.target
|
||||
Reference in New Issue
Block a user