commit | 984cef5981ed07ea89bc5ef48621b5910f5699ba | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Fri Dec 17 11:28:21 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Tue Mar 15 11:39:51 2022 +0800 |
tree | b4afd0b272b865d0638d0538063bc470a32e6d6e | |
parent | b5171acd6f8cfe31a8a4adf4ed978497c29e50ed [diff] |
dual-image: Add reset-cs0-aspeed to reset the CS When BMC is running on the secondary flash, and the primary flash is updated, the BMC needs to reboot to the primary flash. On aspeed, this is done by clearing the wdt2 state register bit, and could be implemented by writing non-zero to /sys/class/watchdog/watchdog1/access_cs0. But it has a side effect that the CS will be swapped back to normal, which means the running rootfs will be swapped to the primary flash. So this needs to be done after the rootfs is umounted. Add reset-cs0-aspeed to insert a line in `/run/initramfs/shutdown` to write non-zero to /sys/class/watchdog/watchdog1/access_cs0. Tested: Verify that the BMC is reboot to the primary flash after flashing in the secondary image. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I4c988017ed45131318625f349a84500e1831e171
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.