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

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Oct 14 18:36:48 UTC 2018



On 04.10.2018 09:00, Mario Six 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>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> 
> ---
> 
> v9 -> v10:
> No changes
> 
> v8 -> v9:
> No changes
> 
> v7 -> v8:
> No changes
> 
> v6 -> v7:
> No changes
> 
> v5 -> v6:
> New in v6
> 
> ---
>  arch/mips/include/asm/io.h | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181014/63bd37f1/attachment.sig>


More information about the U-Boot mailing list