rt-thread-official/components/drivers
GuEe-GUI 2168ed8e7d [DM/Feature] Basic PCI/PCIe (Peripheral Component Interconnect Express) bus
PCI/PCIe have better performance and more devices support, such as
NVMe, GPU, Powerful NIC (Like RDMA). PCI/PCIe can access control by
IOMMU that the virtualiztion and userspace driver will more safety.
PCI/PCIe device could hot plugging, no design modifications SoC required,
PCI/PCIe on Embedded SoC is popular now.
We make a simple framework to support them.

Feature Lists:
1.PCI INTx: the INT[A-D] pin IRQ for legacy PCI, work with platform PIC.
2.MSI/MSI-X: the message write IRQ for PCIe, work with platform's PIC.
3.PME: we only support the D0, D1, D2, D3HOT, D3COLD init by framework.
4.Endpoint: a simple EP framework for PCI FPGA or NTB function.
5.OFW: we only support work on OFW SoC, ACPI support in the future maybe.

Host controller:
1. Common PCI host controller on ECAM.
2. Generic PCI host controller on ECAM.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-09-06 17:45:03 -04:00
..
audio [device] add dev_ prefix for file names 2024-08-23 18:15:09 -04:00
can [device] add dev_ prefix for file names 2024-08-23 18:15:09 -04:00
clk [components][drivers]fix some uninitialize err (#8806) 2024-04-16 21:58:13 +08:00
core Fixup platform not free device in OFW 2024-09-03 19:49:47 -04:00
cputime [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
graphic [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
hwcrypto [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
hwtimer [compoents][hwtimer]Add a user control interface 2024-07-19 11:51:39 +08:00
i2c [device] add dev_ prefix for file names 2024-08-23 18:15:09 -04:00
include [DM/Feature] Basic PCI/PCIe (Peripheral Component Interconnect Express) bus 2024-09-06 17:45:03 -04:00
ipc feat: add ISR safe completion API 2024-08-19 10:39:15 +08:00
ktime [ktime] quality: remove recursion on hrtimer (#9110) 2024-06-28 00:22:06 +08:00
misc Fix potential return value discrepancy when writing to urandom 2024-07-18 10:05:05 +08:00
mtd [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
ofw fix initrd scan err 2024-07-04 00:34:01 +08:00
pci [DM/Feature] Basic PCI/PCIe (Peripheral Component Interconnect Express) bus 2024-09-06 17:45:03 -04:00
phy [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
pic [components][ktime]support period ktime timeout and multiple ktimer_hrtimer (#8972) 2024-06-23 22:08:54 +08:00
pin [device] add dev_ prefix for file names 2024-08-23 18:15:09 -04:00
pinctrl [component][drivers]add pinctrl/pin-irqchip (#8383) 2024-02-29 22:27:27 +08:00
pm [compoents][pm]The device is registered and uninstalled by linked list 2024-07-19 11:51:39 +08:00
rtc [device] add dev_ prefix for file names 2024-08-23 18:15:09 -04:00
sdio [components][drivers][sdio][sd] Fix wrong max data rate calculation logic 2024-08-12 16:23:17 +08:00
sensor Synchronizing sensor_v1 changes 2024-07-24 23:17:38 +08:00
serial [smart/tty] skip configure of rt_serial on tty open (#9152) 2024-07-09 13:28:24 +08:00
spi [components][SPI][spi-bit-ops]修复可能的异常操作 2024-07-12 17:48:17 +08:00
touch [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
usb fix(cherryusb): fix build error 2024-09-02 21:27:47 +08:00
virtio [driver][virtio]fix virtio net rx error (#9170) 2024-07-13 22:16:03 +08:00
watchdog [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
wlan [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
Kconfig [DM/Feature] Basic PCI/PCIe (Peripheral Component Interconnect Express) bus 2024-09-06 17:45:03 -04:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00