af921756 | 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: Iae81201889d1bb4ca324243b863948cb60420ae7 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
b7b352a6 | 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ifd063d23c038d986d916148051e0a261b5ba1fca Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
680960e2 | 17-May-2023 |
jinuthomas <jinu.joy.thomas@in.ibm.com> |
Added CCIN for ISDIMM
CCIN values added based on Bonnell_IS_DIMM Service Plan_v2
Change-Id: Ic836802bec723f6ca8001e9b2c09f6fb696e4587 Signed-off-by: jinuthomas <jinu.joy.thomas@in.ibm.com> |
c78d887c | 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ia442cdc88aaeaab2f1384cc46a56f5cd5e40f2f5 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
0e34d357 | 21-Mar-2021 |
Alpana Kumari <alpankum@in.ibm.com> |
Handle ECC update
By default openpower-vpd-parser contains dummy code of ecc_create which writes 0s to the vpd-ecc. And this corrupts the ECC.
This commit will not allow the user to update any reco
Handle ECC update
By default openpower-vpd-parser contains dummy code of ecc_create which writes 0s to the vpd-ecc. And this corrupts the ECC.
This commit will not allow the user to update any record-kwd-data with dummy ecc_create code as it returns -1. If want to update any vpd data then build your image with vpdecc functions implementation.
Test- when tried to update the keyword- busctl call com.ibm.VPD.Manager /com/ibm/VPD/Manager com.ibm.VPD.Manager WriteKeyword ossay "/system/chassis/motherboard" "VINI" "PN" 1 65 ERROR: ECC update failed
And another terminal output- root@rainier:/tmp# ./vpd-manager Error: Couldn't update the ECC
Signed-off-by: Alpana Kumari <alpankum@in.ibm.com> Change-Id: I7333a79ff06ac1acd21f9e10f99b4a78cb5705db
show more ...
|
9d149345 | 16-Jul-2020 |
Priyanga Ramasamy <priyanga24@in.ibm.com> |
Fix some warnings
1. Enabled Meson options to treat warnings as errors. 2. Removed unused variable in vpd_tool_impl.cpp. 3. Fix for unused variable warning in vpdecc & vpd manager files.
Signed-off
Fix some warnings
1. Enabled Meson options to treat warnings as errors. 2. Removed unused variable in vpd_tool_impl.cpp. 3. Fix for unused variable warning in vpdecc & vpd manager files.
Signed-off-by: Priyanga Ramasamy <priyanga24@in.ibm.com> Change-Id: I59fab47fe394b2934d6050d9db78c68b7e471503
show more ...
|
c0aeac39 | 28-Nov-2019 |
Alpana Kumari <alpankum@in.ibm.com> |
VPD ECC support
Added methods/interfaces to create ECC and verify the data using ECC
Tested: tested some of the EEPROMS on Rainier simics root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platf
VPD ECC support
Added methods/interfaces to create ECC and verify the data using ECC
Tested: tested some of the EEPROMS on Rainier simics root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a480.i2c-bus/i2c-8/8-0050/8-00500/nvmem PASSED root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-7/7-0050/7-00500/nvmem PASSED root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a480.i2c-bus/i2c-8/8-0051/8-00510/nvmem PASSED root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-7/7-0051/7-00510/nvmem PASSED root@rainier:/tmp# ./ipz-read-vpd --file /sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a080.i2c-bus/i2c-0/0-0051/0-00510/nvmem PASSED
Signed-off-by: Alpana Kumari <alpankum@in.ibm.com> Change-Id: I863327f504c2dfa468d5ceadce10250292a968b7
show more ...
|