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

Simon Glass sjg at chromium.org
Fri Oct 11 22:22:00 UTC 2019


Hi Jean-Jacques,

On Wed, 2 Oct 2019 at 03:29, Jean-Jacques Hiblot <jjhiblot at ti.com> 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


More information about the U-Boot mailing list