Implement common DRAM SPD module with EE1004 and SPD5118 driver support to support detecting DRAM modules using SPD information.

This commit is contained in:
Milan Čermák 2024-12-04 20:41:52 +00:00 committed by Adam Honse
parent 3d171c222b
commit b1d5e83adc
9 changed files with 915 additions and 201 deletions

View file

@ -208,6 +208,7 @@ SOURCES +=
PluginManager.cpp \
ProfileManager.cpp \
ResourceManager.cpp \
SPDAccessor.cpp \
SettingsManager.cpp \
i2c_smbus/i2c_smbus.cpp \
i2c_tools/i2c_tools.cpp \