commit | 1ba6e1cd8802883050c3b8c5eef308aa503837eb | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Tue Nov 26 11:16:44 2024 +0100 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Mon Feb 03 18:46:19 2025 +0100 |
tree | 445ed0ccef5966df3f14445793260e273a2e4768 | |
parent | 8d9e6da63d97f1085ce65575aaead48fe3f512a0 [diff] |
fw update: spi device code updater This code updater is for updating spi flash devices. It can for example update the host firmware on different server boards and has following features: - power down the host before update - set mux gpios to access spi flash - (very limited) communication with ME (Management Engine) - use flashrom to utilize fw with IFD (Intel Flash Descriptor) - otherwise directly write to the flash chip. The behavior of this code updater can be configured via EM. Tested: on Tyan S5549 Board Change-Id: I27803b7fded71af2364c2f55fad841a410603dec Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
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
.