Re: [U-Boot] [PATCH v2 07/16] sandbox: smbios: Update to support sandbox

2018-02-19 Thread Simon Glass
Hi Heinrich, On 18 February 2018 at 05:14, Heinrich Schuchardt wrote: > On 12/04/2017 10:28 PM, Simon Glass wrote: >> At present this code casts addresses to pointers so cannot be used with >> sandbox. Update it to use mapmem instead. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2:

Re: [U-Boot] [PATCH v2 07/16] sandbox: smbios: Update to support sandbox

2018-02-18 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: > At present this code casts addresses to pointers so cannot be used with > sandbox. Update it to use mapmem instead. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > lib/smbios.c | 38 +- > 1 file c

[U-Boot] [PATCH v2 07/16] sandbox: smbios: Update to support sandbox

2017-12-04 Thread Simon Glass
At present this code casts addresses to pointers so cannot be used with sandbox. Update it to use mapmem instead. Signed-off-by: Simon Glass --- Changes in v2: None lib/smbios.c | 38 +- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/lib/smbi