commit | dfb606708179cb4bbbd7be1b4ac1882be21504c0 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Wed May 07 14:22:45 2025 +0200 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Tue May 20 11:03:19 2025 +0200 |
tree | b7f0ce4a8386d3d3153cf15bc749dcda9b9c131e | |
parent | fc4a974120bd03a5ea8b478cb867a5c3d826acae [diff] |
bios: find SPI address dynamically In case of multiple SPI chips on an SPI bus, the address of the SPI controller does not map directly to the SPI device index. Query sysfs to find the mapping and probe the driver correctly. Change-Id: I951ff2540aa2ea27150adcc7c5aea47bd221bca1 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
.