Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | pci_ep: fix wrong addressing to barno | Ramon Fried | |
barno was mistakely readed from the target structure, resulting in undefined behavious depending on the previous memory content. fix that. Fixes: bb413337826e ("pci_ep: add pci endpoint sandbox driver") Signed-off-by: Ramon Fried <rfried.dev@gmail.com> [trini: Drop unused bar_idx] Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2019-07-11 | pci_ep: add pci endpoint sandbox driver | Ramon Fried | |
Add a dummy PCI endpoint for sandbox. Supporting only a single function, it allows setting and reading header configuration. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |