Searched hist:c7fa2c2803065fcae3e9540e57d2a28a5bc83ecc (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | helper.hpp | diff c7fa2c2803065fcae3e9540e57d2a28a5bc83ecc Thu Feb 18 20:05:41 CST 2021 Vivekanand Veeracholan <vveerach@google.com> tools/pci: Replace memcpy on pci write with aligned copy
memcpy() does unaligned access. Using it for device memory causes exception (SIGBUS). Replace the memcpy in PciAccessBridge::write with aligned copy.
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I8e573715dc8971be547d882ce3cb6de31b2620e4
|
H A D | pci.cpp | diff c7fa2c2803065fcae3e9540e57d2a28a5bc83ecc Thu Feb 18 20:05:41 CST 2021 Vivekanand Veeracholan <vveerach@google.com> tools/pci: Replace memcpy on pci write with aligned copy
memcpy() does unaligned access. Using it for device memory causes exception (SIGBUS). Replace the memcpy in PciAccessBridge::write with aligned copy.
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I8e573715dc8971be547d882ce3cb6de31b2620e4
|
H A D | helper.cpp | diff c7fa2c2803065fcae3e9540e57d2a28a5bc83ecc Thu Feb 18 20:05:41 CST 2021 Vivekanand Veeracholan <vveerach@google.com> tools/pci: Replace memcpy on pci write with aligned copy
memcpy() does unaligned access. Using it for device memory causes exception (SIGBUS). Replace the memcpy in PciAccessBridge::write with aligned copy.
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I8e573715dc8971be547d882ce3cb6de31b2620e4
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_helper_unittest.cpp | diff c7fa2c2803065fcae3e9540e57d2a28a5bc83ecc Thu Feb 18 20:05:41 CST 2021 Vivekanand Veeracholan <vveerach@google.com> tools/pci: Replace memcpy on pci write with aligned copy
memcpy() does unaligned access. Using it for device memory causes exception (SIGBUS). Replace the memcpy in PciAccessBridge::write with aligned copy.
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I8e573715dc8971be547d882ce3cb6de31b2620e4
|