• S
    pci: Add support for p2sb uclass · 5bee27aa
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
    5bee27aa
p2sb-uclass.c 5.1 KB