UEFI lesson to get Current Link Speed for PCI devices. #4
ayushdas2000
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @ayushdas2000. There is a lesson about reading PCIe configuration space Lesson_30. You just need to understand how to find current link speed from the PCIe configuration space. You can also grab the configuration space parsing logic from my pcie-mdr application developed for the openbmc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kostr. Been Learning Uefi development from these lessons. I am trying to write a uefi application to get Current Link speed for pci devices right now but havent been able to reach a working code. Would appreciate any leads or a lesson for the same. Thanks
Beta Was this translation helpful? Give feedback.
All reactions