[U-Boot] [PATCH v2 17/22] dm: sandbox: Add a emulated PCI device as an example
Simon Glass
sjg at chromium.org
Sat Mar 21 00:16:30 CET 2015
On 5 March 2015 at 12:25, Simon Glass <sjg at chromium.org> wrote:
> This device sits on the sandbox PCI bus and provides a case-swapping
> service for sandbox. It illustrates the use of both PCI I/O and PCI
> memory accesses.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/misc/Makefile | 1 +
> drivers/misc/swap_case.c | 285 +++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 286 insertions(+)
> create mode 100644 drivers/misc/swap_case.c
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list