[U-Boot] [PATCH v6 07/10] smbios: Generate type 4 on non-x86 systems
Bin Meng
bmeng.cn at gmail.com
Wed Sep 7 04:04:06 CEST 2016
On Fri, Aug 19, 2016 at 7:23 AM, Alexander Graf <agraf at suse.de> 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 <agraf at suse.de>
>
> ---
>
> v3 -> v4:
>
> - Use device model
>
> v4 -> v5:
>
> - s/get_info/get_vendor/ typo
> - s/smbios_write_type4_arch/smbios_write_type4_dm/
>
> v5 -> v6:
>
> - Split cpu hunks into separate patches
> ---
> include/smbios.h | 3 +++
> lib/smbios.c | 51 ++++++++++++++++++++++++++++++++++++++-------------
> 2 files changed, 41 insertions(+), 13 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list