Re: [U-Boot] [PATCH v2 5/6] drivers: smem: sandbox

2018-06-25 Thread Simon Glass
On 21 June 2018 at 20:11, Ramon Fried wrote: > Add Sandbox driver for SMEM. mostly stub operations. > > Signed-off-by: Ramon Fried > --- > > Changes in v2: None > > arch/sandbox/dts/test.dts | 4 > configs/sandbox64_defconfig | 2 ++ > configs/sandbox_defconfig | 2 ++ >

[U-Boot] [PATCH v2 5/6] drivers: smem: sandbox

2018-06-22 Thread Ramon Fried
Add Sandbox driver for SMEM. mostly stub operations. Signed-off-by: Ramon Fried --- Changes in v2: None arch/sandbox/dts/test.dts | 4 configs/sandbox64_defconfig | 2 ++ configs/sandbox_defconfig | 2 ++ drivers/smem/Kconfig| 9 drivers/smem/Makefile | 1