[U-Boot] [PATCH 4/7] smbios: Allow compilation on 64bit systems

Bin Meng bmeng.cn at gmail.com
Tue Aug 9 11:24:05 CEST 2016


On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf <agraf at suse.de> wrote:
> The SMBIOS generation code passes pointers as u32. That causes the compiler
> to warn on casts to pointers. This patch moves all address pointers to
> uintptr_t instead.
>
> Technically u32 would be enough for the current SMBIOS2 style tables, but
> we may want to extend the code to SMBIOS3 in the future which is 64bit
> address capable.
>
> Signed-off-by: Alexander Graf <agraf at suse.de>
> ---
>  arch/x86/lib/tables.c |  7 ++++++-
>  include/smbios.h      |  4 ++--
>  lib/smbios.c          | 16 ++++++++--------
>  3 files changed, 16 insertions(+), 11 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list