Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | dm: pci: Update the PCI read_config() method to const dev * | Simon Glass | |
At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-12-15 | sandbox: Add PCI driver and test for p2sb | Simon Glass | |
Add a sandbox driver and PCI-device emulator for p2sb. Also add a test which uses a simple 'adder' driver to test the p2sb functionality. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |