u-boot/arch/x86
Simon Glass e71ffd0951 x86: Update mpspec to build on 64-bit machines
At present this uses u32 to store an address. We should use unsigned long
and avoid special types in function return values and parameters unless
necessary. This makes the code more portable.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-02-06 11:38:46 +08:00
..
cpu x86: Use unsigned long for address in table generation 2017-02-06 11:38:46 +08:00
dts x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsi 2016-12-26 13:36:21 +08:00
include/asm x86: Update mpspec to build on 64-bit machines 2017-02-06 11:38:46 +08:00
lib x86: Update mpspec to build on 64-bit machines 2017-02-06 11:38:46 +08: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
config.mk efi_loader: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00