1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/drivers
Simon Glass 5bee27aa41 pci: Add support for p2sb uclass
The Primary-to-Sideband bus (P2SB) is used to access various peripherals
through memory-mapped I/O in a large chunk of PCI space. The space is
segmented into different channels and peripherals are accessed by
device-specific means within those channels. Devices should be added in
the device tree as subnodes of the p2sb.

This adds a uclass and enables it for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-12-15 11:44:11 +08:00
..
2019-12-02 18:23:09 -05:00
2019-12-15 11:44:08 +08:00
2019-12-15 11:44:11 +08:00
2019-12-04 17:10:51 -05:00
2019-11-17 17:22:53 +08:00
2019-11-01 16:45:40 +03:00
2019-12-10 05:54:55 -07:00