
PCIE
文章平均质量分 89
tom__mao__
小菜鸟
展开
-
SR-IOV Architectural Overview
以下内容为学习《UEFI原理与编程》(戴正华)第四章和第六章的摘要UEFI是用C语言来实现的,但UEFI中Protocol是作为一种对象来设计和使用。例如:// 通过这个protocol可以控制块设备struct _EFI_BLOCK_IO_PROTOCOL{UINT64 Revision;EFI_BLOCK_IO_MEDIA*Media;EFI_BLOCK_原创 2021-04-29 11:32:04 · 755 阅读 · 0 评论 -
PciHostBridgeDxe
edk2中MdeModulePkg\Bus\Pci路径下PciHostBridgeDxe和PciBusDxe的源码阅读,记录一下学习过程。PciBusDxe部分PciBusDriverBindingStartPciEnumeratorPciHostBridgeEnumeratorPciRootBridgeEnumeratorPciScanBusGatherDeviceInfoCreatePciIoDevice...原创 2021-04-25 11:46:37 · 712 阅读 · 0 评论 -
PCIE Configuration Space
项目空档期看看PCIE 5.0 spec, 照本宣科简单记录一下。先上框架图,部件互连是点对点链接(point-to-point link),由Root Complex(RC), Endpoints(I/O devices), Switch, PCI Express to PCI/PCI-X Bridge组成。PCI Express Link由两个差分信号对组成,发送对和接受对(a Transmit pair and a Receive pair).PCI Express配置模型支持两.原创 2021-04-16 09:33:55 · 4227 阅读 · 0 评论