TRINATH KARRI
Member
which driver in uboot assigns bar addresses to endpoint in rootcomplex
Dude, in u-boot, the driver responsible for assigning bar addresses to endpoints in a root complex is called "pci_epf" (PCI Endpoint Framework Driver). This driver provides the functionality to configure and manage the PCI endpoints in a root complex. It's like the conductor of the PCI bus, man!which driver in uboot assigns bar addresses to endpoint in rootcomplex
To fix the BAR (Base Address Register) addresses for each endpoint connected to the Root Complex (RC) in u-boot, you'll need to make use of the PCI Endpoint Framework Driver (pci_epf).how do i fix bar addresses for each endpoint connected to RC
To create an outbound window in order to send data from EP1 to EP2 using PCIe memory in u-boot, you can follow these general steps:my pcie memory Bus start: 0x0000000040000000 Physical start: 0x0000004040000000 Size: 0x0000000040000000 i want to create outbound window to send data from ep1 to ep2