Hi Jean-Jacques, On Wed, 2 Oct 2019 at 03:29, Jean-Jacques Hiblot <[email protected]> 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 [email protected] https://lists.denx.de/listinfo/u-boot

