u-boot-brain/arch/x86
Alexander Graf e824cf3fb5 smbios: Allow compilation on 64bit systems
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@suse.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-10-19 09:01:51 +02:00
..
cpu libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
dts x86: coreboot: Convert to use DM coreboot video driver 2016-10-12 10:58:24 +08:00
include/asm x86: Move smbios generation into arch independent directory 2016-10-19 09:01:50 +02:00
lib smbios: Allow compilation on 64bit systems 2016-10-19 09:01:51 +02:00
config.mk efi: Add 64-bit payload support 2015-08-05 08:44:07 -06:00
Kconfig x86: Move smbios generation into arch independent directory 2016-10-19 09:01:50 +02:00
Makefile x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00