Re: [U-Boot] [PATCH v15 1/4] sandbox: smbios: Update to support sandbox

2018-11-24 Thread Alexander Graf
On 22.11.18 21:46, 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 The patch looks good to me now. I can't apply it right now because patchwork is down though :/. Alex

[U-Boot] [PATCH v15 1/4] sandbox: smbios: Update to support sandbox

2018-11-22 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 v15: None Changes in v14: - Fix condition for invalid pointer Changes in v13: - Update code to deal with the struct_table_address member C