工具与软件:
您好!
将 AM69与我们的 Toradex Aquila 板一起使用时、我们看到以下内核警告:
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
您是否知道这一点? 如果是、原因是什么、或者您能告诉我们如何解决这一警告?
欢迎您提供任何帮助、谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
您好!
将 AM69与我们的 Toradex Aquila 板一起使用时、我们看到以下内核警告:
pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
您好、Hiago、
PCIe 根桥配置产生的问题。
也就是说、 TI PCIe 主机驱动程序的第40行使用32位 PCIe config write:
这样就会发出警告:
https://lore.kernel.org/all/20200806041455.11070-1-mark.tomlinson@alliedtelesis.co.nz/
从理论上讲、这不应导致任何问题、因为 PCIe 控制器的初始化仅在上电时发生一次、并且只有 Linux 驱动程序应该修改这些寄存器、因此不应清除的数据不会发生。
此致、
Takuma