Re: [U-Boot] [PATCH v1 0/2] sandbox: Fixes the regmap tests

2019-10-11 Thread Simon Glass
Hi Jean-Jacques,

On Wed, 2 Oct 2019 at 03:29, Jean-Jacques Hiblot  wrote:
>
> The sandbox architecture does not implement the writeX nor readX functions.
> This prevents testing properly the regmaps and the other stuff relying on
> it.

I just added a feature to sandbox to support mmio. I'll send a little
series with an updated version of your patch and some other fixes.

>
>
> Jean-Jacques Hiblot (2):
>   arch: sandbox: Provide working writeX/readX functions
>   test: regmap: check the values read from the regmap
>
>  arch/sandbox/include/asm/io.h | 18 +-
>  test/dm/regmap.c  | 15 ---
>  2 files changed, 21 insertions(+), 12 deletions(-)
>
> --
> 2.17.1
>

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v1 0/2] sandbox: Fixes the regmap tests

2019-10-02 Thread Jean-Jacques Hiblot
The sandbox architecture does not implement the writeX nor readX functions.
This prevents testing properly the regmaps and the other stuff relying on
it.


Jean-Jacques Hiblot (2):
  arch: sandbox: Provide working writeX/readX functions
  test: regmap: check the values read from the regmap

 arch/sandbox/include/asm/io.h | 18 +-
 test/dm/regmap.c  | 15 ---
 2 files changed, 21 insertions(+), 12 deletions(-)

-- 
2.17.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot