[U-Boot] [PATCH v11 07/16] mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8

Simon Glass sjg at chromium.org
Thu Oct 25 03:30:27 UTC 2018


On 15 October 2018 at 01:24, Mario Six <mario.six at gdsys.cc> wrote:
> MIPS is the only architecture currently supported by U-Boot that does
> not implement any of the in/out register access functions.
>
> To have a interface that is useable across architectures, add the
> functions to the MIPS architecture (implemented using the __raw_write
> and __raw_read functions).
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Stefan Roese <sr at denx.de>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list