[U-Boot] [PATCH v2 06/44] sandbox: Add string and 16-bit I/O functions
Simon Glass
sjg at chromium.org
Sat May 14 21:34:36 CEST 2016
On 1 May 2016 at 11:35, Simon Glass <sjg at chromium.org> wrote:
> Add outsw() and insw() functions for sandbox, as these are needed by the IDE
> code. The functions will not do anything useful if called, but allow the
> code to be compiled.
>
> Also add out16() and in16(), required by systemace.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Make the string functions empty, since the implementation is not useful
>
> arch/sandbox/include/asm/io.h | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
Applied to u-boot-dm.
More information about the U-Boot
mailing list