Re: [U-Boot] [PATCH v6 07/10] smbios: Generate type 4 on non-x86 systems

2016-09-06 Thread Bin Meng
On Fri, Aug 19, 2016 at 7:23 AM, Alexander Graf wrote: > The type 4 table generation code is very x86 centric today. Refactor things > out into the device model cpu class to allow the tables to get generated for > other architectures as well. > > Signed-off-by: Alexander Graf

Re: [U-Boot] [PATCH v6 07/10] smbios: Generate type 4 on non-x86 systems

2016-08-20 Thread Simon Glass
On 18 August 2016 at 17:23, Alexander Graf wrote: > The type 4 table generation code is very x86 centric today. Refactor things > out into the device model cpu class to allow the tables to get generated for > other architectures as well. > > Signed-off-by: Alexander Graf

[U-Boot] [PATCH v6 07/10] smbios: Generate type 4 on non-x86 systems

2016-08-18 Thread Alexander Graf
The type 4 table generation code is very x86 centric today. Refactor things out into the device model cpu class to allow the tables to get generated for other architectures as well. Signed-off-by: Alexander Graf --- v3 -> v4: - Use device model v4 -> v5: -